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

body{
background:url(../images/kreuz_bg.jpg) repeat scroll;
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;

}

#container{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

/*#header{
background: url(../img/header/header_bg_3.png) center;
height: 275px;
margin: 0px;
}*/

#foooter{
height: 40px;
padding: 0px;
margin: 0px;
}

#content{
text-align: left;
margin-left: 50px;
margin-right: 50px;
padding-left: 30px;
padding-right: 30px;
padding-top: 5px;
padding-bottom: 20px;
background: url(../images/content_bg.png) center repeat-y;
}

#posting{
min-height: 160px;
margin-bottom: 5px;
padding: 0px;
}

#spacer{ border-bottom: #333333 dashed 1px;}

img{
	border: #FFFFFF 1px solid;
	}

.img_ohne_rahmen{
	border: none;
	}
	
.float_left{
	float: left;
	border: #ffffff 1px solid;
	margin-right: 8px;
	margin-bottom: 8px;
	}

.float_left_ohne_rahmen{
	float: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	}

h1{
	height: 20px;
	background: url(../images/ueberschrift_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-left:10px;
	color: #FFFFFF;
	}
	
h2{
	height: 15px;
	background: url(../images/absatz_bg_300px.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	padding-left:10px;
	color: #FFFFFF;
	}
	
a {
	color: #ffffff;
	text-decoration: none;
} 

a:visited {
color: #ffffff;
text-decoration: none;}

a:hover {
color:#ffffff;
text-decoration:underline;}

