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

* {	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height:21px;  }

/* Links */
a:link    { color: #000066;
	background: none;
	font-size: 11pt; }
a:visited { color: #000066; 
	background: none;
	font-size: 11pt; }
a:active  { color: #000066;
	background: none;
	font-size: 11pt; }
a:hover  { color: blue;
	background: none;
	font-size: 11pt; }
	
/* Links */
a.menu:link    { color: #000066;
	background: none;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none; }
a.menu:visited { color: #000066; 
	background: none;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none; }
a.menu:active  { color: #000066;
	background: none;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none; }
a.menu:hover  { color: blue;
	background: none;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none; }	
	
/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}
h2.welcome {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
	color: #B57308;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}
/* Ü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;  }

img.picture{
	border: 20px #FFFFAA solid;
}

/* Divs */

div#balken{
	position: absolute;top: 71px;left: 0px;width:100%;z-index: 0;height:200px;
}
div#balken2{
	position: relative;width: 50%;height:165px;background: #EBB110;color:black;float:right;
}
div#balken3{
	position: relative;width: 49%;height:200px;background: #EBB110;color:black;float:left;
}
div#main{
	position: relative;
	width: 900px;
	text-align:left;
	background: url('http://www.schlegelhof-ibental.de/bg/sonnenblume.gif') #F5E487;
	color:black;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index:10;
	margin-left: auto;
	margin-right:auto;
}
div#topline{
	position: relative;
	width:900px;
	height:70px;
	background: #99CCCC;
	color:white;
	text-align:right;
}
div#sonnenblume{
	position: absolute;
	top: 240px;
	left: 497px;
	width: 134px;
	height: 127px;
	z-index: 20;
}
div#content_all{
	position: relative;
	width: 900px;
}
div#content_right{
	float: right;
	width: 375px;
	text-align:right;
	margin-top:30px;
}
div.picture{
	border: 1px #CCCCCC solid;
	width:340px;
}
div#content_left{
	float: left;
	width: 510px;
}
div#content_left_distance{
	margin:20px;
}
div.angebote{
	width:450px;
	padding:10px;
	border: #cccccc solid 1px;
	background: #FFFFAA;
	color:black;
	text-align: left;
}

/* Gästebuch */
div.gastbuch{
	width:400px;
	padding:10px;
	border: #cccccc solid 1px;
	color:black;
	text-align: left;
	background: #FFFFAA;
	margin-bottom:20px;
}
input.gastbuch{
	width: 200px;
	margin-left:10px;
}
textarea.gastbuch{
	width:200px;
	height:150px;
	margin-left:10px;
}