@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background-image:url(images/index_01.png);			
	background-color:#5cbdf0;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	}

#container {
	width:551px;
	margin-left:auto; margin-right:auto;
}

#header {
	background-image:url(images/index_03.png);
	width:551px;
	height:270px;
}

#header #info {
	width:261px;
	height:133px;
	margin-left:10px;
	margin-top:124px;
	float:left;
	color:#FFF;
	font-size:12px;
}

#header #info h2 {
	margin-bottom:0;
	margin-top:0;
	font-size:18px;
}


#header #datum {
	padding-top:20px;
	margin-left:auto; margin-right:auto;
	color:#690098;
	font-weight:bold;
	width:130px;
	font-size:12px;
}

#titleholder {
	width:551px;
	height:44px;
	background-image:url(images/index_05.png);
}

#content {
	background-image:url(images/index_17.png);
	width:511px;
	height:auto;
	padding-left:18px; padding-right:22px;
	padding-top:10px; padding-bottom:19px;
}

#content #sun {
	background-image:url(images/index_07.png); 
	width:158px; height:158px; 
	float:right;

}

#content p.text {
	color:#000;
	text-align:center;
	width:530px;
	margin-left:-10px;
}

#content h2 {
	color:#ff5c00;
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
}

#content p {
	font-size:12px;
	margin-top:0; 
	margin-right:0;
	margin-bottom:5px;
	color:#004675;
}

#content p strong {
	color:#004675;
}


#content form {
	font-size:11px;
	width:330px;
	float:left;
		margin-bottom:30px;
}

#content form label {
	width:128px;
	line-height:5px;
	float:left;
	font-weight:bold;
	margin-bottom:5px;

}

#content form input.text {
	width:198px;
	border:1px solid #eeeeea;
	margin-bottom:15px;
}

#content form select {
	border:1px solid #eeeeea;
	margin-bottom:10px;
	height:25px;
}


#footer {
	width:531px;
	height:36px;
	background-image:url(images/index_19.png);
	line-height:35px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	color:#004675;
}