@charset "utf-8";
/* CSS Document */
/* Autor: Miri Vogt / nextage */
/* ms-Diagnose 2008 */

body{
	font-family: Arial, Helvetica, sans-serif;
}

div#container{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 78px;
	background: none;
}

div#head{
	display: none;
}

/*---SCHRIFTGRÖSSE---*/

div#schriftgroesse{
	display: none
}

/*--SERVICE-NAVIGATION---*/

div#service{
	float: right;
	margin: 11px 0 0 0;
	display: none;
}

div#service ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#service ul li{
	float: left;
	font-size: 11px;
	border-right: 1px solid #019cb0;
	padding-left: 5px;
	padding-right: 5px;
}

div#service ul li.no-line{
	border-right: none;
}

div#service ul li a{
	color: #019cb0;
	text-decoration: none;
}

div#service ul li a:hover{
	text-decoration: underline;
}

/*--- LEFT ---*/

div#left{
	display: none;
}

div#content{
	width: 960px;	
	margin: 51px 0 0 0;
	padding: 0px;
	background: #ffffff;
	float: left;
	min-height: 550px;
}

div#header{
	display: none;
}


/*---FOOTER---*/

div#footer{
	display: none;
}

/*---CONTENT---*/

div#content-box{
	float: left;
	margin: 18px 0 0 0;
	padding: 0px 0 20px 0;
	width: 580px;
}

/*--TYPO---*/

h1{
	font-size: 26px;
	color: #009cca;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0 0 20px 0;
}

h2{
	color: #009cca;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	width: 560px;
}

h3{
	background: url(../img/bg-h3.jpg) repeat-y;
	height: 17px;
	font-weight: bold;
	font-size: 12px;
	color: #019cb0;
	border-bottom: 1px solid #b3e1e7;
	padding: 3px 0 0 5px;
	margin: 0px;
}

h4{
	font-weight: bold;
	color: #009cca;
	font-size: 12px;
	background: #e0f3f9;
	width: 555px;
	float: left;
	padding: 2px 0 2px 10px;
	margin: 10px 0 0 0;
}

p{
	font-size: 12px;
	color: #666666;
	float: left;
	line-height: 1.4;
	margin: 0px;
	padding: 0 0 15px 0;
	width: 560px;
}

div#content-box ul{
	font-size: 12px;
	color: #019cb0;
	float: left;
	width: 560px;
	margin-top: 0px;
	padding-top: 0px;
}

div#content-box ul li{
	list-style-type: disc;
	line-height: 1.4;
	padding-left: 10px;
}

/*---SIDEBAR---*/

div#sidebar{
	display: none;
}

div#content-box p a{
	color: #019cb0;
	text-decoration: none;
}

div#content-box ul li.link{
	background: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	line-height: 1.4;
}

div#content-box ul li a{
	margin: 0px;
	padding: 0px 0 0 10px;
	line-height: 1.4;
	color: #019cb0;
	background: url(../img/list-style-content-link.jpg) no-repeat;
	text-decoration: none;
}

/*---FORUM---*/

table#forum{
	margin: 0px;
	padding: 0px;
	float: left;
}

table#forum tr td{
	background-color: #7fcde4;
	width: 172px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 24px;
	padding-right: 5px;
}

table#forum tr td.linie{
	height: 5px;
	background-color: #f79100;
}

table#forum tr td.active{
	background-color: #f79100;
	border-bottom: none;
}

table#forum tr td a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 4px 0px 4px 10px;
	margin-top: 2px;
	width: 173px;
	background-image: url(../img/forum-inactive.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 17px;

}

table#forum tr td a.active{
	background-image: url(../img/forum-active.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 173px;
	float: left;
}

a.experten-forum {
	margin: 0px 0 0 10px;
	padding: 0px 0 0 10px;
	line-height: 1.4;
	color: #019cb0;
	background: url(../img/list-style-content-link.jpg) no-repeat;
	text-decoration: none;
	font-size: 12px;
	float: left;
}

a.experten-forum:hover{
	color: #f79100;
	background: url(../img/list-style-content-link-hover.jpg) no-repeat;
}

ul#navigation{
	display: none;
}

div#bayer-logo{
	display: none;
}

a.home{
	display: none;
}

div#left img{
	display: none;
}

div#content-box{
	width: auto;
}

div#content-box form{
	width: 580px;
}

h1{
	padding-bottom: 20px;
}

p.orangespecial{
	color:#FA9D1C;
}












