/* Projekt Zeitlupe CSS */

/* Allgemeine Formatierungen */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-color:#AAAAAA;
	}

#zentrieren {
	margin:auto;
	width:750px;
	background-color:#ffffff;
	}
	
/* Menüformatierungen */

#topmenu {
	}
	
#topmenu ul { 
	margin:0;
	padding:0;
	list-style:none;
	}

#topmenu li {
	height:100px;
	width:109px;
	margin:0px;
	border-right: 2px solid #aaaaaa;
	border-bottom: 5px solid #aaaaaa;
	float:left;
	}


#topmenu li a {
	height:25px;
	text-decoration:none;
	color:#7f1b59;
	background-color:#FFFFFF;
	display:block; 
	width:104px; 
	padding:75px 0 0 5px;
	font-size:1em;
	}
	
#topmenu li a:hover {
	background-image:url(../medien/symbole/menuhover.gif);
	}

#topmenu ul li a#selected {
	background-image:url(../medien/symbole/menuactive.gif);
	}

/* Logo */
#logo {
	margin:0px;
	background-color:#FFFFFF;
	float:right;
	padding: 5px 40px 5px 40px;
	height:90px;
	width:115px;
	border-bottom: 5px solid #aaaaaa;
	}
	
/*Bildleiste */

#bildüberschrift {
	clear:both;
	width:745px;
	height:20px;
	background-color:#D3D3D3;
	padding:5px 0 0 5px;
	border-top: 2px solid #7f1b59;
	font-size:1em;
	}

#bildleiste {
	width:750px;
	height:150px;
	border-bottom: 5px solid #aaaaaa;
	}
	
/* Breadcrumbs */

#breadcumbs {
	width:745px;
	height:20px;
	background-color:#d3d3d3;
	padding:5px 0 0 5px;
	border-top: 2px solid #7f1b59;
	font-size:1em;
	}
	
#breadcumbs a {
	color:#7f1b59;
	text-decoration:none;
	}

#breadcumbs a:hover {
	color:#7f1b59;
	text-decoration:underline;
	}

/* Content */
#content {
	width:750px;
	display:block;
	}

#text {
	float:left;
	width:523px;
	height:100%;
	padding: 15px 15px 15px 15px; 
	border-right: 2px solid #d3d3d3;
	}
	
#menu {
	float:right;
	width:165px;
	height:100%;
	padding:26px 15px 15px 0px;
	display:block;
	background-color:#FFFFFF;
	position:relative;
	}
	
/* Seitenmenu */

#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	}

#menu li{
	padding:0px;
	font-size:1em;

	}

#menu li .info{
	padding: 0px 0px 15px 15px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	}	

#menu a{
	color:#7f1b59;
	padding:0px 2px 2px 5px;
	font: normal 12px verdana, sans-serif;
	text-decoration:none;
	text-align:left;
	}

#menu a:hover{
	color:#7f1b59;
	text-decoration: underline;
	}
	
/*Foot */

#foot {
	clear:both;
	width:745px;
	height:20px;
	background-color:#d3d3d3;
	margin:0px;
	padding:5px 0 0 5px;
	border-bottom: 2px solid #7f1b59;
	font-size:1em;
	}

#foot a {
	color:#7f1b59;
	text-decoration:none;
	}

#foot a:hover {
	color:#7f1b59;
	text-decoration:underline;
	}

	
/* Textformatierungen */

.rot {
	color:#7f1b59;
	}

.darkgrey {
 	color: #d3d3d3;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#7f1b59;
	border-bottom: 1px solid #7f1b59;
	margin:0px;
	}

.untertitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	margin: 0px 0px 10px 0px;
	text-align:left;
	color:#7f1b59;
	}
		
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#7f1b59;
	border-bottom: 1px solid #7f1b59;
	margin-top:25px;
	margin-bottom:0px;
	}
	
.textrechts {
	float:right;
	width:310px;
	}

.textlinks {
	float:left;
	width:310px;
	}

.nachlinks {
	float:left;
	margin-bottom:10px;
	}
	
.nachrechts {
	float:right;
	margin-bottom:10px;
	}

#text a {
	color:#7f1b59;
	text-decoration:none;
	}

#text a:hover {
	color:#7f1b59;
	text-decoration:underline;

	}

/* Bildfromatierungen*/

#bildleft {
	float:left;
	width:197px;
	height:auto;
	display:block;
	background-color:#d3d3d3;
	border-bottom:solid 2px #7f1b59;
	margin: 3px 10px 5px 0px;
	}
	
html>body #bildleft {
	width:200px;
	}
	
#bildright {
	float:right;
	width:197px;
	height:auto;
	display:block;
	background-color:#d3d3d3;
	border-bottom:solid 2px #7f1b59;
	margin: 3px 0px 5px 10px;
	}

html>body #bildright {
	width:200px;
	}
	
.bildunterschrift {
	color:#555555;
	font-style:none;
	text-align:left;
	margin:0px;
	font-size:0.8em;
	padding: 5px 5px 30px 5px;
	font-style:italic;
	}

/* Bildergallerie*/

#bildergallerie {
	width:530px;
	height:150px;
	text-align:center;
	}

#bildergallerie img.gal {
	width:130px;
	height:130px;
	margin:18px 12px 0px 12px;
	border: 0px;
	}

#bg_ueberschrift {
	clear:both;
	width:555px;
	height:20px;
	background-color:#d3d3d3;
	padding:5px 0 0 5px;
	margin-left:-15px;
	margin-right:-15px;
	border-top: 2px solid #7f1b59;
	font-size:1em;
	}

html>body #bg_ueberschrift {
	width:548px;
	}
	

img {
	border:none;
	}

.symbole{
	text-align:right;
	margin: -25px 0px 0px 0px;
	padding: 0px;
	}
.liste {
	padding-left:10px;
	}
	
.listenueberschrift {
	color:#7f1b59; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.inhaltsvz {
	margin-left:25px;
	}