body {
	margin:0;
	padding:0;
	
	font-family:Helvetica,Arial,sans-serif;
	
	font-size:14px;
	font-size:12px;

	color:#383838;
	
	line-height:20px;
}

p, h1, h2, h3 {
	padding:0;
	margin:0;
	font-weight:normal;
}

.date {
	font-size:14px;
	color:#66cc00;
}
.bluecapital {
	color:#0099CC;
	margin-right:10px;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#0199e4;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#014669;
}

#navigation {
	height:188px;
	
	margin-top:0px;
	background:transparent url(../images/navi_bg.jpg) repeat-x left;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation a {
	border-left:1px solid #006699;
	
	float:left;
	text-decoration:none;
	color:#ffffff;
	
	height:182px;
	line-height:182px;
	
	margin-top:2px;

}
#navigation a:hover {
	float:left;
	text-decoration:none;
	color:#ffffff;
	
	height:178px;
	line-height:178px;
	
	margin-top:2px;
	
	border-bottom:0px solid #99ff01;
	border-top:4px solid #99ff01;
}	

#news {
	background:#006599 url(../images/news_btn.jpg) no-repeat bottom;
	width:85px;
}
#news_active {
	background:#006599 url(../images/news_btn_on.jpg) no-repeat bottom;
	width:85px;
}
#torius {
	background:#0175b0 url(../images/torius_btn.jpg) no-repeat bottom;
	width:95px;
}
#torius_active {
	background:#0175b0 url(../images/torius_btn_on.jpg) no-repeat bottom;
	width:95px;
}
#leistungen {
	background:#007fbe url(../images/leistungen_btn.jpg) no-repeat bottom;
	width:115px;
}
#leistungen_active {
	background:#007fbe url(../images/leistungen_btn_on.jpg) no-repeat bottom;
	width:115px;
}
#referenzen {
	background:#008cd3 url(../images/referenzen_btn.jpg) no-repeat bottom;
	width:120px;
}
#referenzen_active {
	background:#008cd3 url(../images/referenzen_btn_on.jpg) no-repeat bottom;
	width:120px;
}
#kontakt {
	background:#0199e4 url(../images/kontakt_btn.jpg) no-repeat bottom;
	width:90px;
}
#kontakt_active {
	background:#0199e4 url(../images/kontakt_btn_on.jpg) no-repeat bottom;
	width:90px;
}

#contentwrapper {
	margin-left:135px;
	
}

#content1 {
	width:520px;
	width:524px;
		
	min-height:300px;
	height:auto !important;
	height:300px;
	
	background:#f0f0f0 url(../images/content1_corner.gif) no-repeat bottom left;
	margin-left:0px;
	float:left;
	
}
#content1 div {
	margin:15px;
}
#content1 h1 {
	font-size:14px;
	font-weight:normal;
	color:#666666;
	margin:0;
	padding:0;
}
#content1 h2 {
	text-decoration:underline;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	margin:0;
	padding:0;
}


#content2 {
	float:left;
	width:370px;
	width:300px;
	width:340px;
	
	min-height:250px;
	height:auto !important;
	height:250px;
	
	background:#99FF00 url(../images/content2_corner.gif) no-repeat 0px 80px;
	
	font-size:12px;
	
}
#content2 div {
	margin:15px;
}
#content2 h1{
	font-size:12px;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}

#content2 #contact td{
	color:#666666;

}
#content2 #contact input,textarea{
	border:1px solid #666666;
	width:200px;	
}
#content2 #contact submit {
	border:0;
	color:#0099CC;
	
}



/* tooltip */
a.info{
	/*float:left;*/
	
	display:block;
	width:35px;
	height:34px;
	
	border:2px solid #ffffff;	
		
	margin:2px;
	margin:0px;
	
    z-index:24;	
    color:#000;
    text-decoration:none;
}
a.infoact{
	/*float:left;*/
	
	display:block;
	width:35px;
	height:34px;
	
	border:2px solid #99FF00;	
		
	margin:2px;
	margin:0px;
	
    z-index:24;	
    color:#000;
    text-decoration:none;
}
a.infoact span {
	display: none;
}


a.info:hover {
	z-index:25;
	background-color:#ffffff;
	border:2px solid #99FF00;
	border:2px solid #0199e4;
	
	width:35px;
	height:34px;
	
	margin:2px;
	margin:0px;
}

a.info span {
	display: none;
}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	
	top:590px;
	top:430px;
	top:420px;
	left:145px;
	color:#000;
	color:#99FF00;
	color:#ffffff;
	width:250px;
	width:490px;
	height:30px;
	line-height:30px;
	
	text-indent:100px;
	
	font-style:italic;
	
	background-color:#007FBE;
	/*height:20px;
    border:1px solid #999999;
    background-color:#efefef;
	padding:5px;*/
}

.bold {
	font-weight:bold;
}

ul.auflistung1 {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:20px;
}

ul.auflistung_staff {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:20px;	
}
ul.auflistung_staff a {
	padding-left:5px;
	text-decoration:none;
	color:#0099CC;
}
ul.auflistung_staff a#active {
	text-decoration:none;
	color:#999999;
	color:#006599;
}
.bluespan {
	color:#0099CC;
}

.layer {
	position:absolute;
	border:0px;
	padding:20px;
	left: 494px;
	top: 21px;
}
.newslayer {
	position:absolute;
	border:0px;
	top: 800px;
	left: 580px;
}
