/*
CSS Stylesheet
Code by Andre Abt, Monobasic Studios
*/


/* Reset & Main ------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #32393d;
}


body {
	width: 100%;
	background: #48483e; /*IE6 and 7 add space after page-end - therefore we use the footer-bg-color to fill the body and use a second wrapper.*/
}


/* Layout ------------------------------------------------------ */

#wrapper {
	width: 100%;
	background: #e6e1c1 url(../images/bodyBg.jpg) left repeat-y;
	
}

#pagewrapper {
	background: url(../images/wrapperBg.jpg) left top repeat-x;
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/header.jpg) top left no-repeat;
}

#navigation {
	background: #48483e;
	width: 100%;
	height: 50px;
}

#middle {
	/* border: #00FF00 1px solid; */
	width: 980px;
}

#left {
	/* border: #00FF00 1px solid; */
	background: #737163 url(../images/leftBg.jpg) top left no-repeat;
	float: left;
	width: 200px; /* 200px */
	min-height: 500px;
	_height: 500px;
	
	padding-top: 125px;
}


#picsContainer {
	background: url(../images/picsContainerBg.jpg) top left repeat-y;
	float: left;
	width: 191px;
}

#pics {
	background: url(../images/picsBg.jpg) top left no-repeat;
	width: 191px;
	min-height: 500px;
	_height: 500px;
	padding-top: 50px;
	
}

#contentView {
	/* border: #00FF00 1px solid; */
	float: left;
	width: 542px; /* 589 */
	padding-top: 50px;
}

#footer {
	/* border: #00FF00 1px solid; */
	width: 100%;
	height: 30px;
	background: #48483e;
}

#footer a {
	display: block;
	padding-left: 620px;
	padding-top: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	color: #e6e1c1;
	text-decoration: none;
	
}



.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Tags & Classes ------------------------------------------------------ */


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #32393d;
	text-decoration: underline;
}

h1 {
	color: #32393d;
	font-size: 15px;
	margin-bottom: 10px;
}

h2 {
	color: #32393d;
	font-size: 14px;
	margin-bottom: 5px;
}


.pic {
	margin-bottom: 20px;
	margin-left: 20px;
}

#contentView p {
	width: 420px;
	margin-bottom: 10px;
}


#left h3 {
	font-size: 12px;
	color: #e5e0c0;
	margin-bottom: 15px;
	
}


#left #news {
	/*border: #00FF00 1px solid; */
	width: 110px;
	font-size: 11px;
	color: #e5e0c0;
	overflow: hidden;
	line-height: 1.2;
	padding-left: 60px;
}

#left #news b {
	font-size: 11px;
	color: #e5e0c0;
}

#left #news p {
	font-size: 11px;
	color: #e5e0c0;
}


#left #news a {
	font-size: 11px;
	color: #e5e0c0;
	text-decoration: underline;
	
}

#left #news a:hover {
	color: #e5e0c0;
	text-decoration: underline;
	
}

#left #audioplayer {
	background: url(../images/audioplayerTitleBg.jpg) left top no-repeat;
	/*border: #00FF00 1px solid;*/ 
	width: 170px; /*170*/
	font-size: 11px;
	color: #e5e0c0;
	overflow: hidden;
	line-height: 1.2;
	padding-top: 7px;
	
}

#left #audioplayer h3 {
	margin: 0;
	padding-left: 60px;
	padding-bottom: 5px;
}


/* Formular */

form {
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

fieldset
	{
	padding: 5px;
	border: 1px solid #737163;
	width: 420px;
	}

legend
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0410D;	
	}
	
div.fRow {
	/* border: 1px dotted #ffcc00; */
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.labels {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}

input, textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
}

input.checkbox {				/* sonst haben checkboxes im IE auch einen Rahmen wie die anderen input Felder */
	border: 0px;
}

input.result {
	border: 0px;
	background-color: #FFCC99;
	font-weight: 600;
	text-align: right;
}

#fSend {
	margin-top: 10px;
	margin-left: 187px;
	background-color: #e6e1c1; 
	border: 1px solid #000000;
}

#Submit {
	margin-top: 10px;
	margin-left: 187px;
	background-color: #e6e1c1; 
	border: 1px solid #000000;
}

#fReset {
	margin-left: 10px;
	background-color: #e6e1c1; 
	border: 1px solid #000000;
}


/*Jumpmenu under Links*/
#jumpform {
	margin: 10px 15px 30px 20px;
}






/* Navigation ------------------------------------------------------ */

#naviContainer {
	/* border: #00FF00 1px solid; */
	width: 600px;
	padding-left: 384px;
	padding-top: 30px;
}

#navigation a {
	display: block;
	float: left;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #e5e0c0;
}

#navigation a:hover, #navigation a.active {
	color: #ffffff;
}

/*
olive: #48483e
olive-hell: #737163
hellgrün: #e6e1c1
dunkel schrift: #32393d
pink:	#fbc3a1	
  
  */
 
 

