/* Projekt Zeitlupe CSS */

/* Allgemeine Formatierungen */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


/* Menüformatierungen */

#topmenu, #topmenu ul, #topmenu li, #topmenu li a, #topmenu li a:hover, #topmenu ul li a#selected {
	display:none;
	}
	
/* Logo */
#logo {
	display:none;
	}
	
/*Bildleiste */

#bildüberschrift, #bildleiste {
	display:none;
	}
	
/* Breadcrumbs */

#breadcumbs, #breadcumbs a, #breadcumbs a:hover {
	display:none;
	}
	

/* Content */
#content {
	width:auto;
	}

#text {
	float:left;
	width:auto;
	height:auto;
	padding: 0px; 
	border-right: none;
	}
	
#menu {
	display:none;
	}
	
/* Seitenmenu */

#menu ul, #menu li, #menu li .info, #menu a, #menu a:hover{
	display:none;
	}
	
/*Foot */

#foot, #foot a, #foot a:hover {
	display:none;
	}
	
/* 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:italic;
	margin:0px;
	font-size:0.8em;
	padding: 5px 5px 15px 5px;
	}

/* Bildergallerie*/

#bildergallerie, #bildergallerie img.gal, #bg_ueberschrift {
	display:none;
	}

html>body #bg_ueberschrift {
	display:none;
	}
	
img {
	border:none;
	}

.symbole{
	text-align:right;
	margin: -30px 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;
	}
	
/* Textformatierungen */

.rot {
	color:#7f1b59;
	}

.darkgrey {
 	color: #d3d3d3;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	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.6em;
	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 {
	display:none;
	}