* {
	padding: 0;
	margin: 0;
	}
	
	
body {
	padding-top: 25px;
	text-align: center;
	background: #54abee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FF6600;
	padding: 65px 0 0 35px;
	}
		
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FF6600;
	}


span { 
  color: #ff6600;
  }
	
INPUT{ 
background: #888;}

.inputfield, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ddeefc; 
	color: #000000;
	border: 1px solid #54abee;
	margin-bottom: 12px;
	width: 225px;
}

.inputfield, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ddeefc; 
	color: #000000;
	border: 1px solid #54abee;
	height: 80px;
	width: 350px;
}


#container {
	margin: 0 auto;
	width: 768px;
	}


.logo {
	background: url(../img/logo.png) no-repeat;
	width: 306px;
	height: 68px;
	margin: 15px 0 15px;
	}


.layout {
	background: url(../img/full_bg.png) repeat-y;
	width: 768px;
	height: 471px;
	}
	

.col_left {
	margin-top: 7px;
	margin-left: 7px;
	float: left;
	width: 203px;
	height: 400px;
	}
	
	
.col_left .picture {
	background: url(../img/picture.png) no-repeat;
	width: 203px;
	height: 147px;
	}

	

.col_left .nav {
	margin-top: 7px;
	background: url(../img/nav_bg.png) no-repeat;
	width: 203px;
	height: 180px;
	text-align: left;
	}
	

.col_left .nav ul {
	padding-top: 30px;
	list-style: none;
	}
	

.col_left .nav ul li a {
	display: block;
	height: 25px;
	text-decoration: none;
	padding: 4px 0 0px 15px;
	color: #555;
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid #b4daf8;
	}
	

.col_left .nav ul li a:hover {
	background: #ddeefc;
	border: 1px solid #b4daf8;
	}


.col_left .adres {
	margin: 25px 0 0 0;
	padding: 7px;
	color: #555;
	text-align: left;
	font-size: 9pt;
	border-left: 6px solid #b4daf8;
	}


.col_right {
	float: left;
	width: 547px;
	height: 400px;
	}
	

.col_right .topper {
	float: left;
	background: url(../img/colr_topper.jpg) no-repeat;
	width: 558px;
	height: 59px;
	text-align: left;
	}
	

.col_right .content {
	float: left;
	padding: 50px 0 0 35px;
	height: 400px;
	width: 510px;
	text-align: left;
	}
	
	
.col_right .content a {
	text-decoration: underline;
	color: #000;
	}
	

.col_right .content a:hover {
	text-decoration: underline;
	color: #666;
	}
	
	
.footer_img {
	background: url(../img/footer.png) no-repeat;
	width: 768px;
	height: 44px;
	}

	
.footer {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #b4daf8;
	}
	
	
.footer a {
	text-decoration: none;
	color: #b4daf8;
	}
	
	
.footer a:hover {
	text-decoration: underline;
	color: #b4daf8;
	}
