/*www.broschek-berlin.de*/
/*autor: claudia simon | www.kultur-propaganda.de*/
/*allgemeines styleshet*/

html {
	width: 100%;
	height: 100%;
	}

body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	height: 100%; 
	width: 100%;
	overflow: scroll;
	background: #eeee66;
	}

div, img, p, ul, li, h1, h2, h3, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 1em;
	}

#inhalt {
	display: block;
	clear: left;
	padding-top: 190px;
	width: 100%;
	text-align: center;
	overflow: visible;
}

#innen {
	display: block;
	width: 70%;
	margin: auto;
	min-height: 390px;
	text-align: left;
	background: url(../images/wand5.jpg) #666600;
	color: #eeee66;
	font-size: 0.8em;
	line-height: 1.5em;
	overflow: auto;
	}

.links {
	float: left;
	padding: 20px 20px 0 20px;
	text-align: left;
	}
.links img {
	margin-bottom: 2em;
	}

.rechts, .programm, .kueche {
	margin: 20px 20px 0 290px;
	}

.programm {
	margin-top: 20px;
	}	

.programm:first-line, .kueche:first-line {
	font-weight: bold;
	}

.kueche ul {
	}

.kueche ul li {
	list-style: inside;
	}

/*FORMULARE*/

#subject, #name, #email, #personen, #datum, #uhrzeit, #formtext, #submit,
#subject1, #email1, #submit1, #subject2, #email2, #submit2 {
	background: #eeee66; border: 1px solid #eeee66;
	margin-bottom: 3px;
	}

.klein {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top:1.2em;
	}

.beide {
	clear: left;
	padding: 0 20px 20px 20px;
	}

#unten {
	display: block;
	width: 100%;
	height: 10px;
	background: #eeee66;
	}

#oben {
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 185px;
	overflow: auto;
	font-size: 0.8em;
	background: url(../images/tuete5.gif) no-repeat #eeee66;
	clear: left;
	}

* html #oben {
	position: absolute;
	}

#logo {
	float: left;
	width: 550px;
	}

#logoimg {
	display: block;
	margin: 55px 0 0 50px;
	width: 255px;
	height: 50px;
	}

#logo h3 { 
	margin-left: 50px;
	}
* html #logoimg img {
	display: none;
	}

#adresse {
	display: block;
	margin-right: 50px;
	text-align: right;
	line-height: 1.7em;
	margin-top: 50px;
	white-space: nowrap;
	}

#adresse ul {
	text-align: right;
	}

#adresse ul li {
	text-align: right;
	list-style-type: none;
	font-weight: bold;
	color: #666600;
	}

hr {
	clear: left;
	visibility: hidden;
	}

#logo h3 {
	margin-top: 0.5em;
	margin-bottom: 2.4em;
	color: #666600;
	font-weight: bold;
	}


#logo ul {
	margin-left: 50px;
	width: 600px;
	}

#logo ul li {
	display: inline;
	margin-right: 30px;
	line-height: 2em;
	list-style-type: none;
	}

.hier {
	color: white;
	font-weight: bold;
	}

a:link {
	color: #666600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666600;
	font-weight: bold;
	}

a:hover {
	color: white;
}

a:focus {
	color: white;
}

a:active {
	color: white;
}

#innen a {
	font-weight: normal;
	color: #FFCCCC;
	}

#innen, #unten a:hover, #innen a:focus, #innen a:active {
	color: #eeee66;
	}


