/* CSS Document */

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

#header {
	background-image:url(img/index_01.gif);
	background-repeat:no-repeat;
	width:640px;
	height:210px;
	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 