@import url('incmenu.css');
/* SELEKTOREN */
html { 
	height: 100%;
	margin: 0px auto;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 14px;
	}
A:link  {
	text-decoration : none;
	color: #000000;
	border: none;
}
A:visited  {
	text-decoration: none;
	color: #000000;
	border: none;
}
a:hover {
	color: #333333;
	border: none;
}
A:active  {
	text-decoration: none;
	color: #000000;
	border: none;
}
a.menubut:link {
	color: #FFFFFF;
	}
a.menubut:visited {
	color: #CCCCCC;
	}
a.menubut:hover {
	background-color: #FFFFFF;
	color: #000000;
	}
a.menubut:active {
	background-color: #FFFFFF;
	color: #000000;
	}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* ALLGEMEIN */
.rechts {
	float: right;
	}
.links {
	float: left;
	}
.txtweiss {
	color: #FFFFFF;
}

/* HEADER */

#kopf {
	width: 760px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../img_neu/ErikFischgeister.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
/* CONTAINER MENURAND UND BUEHNE */

#main {
	width: 760px;
	margin: 0px auto 0;
	padding: 0px;
	background-color: #000000;
	text-align: left;
 } 



/* MENUBLOCK 200ges*/
#menu {
	float:left;
	width: 175px;
	margin: 60px 25px 60px 0px;
	color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
}
/* BUEHNE 480*/
#buehne {
	float:left;
	width: 480px;
	height: 360px;
	margin: 60px 0px;
	background-position: top;
	background-repeat: no-repeat;
}
.content {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 20px 30px;
}
#rechts {
	float:right;
	width: 80px;
	height: 40px;
	margin: 220px 0px 0px 0px;
}

/* FOOTER */
#footer {
	text-align: right;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}
.footxt {
	font-size: 10px;
	margin: 5px 0px 0px 22px;
	height: 12px;
}
.pfad {
	position: relative;
	left: -22px;
	top: 8px;
	width: 400px;
}

