/* CSS Document */

body {
	margin: 0 0 0 0px;
	background-color:#273334;
}

#header {
	background-image:url(img/index_01.gif);
	background-repeat:no-repeat;
	width:640px;
	height:297px;
	margin:auto;
	margin-top:0px;
	text-align:left;
}

#menue {
	background-image:url(img/index_03.gif);
	background-repeat:no-repeat;
	width:640px;
	height:41px;
	margin:auto;
	margin-top:0px;
	text-align:left;
}

#content {
	width:640px;
	margin:auto;
	margin-top:0px;
	text-align:left;
	
}

#footer {
	background-image:url(img/index_05.gif);
	background-repeat:no-repeat;
	width:640px;
	height:104px;
	margin:auto;
	margin-top:0px;
	text-align:left;
}

.button {
	margin-top:4px;
	padding-left:20px;
	padding-right:2px;
	display:block;
	float:left;
	color:#312721;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}

.button a {
	color:#e5f8f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
}

.button a:hover {
	color:#74b8fb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.button a:visited {
	color:#e5f8f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.space {
	background-image:url(img/space.gif);
	background-repeat:no-repeat;
	height:30px;
	width:3px;
	display:block;
	float:left;
	margin: 0px;
	margin-left:8px;
}

h1 {
	color:#92a6a9;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	text-decoration:none;
	
	margin-left:15px;
	background-image:url(img/bg_h1.gif);
	background-repeat:repeat-x;
	
	width:600px;
	height:25px;
	
}

.style {
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#92a6a9;
	line-height:12px;
}

a:link {
	color: #B9EDF7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B9EDF7;
}
a:hover {
	text-decoration: none;
	color: #FEFEB2;
}
a:active {
	text-decoration: underline;
}
