html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}


body,td,a,span,div{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: black;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
}
img{
	border: 0px;
}

#container{
	position: absolute;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	padding-top: 70px;
}

#header{
	height: 56px;
}

#logo{
	float: left;
}

#menu{
	padding-top: 10px;
	width: 500px;
	float: right;
	text-align: right;
}

#menu a{
	padding-left: 30px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu .active{
	color: #20429b;
}

#menu a:hover{
	color: #20429b;
}

#menu a:first-child{
	padding-left: 0px;
}

#teaser{
	height: 305px;
}

.teaser_textarea{
	color: white;
	font-size: 12px;
	line-height: 16px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
	width: 220px;
	float: left;
}

.teaser_textarea li{
	margin-top: 8px;
	font-size: 12px;
}

#teaser img{
	float: right;
}

#content{
	top: 435px;
/*	background-image: url('images/front_teaser_bg2.jpg');*/
	background-repeat: repeat-x;
}

#content .col1{
	width: 220px;
	padding-top: 50px;
	padding-right: 20px;
	float:left;
	line-height: 18px;
}

#content .col1:last-child{
	padding-right: 0px;
}

#content .subcol{

	width: 212px;
	margin-top: 50px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	line-height: 18px;
	background: #20429b;
	color: #fff;
}

#content .subcol2{
	display: none;
	width: 222px;
	margin-top: 50px;
	height: 198px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	line-height: 18px;
	background: #20429b;
	color: #fff;
}

#content .subcol a{
	color: #b7cbff;
	text-transform: uppercase;
}

#content .subcol a:hover{
	color: #fff;
}

#content .col2{
	width: 440px;
	padding-top: 70px;
	padding-right: 40px;
	float:left;
	line-height: 18px;
}

#content .col2:last-child{
	padding-right: 0px;
}

#content .col3{
	width: 660px;
	padding-top: 70px;
	padding-right: 60px;
	float:left;
	line-height: 18px;
}

#content .col2:last-child{
	padding-right: 0px;
}

#footer{
	clear: both;
	padding-bottom: 100px;
}

#cert{
	padding-top: 40px;
	width: 500px;
	float: left;
}

#submenu{
	padding-top: 40px;
	width: 400px;
	float: right;
	text-align: right;
}

#submenu a{
	padding-left: 30px;
	color: #b2b2b2;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#submenu .active{
	color: #000;
}

#submenu a:hover{
	color: #000;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

h6{
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
}
h5{
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: gray;
	padding: 0px;
	margin: 0px;
}
