* {
	padding:0px; 
	margin:0px;
}

#title {
height:34px;
padding:5px;
border-bottom:2px solid #333B5F;
margin-bottom:20px;
}

#left  { line-height: 15px; float: left; width: 22% }

.menutitle { 
font-weight: bold; 
font-size: 14px; 
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
margin-top:20px;
margin-bottom:20px;
}

.menu { 
font-weight: bold; 
font-size: 14px; 
line-height: 24px; 
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

#content  { float: right; width: 74% }

body {
 font-family: Verdana, Arial, Sans-Serif;
 font-size:12px;color:#333B5F;
 background-color: #fff;
}

h1, h2, h3 {
	color:#333B5F; 
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom:10px;
	}

h1 { font-size:18px; }

h2 { font-size: 16px; }

h3 { font-size:14px; }

p {margin-top:10px;}

a:link, a:visited, a:active, a:hover { 
	text-decoration:none;
  	/*font-weight:bold;*/
  	color:#333B5F;
  	font-size:;
}

a:active, a:hover {
	text-decoration: none; 
	background-color: #eee; 
}

#buehne {
	position: relative;
	height:300px;
}

	#buehne p {
	position: absolute;
	text-align:right;
}

#buehne2 {
	position: relative;
	float:left;
	width:700px;
	height:400px;
}

	#buehne2 p {
	position: absolute;
	text-align:right;
}

	#buehne2 p span {
	/*position: absolute;*/
	color:red;
}

#buehne3 {
	position: relative;
	float:left;
	width:750px;
	height:400px;
}

	#buehne3 p {
	position: absolute;
	text-align:right;
}

	#buehne3 p span {
	/*position: absolute;*/
	color:red;
}

.bildleiste {
	float:left;
	width:859px;
	margin-top:20px; 
	padding-left:30px;
	margin-right:0px;
}

.bildunter {
	text-align:right;
	padding-left:30px;
	}

