html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url("../../images/webLayout/bg.png");
	background-repeat:repeat-x;
	background-position:center;
	background-color:#4A6FCE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.88em;
	display:inline;
}

a{
	color:#DF8C31;
}

fieldset{
	border: none;
}

h1{
	font-family:Light;
	font-weight:normal;
	font-size:2.2em;
}

input.text {
	font-size:1.00em;
	height: 17px;
	border:1px solid #DF8C31;
	width:220px;
}

input.submit {
	font-size:1.00em;
	background-color: #F1DCCE;
	border: 1px solid #DF8C31;
	width: 222px;
}
textarea {
	border: 1px solid #DF8C31;
	width: 220px;
	height: 100px;
}

#holder{
	position:absolute;
	width:925px;
/*	top:50%; */
	left:50%;
	margin-top:100px;
	margin-left:-462.5px;
	padding-bottom:80px;
}

#container-top{
	width:925px;
	height:7px;
	background-image:url("../../images/webLayout/container-top.png");
}

#container-mid{
	width:925px;
	height:695px;
	background-image:url("../../images/webLayout/container-mid.png");
	display:table;
}

#header{
	margin-bottom:50px;
}

#logo{
	position:absolute;
	width:189px;
	height:134px;
	margin-left:-22px;
	margin-top:-44px;
	background-image:url("../../images/webLayout/logo-hbv.png");
}

#hbv-text{
	margin:5px auto;
	width:476px;
	height:43px;
	background-image:url("../../images/webLayout/hbv.png");
}

#menu{
	width:150px;
	margin-top:20px;
	margin-left:24px;
	float:left;
}

.menuPart{
	margin-top:40px;
}

#menu h2{
	margin-bottom: 5px;
	font-family:Light;
	font-weight:normal;
	font-size:1.8em;
}

#menu h3{
	margin:5px 0 5px 15px;
	font-size:1.0em;
	color:#DF8C31;
}

#menu h3 a{
	text-decoration:none;
}

#content-holder{
	float:left;
	width:650px;
}

#content-holder-news{
	float:left;
	width:450px;
}

.content>h2{
	margin-left:-5px;
	font-family:Light;
	font-weight:normal;
	font-size:1.8em;
}

.content{
	margin-left:15px;
	font-size:1.02em;
	line-height:140%;
	padding-bottom:30px;
}

.content-form{
	margin-left:15px;
	font-size:1.02em;
	line-height:140%;
	padding-bottom:30px;
	float: right;
}

.content a{
	color:#213B7E;
	font-weight:bold;
	text-decoration:none;
	/*float:right;*/
}

#news{
	width:250px;
	margin-right:24px;
	float:right;
}

.news-item{
	position:relative;
	padding-bottom:30px;
	margin-left:15px;
	margin-bottom:20px;
}

.news-item h2{
	margin:5px;
	margin-left:-5px;
	font-size:1.0em;
	color:#DF8C31;
}

.news-date{
	position:absolute;
	left:0;
	margin-top:10px;
	color:#213B7E;
}

.pdf-dl{
	position:absolute;
	width:105px;
	height:24px;
	right:0;
	margin-top:0px;
	color:#213B7E;
	font-weight:bold;
}

.form-error{
	color:#FF3333;
	font-weight:bold;
}

#container-bottom{
	width:925px;
	height:7px;
	background-image:url("../../images/webLayout/container-bottom.png");
}

#copyright{
	text-align:center;
	font-size:0.8em;
}
