/* body main styles */

body {
	font: 12px Lucida Grande, Tahoma, Arial, sans serif; 
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
	background: #fff url(images/bg.jpg) repeat-x top;
	color: #555;
	}


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

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #7e715e;
	margin: 0 0 25px 0;
	border: 0;
	border-bottom: 2px solid #FC706F;
	}

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: #FC706F;
	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;
  	background: url(images/wrapper-bg.jpg) no-repeat center top;
  	}

/************************************** header */

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


#container {
	margin: 72px auto 0 auto;
	padding: 0;
	width: 700px;
	background: url(images/container-bg.jpg) repeat-y center top;
	}



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


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


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

	ul.topmenu li {
		display: block;
		float: left;
		margin: 0 5px 0 0;
		}
		
	ul.topmenu li a {
		display: block;
		text-decoration: none;
		color: #555;
		line-height: 2.4em;
		padding: 0 5px;
		font-size: 14px;
		font-weight: bold;
		}
		
	ul.topmenu li a:hover {
		display: block;
		height: 33px;
		padding: 0 5px;
		color: #fff;
		background: #D9212F url(images/hover.jpg) repeat-x;
		}

	ul.topmenu li a.current {
		display: block;
		height: 33px;
		padding: 0 5px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #D9212F url(images/hover.jpg) repeat-x;
		}


/************************************ gallery banner **/
#gallery {
  	width: 980px;
	height: 182px;
  	margin: 0;
	padding: 0;
	background: url(images/gallery.jpg) no-repeat 50% 50%;
	}
	
	#gallery a {
		display: block;
		border: 1px solid blue;
		}



/******************************** 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 {
  	width: 480px;
  	min-height: 400px;
  	margin: 0 auto;
  	padding: 7px 0 0 0;
	text-align: left;
	font-size: 12px;
	}



/******************************************** left navigation **/
#leftbox {
	position: absolute;
	width: 200px;
	left: 1px;
	top: 370px;
}

.border-top {
	width: 210px;
	height: 17px;
	margin: 0;
	padding: 0;
	background: url(images/leftimg-border-top.jpg) no-repeat;
	}

.leftnavi-box {
		width: 210px;
		margin: 0;
		padding: 0;
		background: #fff url(images/leftbox-bg.jpg) repeat-y left;
		}
		
		.leftnavi {
			margin: 0;
			padding: 10px 0 20px 20px;
			}

		.leftnavi li {
			display: block;
			margin: 0 0 8px 0;
			padding: 0;
			list-style: none;
			}
			
			.leftnavi li ul {
				margin: 0;
				padding: 0 0 0 28px;
			}
			
			.leftnavi li ul li {
				margin: 5px 0;
			}
			
			.leftnavi li ul li a:hover {
				border-left: 3px solid #fff;
				background-color: #fff;
			}
			
		.leftnavi li a {
			display: block;
			text-decoration: none;
			color: #777;
			font-size: 12px;
			padding: 0 0 0 5px;
			border-left: 3px solid #fff;
			}

		.leftnavi li a:hover {
			text-decoration: none;
			background-color: #dbdad9;
			border-left: 3px solid #DF1E23;
			color: #DF1E23;
			}

		.leftnavi li a.current {
			color: #db0e23;
			font-weight: bold;
			background-color: #dbdad9;
			border-left: 3px solid #DF1E23;
			}

.border-bottom {
	width: 210px;
	height: 8px;
	background: url(images/leftimg-border-bottom.jpg) no-repeat;
	}

	
/***************************************** right boxes **/
	#rightbox {
		position: absolute;
		right: 0;
		top: 370px;
		width: 232px;
		background: #fff url(images/rightbox-bg.jpg) repeat-y right;
		}

		
		.border-top2 {
			width: 232px;
			height: 17px;
			margin: 0;
			padding: 0;
			background: url(images/rightimg-border-top.jpg) no-repeat;
			}


		#box01 {
			margin: 0;
			padding: 0 15px 20px 10px;
			color: #777;
			}

		#box01 h2 {
			background-color: #dbdad9;
			color: #DF1E23;
			padding: 2px 2px 2px 5px;
			}

		#box01 p {
			padding: 0 0 5px 5px;
			}



		#box01 a {
			text-decoration: none;
			color: #db0e23;
			padding: 0 0 5px 5px;
			}

		#box01 a:hover {
			text-decoration: underline;
			color: #7e715e;
		}

		.border-bottom2 {
			width: 232px;
			height: 11px;
			background: url(images/rightimg-border-bottom.jpg) no-repeat right;
			}


/************************************** 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 **/

#footer {
	position: relative;
  	width: 700px;
  	height: 134px;
  	margin: 0 auto;
  	padding: 0;
	background: url(images/footer-bg.jpg) no-repeat center bottom;
	}

	.footermenu {
		position: absolute;
		left: 20px;
		top: 120px;
		list-style: none;
		font-size: 12px;
		}
		
		.footermenu li {
			float: left;
			margin: 0 20px 0 0;	
			}
		
		.footermenu li a {
			text-decoration: none;
			color: #333;
			}
		
		.footermenu li a:hover {
			text-decoration: none;
			color: #DF1E23;
			}

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