@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../img/background.png);
	background-repeat:repeat-x;
	background-color:#7599c0; /*hintergrundfarbe*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

a{color:#092666; text-decoration:none;} /*linkfarbe*/

ul{margin-left:-10px;}
li{list-style-type:circle; margin-bottom:5px; line-height:18px;}
strong{color:#004494; font-weight:normal;} /*textfarbe*/
.stretch{width:233px; border:1px solid #004494;} /*rahmenfarbe*/
.missing {color:#ff0000;}
.color_normal {color:#004494;} /*textfarbe*/
.color_button {color:#fff; text-decoration:none;}

#wrapper {
	width:320px;
	margin:0 auto 0 auto;
	height:400px;
}

#header{
	background-image:url(../img/content_top.png);
	background-repeat:no-repeat;
	height:20px;
	width:320px;
	background-position:center;
	margin-bottom:0;
}

#content{
	background-image:url(../img/content_middle.png);
	background-repeat:repeat-y;
	background-position:center;
	padding:0 40px 0 40px;
	font-size:12px;
}

#content p{margin:0; padding:0;}

#footer{
	background-image:url(../img/content_bottom.png);
	background-repeat:no-repeat;
	height:20px;
	width:320px;
	background-position:center;
}

#button{
	width:147px;
	height:28px;
	float:left;
	background-image:url(../img/button.png);
	color:#fff;
	padding-top:8px;
	font-size:16px;
	margin-bottom:20px;
}

#button_zurueck{
	width:70px;
	height:20px;
	float:left;
	background-image:url(../img/btn_zurueck.png);
	padding-top:2px;
	font-size:13px;
	text-align:center;
	margin-top:-5px;
}

.icons{
	float:left;
	width:48px;
	height:75px;
	margin-left:13px;
	font-size:10px;
	text-align:center;
}

.icons img{border:none;}

