/* @override http://virtuell1/style.css */

/* @override http://stage.ohrensausen.de/style.css */

/* @override http://stage.ohrensausen.de/style.css */

/*****Header*****/

/*****Generic Classes*****/  

html, body {
	width: 100%;
	color: #5e5e5e;
	position: relative;
	background: #ebf0f6 url(/images/bg.gif) repeat-x;
	height: 100%;
	padding: 0;
	margin: 0;
	font: 14px Helvetica, Arial, sans-serif;
}

h1 {
	color: #3f3f3e;
	font: bold 40px Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
h2 {
	color: #3f3f3e;
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 14px;
	font-weight: bold;
}
h3 {
	color: #3f3f3e;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	margin-top: 30px;
}
h4 {
	color: #3f3f3e;
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 14px;
}
p {
	margin-top: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #5d5d5d;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
a:hover {
	color: #3e8dd6;
}



/*****Basic Layout*****/

#wrapper {
	left: 50%;
	margin-left: -468px;
	margin-top: 12px;
	position: absolute;
}

#page {
	width: 936px;
	position: relative;
	float: left;
}

#head {
	position: relative;
	height: 46px;
}

#content {
	position: absolute;
	float: left;
	background: url(/images/content.png) no-repeat;
	width: 876px;
	height: 382px;
	top: 210px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 24px;
}  

#content2 {
	position: absolute;
	float: left;
	background: white;
	width: 874px;
	top: 210px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #CCC;
}  

/***** Menus *****/

#menu  {
	background: url(/images/menu.png) no-repeat;
	height: 15px;
	position: absolute;
	width: 914px;
	padding: 16px;
	top: 150px;
}

