@import url(Forms.css);

*{
	padding: 0;
	margin: 0;
}
img,fieldset{
	border: none;
}
.clear{
	clear: both;
	display: block;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
	overflow:hidden !important;
}
a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;
	color: #2a4771;
}
a:hover{
	color: black;
}
body{
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background: url(../images/body.jpg) repeat-y center;
	color: #2a4771;
}
.container{
	width: 800px;
	position:relative;
	margin: 0 auto;
}
/* GLOBAL CONTENT */

.header{
	background: url(../images/header.jpg) no-repeat;
	width: 800px;
	height: 419px;
	position:relative;
}
.header .mail{
	display: block;
	width: 185px;
	height: 35px;
	background-color: transparent;
	position:absolute;
	top:25px;
	right:50px;
}

.menu{
	position:absolute;
	top: 101px;
	right:10px;
	width: 595px;
	height: 36px;
}
.menu a{
	display: block;
	float: left;
	height: 36px;
}
.menu a.a1{
	width: 66px;
}
.menu a.a2{
	width: 195px;
}
.menu a.a3{
	width: 89px;
}
.menu a.a4{
	width: 148px;
}
.menu a.a5{
	width: 96px;
}

.leftcol{
	float: left;
	width: 200px;
	background: url(../images/leftcol.jpg) no-repeat;
	min-height:502px;
	_height:502px;
	padding-left: 16px;
	padding-top: 35px;
}
.rightcol{
	float: right;
	width: 535px;
	padding-right: 25px;
	padding-top: 15px;
}

.box .top{
	background: url(../images/box_top.jpg) no-repeat;
	width: 174px;
	height: 49px;
	font-size: 14px;
	padding:0 10px;
	line-height: 49px;
	color: White;
}
.box .bg{
	background: url(../images/box_bg.jpg) repeat-y;
	width: 174px;
	padding: 10px;
}
.box .bg a{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.box .bottom{
	background: url(../images/box_bottom.jpg) no-repeat;
	width: 194px;
	height: 8px;
}

.leftcol h1{
	color: White;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin-bottom: 120px;
}
.rightcol h1{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.contentbox{
	width: 515px;
	border: 1px solid #bdd0e6;
	padding: 10px;
	background-color: #f2f6fa;
	text-align: justify;
	margin-bottom: 10px;
}
.innerleft{
	float: left;
	width: 245px;
	padding-right: 10px;
}
.innerleftt{
	float: left;
	width: 255px;
	border-right: 3px solid #2e73b7;
}
.innerright{
	float: right;
	width: 245px;
	border-left: 2px solid #2e73b7;
}

div.datum{
	text-align: right;
	font-style: italic;
	margin-bottom: 40px;
}

ul{
	margin: 10px 25px;
}


/* GLOBAL CONTENT */
.footer{
	background: url(../images/footer.jpg) repeat-x;
	width: 780px;
	height: 34px;
	margin: 0 auto;
	font-size:11px;
	text-align: center;
}
.footer a:link,.footer a:visited{
	margin: 0 3px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftimg{
	display: block;
	float: left;
	margin-right: 10px;
}
.rightimg{
	display: block;
	float: right;
	margin-left: 10px;
}
.last{
	margin-right:0px !important;
}