/*******************************
	R. & U. Winkenbach GmbH
********************************/

/** Simple CSS-Reset **/

* {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
}

a, img {
	border: none;
}

ol,ul {
	list-style: none;
}

li, dd, blockquote {  
	margin-left: 0;  
} 

table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

td {
	vertical-align: top;
	padding: 5px 10px 0 0;
}

	
/** Basic HTML-Elements **/

* {
	font-family: Verdana, Helvetica, sans-serif;
}

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #505050;
	background-color: #fff;
}
/** Typo **/

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #e7a711;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #e7a711;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

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

a:hover {
	text-decoration: none;
}
/** Structural Elements **/

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
	background: #fff url('../images/body_bg.png') 10px 10px repeat-y;
}

#header {
	padding: 10px 0;
	background-color: #fff;
}

#header ul {
	list-style-type: none;
	position: absolute;
	margin: -23px 0 0 750px;
}

#header ul li {
	float: left;
	padding: 0 8px 0 10px;
	line-height: 23px;
}

#header ul li:first-child {
	background: transparent none;
}

#header ul li a {
	font-weight: normal;
	color: #969696;
	text-decoration: none;
}


/** Navigation **/

#navigation {
	width: 165px;
	padding-top: 225px;
	background: #e7a711 url('../images/navigation_bg.png') repeat-x;
	float: left;
	font-size: 14px;
}

#navigation li {
	display: block;
	text-align: right;
}

#navigation a {
	padding: 0 20px 0 10px;
	line-height: 25px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.current {
	color: #fff;
	font-weight: bold;
}

#navigation ul ul a {
	line-height: 20px;
	color: #fff;
}

/** Content **/

#content_wrapper {
	float: left;
	width: 715px;
	padding: 0 9px 0 9px;
}

#content {
	clear: both;
	background-color: #ededed;
	overflow: hidden;
	line-height: 1.5em;
}

.box_top {
	float: left;
	padding: 0 9px 9px 0;
}

.box_top ul {
	width: 190px;
	background-color: #dadada;
}

.box_top ul li {
	display: block;
	border-bottom: 1px solid #0f7937;
}

.box_top ul a {
	display: block;
	width: 160px;
	padding: 5px 15px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

.box_top ul a:hover {
	color: #fff;
	background-color: #0f7937;
}

.rollover {
	position: absolute;
}

.last {
	padding: 0 0 9px 0;
}

.content_box {
	padding: 20px;
}

.content_box ul {
	list-style-type: square;
	padding-left: 30px;
}

.left {
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}

.right {
	width: 300px;
	float: right;
	margin: 0 20px 0 0;
}

img.left, img.right {
	width: auto;
}

.float_box {
	width: 200px;
	float: left;
	margin: 0 10px 20px 0;
	text-align: center;
}

.clear {
	clear: both;
}

.caption {
	padding: 5px 10px;
	font-style:italic;
}

.center {
	text-align: center;
}

.green {
	color: #0f7937;
}

/** Footer **/

#footer {
	clear: both;
}

#footer img {
	float: left;
	margin: 0 20px 0 0;
}

#footer p {
	padding-top: 20px;
	font-size: 10px;
	font-style: italic;
}

/** Form **/


form {
	display: block;
}

fieldset {
	border: none;
	margin-bottom: 20px;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input {
	width: 200px;
	margin-bottom: 10px;
}

textarea {
	margin-bottom: 10px;
}