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

html, body {
	
	margin: 0;
	
	padding: 0;
	
	background:url(bilder/tile.gif);
	
	font-family:Tahoma, Geneva, sans-serif;
	
	font-size: 12px;
	
	font-weight: light;
	
	line-height: 15px;
	
	color: #000;
	
	text-align: center; 
	

}

a:link {
	
	color: #000;

	text-decoration: none;
	
}

a:visited {
	text-decoration: none;

	color: #000;
	
}

a:hover {
	color: #fff;
	background-color: #000;
}



h1 {
	
	font-size:17px;
	
}

h2 {
	
	font-size:12px;
	font-weight:400;
	
	
}

h3 {
	
	font-size:11px;
	font-weight:400;
	
	
	
	}
/* Zentrieren */

div#wrapper {
	
	margin: 25px 50px;
	
	width: 1100px;
	
	text-align: left;
	float: left;
	
}

/* Head */



div#head {
	
	width:950px;
	border-bottom:1px groove #000;
	
}

div#head_logo {
	
	
	
	
	
	float: right;
	padding-top:60px;
	
	
	
}

/* Navigation */

div#head_nav {

	
	
    margin-top: 83px;

	float: left;
	font-size:16px;
	font-weight:600;
	
	
	
}

/*div#head_nav ul li {
	
	float:left;
	
	list-style-type: none;
	
	list-style-position: inside;
	
	display: block;
	
}*/

div.clear {
	
	clear: both;
	
}

/* Content Index */

div.bild {
	
	float: left;
	margin: 40px 50px 0 0;
	
	
}

div.beschreibung {
	height: 240px;	
	background:#000;
	width:200px;

}
div.beschreibung:hover{
	
	background:#FFB776;
	
	
}
div.beschreibung_big:hover{
	
	background:#FFB776;
	
	
}
div.beschreibung_big {
	height: 240px;	
	background:#000;
	width:450px;
	
	
	
}

div.bild a:link img,
div.bild a:visited img {
	

}

div.bild:hover {
	

	
	

	
}

div#meta {
	
	margin-top:20px;
	
}

div#back {
	margin-top:30px;
	
	float:left;
	font-weight:bold;
	
	

}

div#bildwrap {
	
	width:950px;
	
}

div#newsitem {
	
	float:left;
	
}
span.block {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	width:200px;
	color:#fff;
}
span.active {
	
	color: #fff;
		
	background-color:#000;
}


.line {
	
	height:1px;
	background-color:#fff;
	
}


#sedcard {
	
	padding-top:40px;
	
	
}

ul {
	
	padding-top:40px;
	line-height:30px;
	
}

li {
	
	list-style-type:none;
	
}
