/* www.schreiberhauskrems.at */

* {
	margin: 0;
	padding: 0;
}      /* Browser Nullstellung */

body {
	font: 95% "Georgia", 'Times New Roman', Times, serif;
	color: #FFD700;
	background: #999966;
	margin-left: 50px;
	margin-top: 5px;
}

h1 {
	font: normal 1.4em Georgia, 'Times New Roman', Times, serif;
	color: #FFD700;
	margin: 0 0 20px 0;
	padding: 20px, 0 0 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
}

p {
	font-size: 0.85em;
	text-align: center;
	
}

a {
	font-size:0.85em;
	text-decoration: none;
	color: #006600; 
}
a:hover {
	color: #CC3333;
	
}


/* IDs */

#container {
	color: #FFD700;
	width: 900px;
	
}

#header {
	width: 900px;
	height: 85px;
	background: #7B7B00 url(../img/head.gif) no-repeat;
	 
}

#main {
	height: 555px;
	
	background-color: #5A6352;
	
}

#sidebar {
	background: #5A6352C;
	height: 515px;
	float: right;
	width: 250px;
	
}

#navigation {
	position: absolute;
	font-size: 0.85em;
	color: #006600;
	top: 56px;
	left: 75px;
}

#picstart { 
	position: absolute;
	margin-top: 60px;
	margin-left: 130px;
	border: 1px solid #FFD700;

 }
 
 #content h1  {
 	padding-top: 20px;
 	text-align: center;
}

#hering {
	position: absolute;
	margin-left: 15px;
	margin-top: 10px;
}



 /* Klassen */
 .box {
	background: transparent;
	border: 0px solid white;
	padding: 11px 11px 16px 11px;
	margin-top: 290px;
	text-align: center;
	width: 300px;
	float: left;

}
.containerbot { 
	background: #696A5A;
	width: 900px;
	text-align: center;
	height: 22px;
	padding-top: 5px; 


}


