html {
	height: 100.1%;
	font-size: 62.5%;
	text-align: center;	
}

body {
	font: 1.2em/1.4em Verdana,Helvetica,Arial, sans-serif;
	background: #ffffaa url(../bilder/bg.jpg) repeat;
	text-align: center;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0em 0em 0.5em 0em; 
	color: #000000;
}
h1 {
	font-size: 1.4em; 
	padding-bottom: 0.4em;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #000000;
}

img {
	border: 2px solid #000000;
}

h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

p.braun {
	font-size: 20em;
}

div#container {
	background: url(../bilder/ex2.jpg) repeat-y;
	width: 760px;
	margin: 5px auto;
	text-align: center;
}

div#oben {
	width: 760px;
	height: 31px;
	background: url(../bilder/ex1.jpg) no-repeat;
}

div#unten {
	width: 760px;
	height: 37px;
	background: url(../bilder/ex3.jpg) no-repeat;
}

div#navcontainer {
	text-align: center;
	width: 760px;
	height: 30px;
	background: transparent;
}

div#navcontainer li {
	display: inline;
	padding: 8px;
}

div#navcontainer li a {
	font-size: 1.0em;
	padding: 4px;
	background: #ffffaa;
	text-decoration: none;
	text-transform: uppercase;
	color: #2a8e12;
	border: 1px solid #000000;
}

div#navcontainer li a:hover,			/*roll over effekt*/
body#home div#navcontainer li.navhome a,
body#essen div#navcontainer li.navessen a,
body#trinken div#navcontainer li.navtrinken a,
body#woche div#navcontainer li.navwoche a,
body#bilder div#navcontainer li.navbilder a,
body#kontakt div#navcontainer li.navkontakt a,
body#aktuell div#navcontainer li.navaktuell a {
	background: #912113;
	color: #ffffff;
}

div#kopf {
	background: url(../bilder/kopf.jpg) no-repeat;
	width: 760px;
	height: 85px;
	margin: 5px auto;
}

div#sidewalk {
	float: left;
	margin: 2px;
	width: 235px;
	padding: 5px;
	background: transparent;
}
	
div#beschreibung {
	float: left;
	width: 240px;
	height: 400px;
	padding: 5px;
	background: transparent;
}
	
div#content {
	float: right;
	font-size: 1.2em;
	text-align: left;
	width: 510px;
	background: transparent;
}

div#home-content {
	padding: 20px;
}

div#content h1 {
	font-size: 1.2em;
	font-weight: bold;
}

div#home-impressum {
	font-size: 0.8em;
	padding: 20px;
}
img.nrz {
	float: right;
	margin: 10px;
	border: 1px solid #000000;
}
	
div#footer {
	background: url(../bilder/footer.jpg) no-repeat;
	font: 0.8em;
	line-height: 1.0em;
	width: 760px;
	height: 85px;
	margin: 5px auto;
	padding-top: 5px;
}

div#footer h2 {
	font-size: 1.2em;
	font-weight: bold;
}

div.endfloat {
	clear: both;
}

span.marker {
	font-weight: bolder;
}
/*######################## css für Karten */

div#karten {
	font-size: 0.75em;
	color: white;
	width: 470px;
	height: auto;
	padding: 15px;
	background-color: #912113;
	border: 1px solid #000000;
}

/*#### tabellenspalten unterschiedlich formatieren ###*/
table td {
	padding-bottom: 10px;
}
td { 
	text-align: left; 
}

td + td {
	text-align: right; 
	vertical-align: bottom;
	width: 25%; 
}

h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	border: 0.0em solid #419549;
	text-transform: uppercase;
	background-color: #419549;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}	
	
/* ####################### CSS für Schürmanns Woche #################################*/ 

div#sch-woche {
	font-size: 0.8em;
	text-align: center;
}

span.mittefett {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	}
	
/* ###################################### Form ###################################### */
body.kontakt {
	text-align: center;
	margin: 20px;	
}

#mainForm {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background: transparent
}

ul.mainForm {
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm {
	padding-bottom: 10px;
}

#mainFormError {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

input.mainForm {
	border: 1px solid;
	border-color: #000000;
}

input.mainFormError {
	background-color: #912113;
}

textarea.mainForm {
	border: 1px solid;
	border-color: #000000;
}

textarea.mainFormError {
	background-color: #912113;
}

select.mainForm {
	border: 1px solid;
	border-color: #000000;
}

select.mainFormError {
	background-color: #912113;
}

div#formInfo {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo {
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}

p.formInfo {
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

label.formFieldQuestion {
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption {
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}


input.formFieldStyle {
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* ********************** tooltip ******************/
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
/*button.calendarStyle {
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

p.footer {
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer {
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}*/
