/* STYLESHEET THEATER UMRISS ------------------------------------------------ */
/* Maurice Vink / theaterumriss --------------------------------------------- */
/* influenced by Christian Hermann Quinders / www.quinders.net -------------- */
/* -------------------------------------------------------------------------- */




body {
	margin: 0px;
	background-color: #fff;
	font-family: Courier, Courier New, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing:0.0em;
	color: #000;
}

/* ---------------------------------------------------------------- HAUPTMENU */
/* -------------------------------------------------------------------------- */

/*div#hauptmenu {
	z-index: 100;
	position:fixed;
	top:20px;
	left:30px;
	border:0px;
	margin:0px;
	padding:5px;
	line-height:15px;
	width:460px;
}*/

div#hauptmenu {

	z-index: 100;
	position:fixed;
	top:0px;
	left:0px;
	line-height:15px;
	padding: 25px 5px 15px 35px;
	background-color:#fff;
	width:100%;
}

hr.hauptmenulinie {
	width:458px; /*400 + 4+4 von textkasten-padding*/
	color:#000; 
	background-color:#000; 
	height:9px;
	margin:0px 4px 8px 4px; /*oben rechts unten links */
	text-align:left;
	border:0px;
}

a.hauptmenu:link, a.hauptmenu:active, a.hauptmenu:visited {
	text-decoration: none;
	line-height: 15px;
	color: #000;
}
a.hauptmenu:hover {
	text-decoration: none;
	line-height: 15px;
	color: #000;
	border-bottom: 1px solid #000;
}

div#container {
	z-index: 1;
	position:relative;
	top:250px;
	left:0px;
	border:0px;
	padding:0px;
/*	width:460px; */
}
