/* body main styles */

body {
	font: 12px Lucida Grande, Tahoma, Arial, sans serif; 
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
	background: #000;
	color: #FFE7C6;
	}


/** color: #859db5; ****************************************************** standarts **/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFE7C6;
	margin: 0 0 25px 0;
	border: 0;
	border-bottom: 1px solid #FFE7C6;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7e715e;
	}


h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 20px 0 0 0;
	padding: 0;
	}


img {
	border: none;
	}


p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 4px 0 10px 0;
	padding: 0;
	}


a  {
	color: #cebd76;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



.clickable {
	cursor: pointer;
	}


ul li {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1.1em;
	}

.spacer hr {
	margin: 30px 0;
	border: 0;
	background: #ece9e4;
	height: 1px;
	}


hr {
	border: 0;
	border-bottom: 1px solid #ece9e4;
	height: 2px;
	background-color: #fff;
	margin: 40px 0;
	padding: 0;
	}


/* container 
---------------------------------------------------------*/

#wrapper {
  	position: relative;
  	margin: 0 auto;
  	padding: 0;
  	width: 980px;
  	}

/* header 
---------------------------------------------------------*/

#header {
  	margin: 0 auto;
  	width: 980px;
  	height: 120px;
	}


#container {
	margin: 62px auto 0 auto;
	padding: 0;
	}



/* logo 
---------------------------------------------------------*/
#logo {
	width: 320px;
	height: 90px;
	float: left;
	margin: 20px 0 0 207px;
	padding: 0;
	}


/* main navigation 
---------------------------------------------------------*/
#navi {
	position: absolute;
	width: 34em;
	height: 33px;
	right: 0;
	top: 108px;
	}


	.topmenu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

	.topmenu li {
		_display: inline;
		float: right;
		margin: 0 5px 0 0;
		}
		
	.topmenu li a {
		display: block;
		height: 33px;
		text-decoration: none;
		color: #FFE7C6;
		line-height: 2.4em;
		padding: 0 5px;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #333;
		}
		
	.topmenu li a:hover {
		padding: 0 5px;
		color: #cebd76;
		background: #222;
		}

	.topmenu li a.current {
		padding: 0 5px;
		font-size: 14px;
		font-weight: bold;
		color: #cebd76;
		border: 1px solid #444;
		background-color: #222;
		}



/* sound examples 
---------------------------------------------------------*/
.audio {
	position: relative;
	width: 480px;
	height: 200px;
	margin: 0;
	padding: 0;
	}


	.general {
		float: left;
		width: 220px;
		height: 100px;
		background: url(images/allgemein.jpg) no-repeat top left;
		}

		.general:hover {
			background: url(images/allgemein-hover.jpg) no-repeat top left;
			}


	.message {
		float: right;
		width: 220px;
		height: 100px;
		background: url(images/nachrichten.jpg) no-repeat top left;
		}
		
		.message:hover {
			background: url(images/nachrichten-hover.jpg) no-repeat top left;
			}
	
	.advertising {
		float: left;
		width: 220px;
		height: 100px;
		background: url(images/werbung.jpg) no-repeat top left;
		}

		.advertising:hover {
			background: url(images/werbung-hover.jpg) no-repeat top left;
			}
	
	.interview {
		float: right;
		width: 220px;
		height: 100px;
		background: url(images/interview.jpg) no-repeat top left;
		}

		.interview:hover {
			background: url(images/interview-hover.jpg) no-repeat top left;
			}


	.message a,
	.advertising a,
	.interview a,
	.general a {
		display: block;
		width: 110px;
		height: 60px;
		text-decoration: none;
		padding: 40px 0 0 110px;
		background: url(images/)
		}

	.message a:hover,
	.advertising a:hover,
	.interview a:hover,
	.general a:hover {
		text-decoration: underline;
		}

/* main content 
---------------------------------------------------------*/

#content {
	float: right;
  	width: 520px;
  	margin: 0 20px 0 0;
  	padding: 0;
	text-align: left;
	font-size: 12px;
	}



/* left navigation 
---------------------------------------------------------*/
.leftnavi-box {
		float: left;
		width: 180px;
		margin: 0;
		padding: 0;
		}
		
		.leftnavi {
			width: 180px;
			margin: 0;
			padding: 0;
			}

		.leftnavi li {
			_display: inline;
			margin: 5px 0;
			padding: 0;
			list-style: none;
			}
			
		.leftnavi li a {
			display: block;
			padding: 0 5px 0 0;
			text-decoration: none;
			text-align: right;
			color: #FFE7C6;
			font-weight: bold;
			font-size: 12px;
			border: 1px solid #000;
			}

		.leftnavi li a:hover {
			text-decoration: none;
			padding: 0 5px 0 0;
			border-right: 1px solid #7e715e;
			color: #cebd76;
			}

		.leftnavi li a.current {
			background-color: #222;
			border: 1px solid #333;
			border-right: 1px solid #7e715e;
			color: #cebd76;
			}

		.leftnavi li ul {
			margin: 0 20px 0 0;
			padding: 0;
			}
	
/* right boxes 
---------------------------------------------------------*/
#rightbox {
	float: right;
	width: 232px;
	margin: 0;
	padding: 0;
	}

	#rightbox h2 {
		background-color: #222;
		margin: 0 0 10px 0;
		padding: 2px 2px 2px 10px;
		color: #FFE7C6;
		}

	#rightbox p {
		padding: 0 0 5px 10px;
		}

	#rightbox a {
		text-decoration: none;
		padding: 0 0 5px 0;
		color: #FFE7C6;
		}

	#rightbox a:hover {
		color: #cebd76;
		}



/* clear 
---------------------------------------------------------*/

.clear {
	clear: both;
	}



/* formular startseite 
---------------------------------------------------------*/
#EmailForm {
	width: 176px;
	margin: 0;
	padding: 0 0 5px 11px;
	}

.formular label,
.formular input,
.formular select { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 156px;
	margin: 0;
	font-size: 12px;
	}
	
.formular form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
	clear: left; /* das floating der labels und inputs aufheben */
	}
	
.input#submit { /* den Submit-Button */
	float: none;
	width: auto;
	}
	
.formular label {
	padding-right: 1em;
	margin: 8px 0 0 0;
	color: #555;
	font-size: 11px;
	}
	
.formular form {
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#cfName,
#cfEmail,
#cfPLZ,
#cfSubject,
#cfCode {
	margin: 0 0 3px 0;
	padding: 2px;	
	height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
#cfCode {
	border: 1px dashed red;
	margin: 5px 0 3px 0;
	padding: 4px 2px;
	}

#cfMessage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 2px;
	}

.captcha {
	margin: 0 0 10px 0;
	padding: 0;
	}

.vericode {
	border: 1px solid #79A0B4;
	margin: 0;
	padding: 2px;
	}

/* footer 
---------------------------------------------------------*/
.footermenu {
	font-size: 12px;
	margin: 60px 0 0 0;
	padding: 0;
	}
	
	.footermenu li {
		list-style: none;
		float: left;
		margin: 0 20px 0 0;	
		}
	
	.footermenu li a {
		text-decoration: none;
		color: #FFE7C6;
		}
	
	.footermenu li a:hover {
		text-decoration: none;
		color: #cebd76;
		}

	.footermenu li.current {
		text-decoration: underline;
		color: #cebd76;
	}
		