/* CSS Document */
html, body {
	margin: 0;
	padding: 0;	
}

body {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:center 140px;
	}

#kopf {
	margin:auto;
	width:704px;
	height:200px;
	}
#inhalt {
	margin:auto;
	width:704px;
	padding-top:24px;
	}

h1 {
	font-size:1.4em;
	font-weight:bold;
}

#kopf a {
	color:#990000;
	font-weight:normal;
	text-decoration:none;
	font-size:0.8em;
	margin:0px 4px 0px 4px;
	}
.strich {
	border-right:#990000 solid 1px;
	}	

a:hover {
	color:#000;
	}
#kopf a.aktiv {
	color:#000;
	font-weight:bold;
	}	
	
a {
	color:#990000;
	font-weight:normal;
	text-decoration:none;
	}

a, p {
	line-height:1.4em;
	}
	
.tab {
	background-color:#FFFFFF;
	border-collapse:collapse;
	border:#990000 solid 2px;
	margin:0px 0px 15px 0px;
	width:220px;
	padding:0px;
	}	
.tab-name {
	font-size:0.8em;
	text-align:left;
	padding:4px;
}
.tab-bild {
	padding:0px;
	width:90px;
	height:120px;
	}
.tab-titel {
	background-image:url(verlauf.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#990000;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	}	

.tab-titel-2 {
	background-color:#990000;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	border-collapse:collapse;
	}	

a:focus, a:active {
	outline:          none;
}

h2 {
	font-size:1em;
	font-weight:normal;
	color:#990000;
}

.eine-galerie {
	float:none;
	clear:both;
	}
	
	
