body      {
	background: #FCA412;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;  }

/* Links */
a:link    { color: blue;
	background: #FCA412;
	text-decoration: none;
	font-size: 10pt; }
a:visited { color: blue; 
	background: #FCA412;
	text-decoration: none;
	font-size: 10pt; }
a:active  { color: blue;
	background: #FCA412;
	text-decoration: none;
	font-size: 10pt; }
a:hover  { color: blue;
	background: #FCA412;
	text-decoration: none;
	font-size: 10pt; }
	
	
a.menu:link    { color: #990000;
	background: #FFCC98;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}
a.menu:visited { color: #990000;
	background: #FFCC98;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt; }
a.menu:active  { color: #990000;
	background: #FFCC98;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt; }
a.menu:hover  { color: blue;
	background: #FFCC98;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: 3px;
	margin-top: 3px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;	
}

/* Normale Texte */
span.normal  {
	font-size: 10pt;  }
span.normalbold  {
	font-weight: bold;
	font-size: 10pt;  }
span.small  {
	font-size: 9pt;  }
span.smallbold  {
	font-weight: bold;
	font-size: 9pt;  }
span.impressum  {
	font-size: 10pt;  }
	
	
/* ######################################### */

div#main{
	width: 970px;
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	background:  url('http://www.panoramablick-bernau.de/clips/hintergrund.gif');
}
div#content{
	width: 760px;
	position: relative;
}
div#top_pano{
	position: absolute;
	top: 0px;
	left: 398px;
}
div#abstand_links{
	padding-left:25px;
}
div#spalte2{
	width: 362px;
	float:right;
}
div.abstand{
	margin: 10px;
}
div#spalte1{
	width: 372px;
	float:left;
}
div#fusszeile{
	clear:both;
	position: relative;
	width:735px;
	color: white;
	background: #990000;
	font-size: 10pt;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}
div#menue{
	width: 200px;
	color:black;
	background: #FFCC98;
	line-height: 19pt;
	float: right;
}
div#menue_abstand{
	margin:30px;
}
img.smallpic{
	border: 2px solid #990000;
}
input.gastbuch{
	width: 200px;
}
textarea.gastbuch{
	width: 200px;
}
div.gastbuch{
	width: 330px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 2px;
	margin-bottom: 2px;
	
	
}
