@charset "utf-8";
/* CSS Document */

body {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 background:#fff;	
	 padding:0px;
	 margin:0px; 
	 color:#333;
	 }
	 
#header {
	border-bottom:#e0e0e0 3px solid;
	background:#00aecb;
	text-align:center;
}

.blueborder {
	border:1px solid #00aecb;
}
	
.headerPos {
	height:312px;
	margin:auto;
	width:950px;
	text-align:left;
	padding:10px;
	position:relative;
}

a {
	color:#00aecb;
	}
	
a:hover {
	color:#999;
	}
	
#mainnav {
	padding:0px 0px 0px 92px;
	margin:0px;	
	list-style:none;
	height:30px
}

#mainnav li {
	padding:0px 30px 0px 0px;
	white-space:nowrap;
	float:left;
}

#mainnav li a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	float:left;
	padding-left:4px;
}

.whitebox {
	display:block;
	width:12px;
	height:12px;
	background:#00aecb;
	float:left;
	margin-top:2px;
}

#mainnav li:hover .whitebox {
	background:#ccc;
}
	  
#mainnav li.act .whitebox {
	background:#fff;
}
		
.mainpic {
	background:#e5e5e5;
	padding:10px 30px;
	width:650px;
	margin-left:110px;
}

.mainpic img, .mainpic div {
	border-color:#000;
	border-style:solid;
	border-width:0px 10px 5px 10px;
	display:block;
	background:#fff;
	}
	
.claim {
	position:absolute;
	right:77px;
	bottom:0px;
}	

.contentPos {
	margin:10px auto 0px auto;
	width:950px;
	text-align:left;
	padding:10px;
	position:relative;
	background:url('../images/bg_main.gif') repeat-y;
	overflow:auto;
	min-height:300px;
}

.contentPosOne {
	margin:10px auto 0px auto;
	width:950px;
	text-align:left;
	padding:10px;
	position:relative;
	background:url('../images/bg_main_one.gif') repeat-y;
	overflow:auto;
	min-height:300px;
}

#left {
	float:left;
	width:110px;	
}

#subnav {
	padding:0px 0px 0px 0px;
	margin:0px;	
	list-style:none;
}

#subnav li {
	padding:0px 0px 25px 0px;
	white-space:nowrap;
	display:block;
	height:15px;
}

#subnav li a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	float:left;
	padding-left:4px;
}

.bluebox {
	display:block;
	width:12px;
	height:12px;
	background:#fff;
	float:left;
	margin-top:2px;
}

#subnav li:hover .bluebox {
	background:#bbb;
}

#subnav li.act .bluebox {
	background:#00aecb;
}

#subnav .subsubnav {
	font-weight:normal;
	font-size:13px;
}

#main {
	float:left;
	width:550px;
}

.contentPosOne #main {
	float:left;
	width:680px;
}

#right {
	float:left;
	width:105px;
	padding-left:15px;
}

.logo {
	position:absolute;
	bottom:0px;
	right:10px
}

#main h1 {
	margin:0px;
	padding:0px 20px 18px 80px;
	font-size:14px;	
	color:#00aecb;
	font-weight:normal;
}

#main h2 {
	margin:0px;
	padding:8px 20px 0px 80px;;
	font-size:12px;	
	color:#00aecb;
	font-weight:normal;
}

#right h2 {
	margin:0px;
	padding:0px;
	font-size:11px;	
	color:#333;
	font-weight:normal;
	text-align:center;
	font-weight:bold;
}

#main p {
	padding:0px 20px 10px 80px;
	margin:0px;
	line-height:17px;
	text-align:justify;
}

#main ul {
	margin-left:80px;
	line-height:17px;
	padding-left:20px;
}

.footer {
	clear:both;
	text-align:center;
}

.footerPos {
	margin:auto;
	width:730px;
	text-align:left;
	padding:5px 120px 5px 120px;
	font-size:10px;
	color:#bbb;
	background:url('../images/bg_footer.gif') repeat-y;
}

.footerPosOne {
	margin:auto;
	width:730px;
	text-align:left;
	padding:5px 120px 5px 120px;
	font-size:10px;
	color:#bbb;
}

/* scrolling */


#tsc {
	width:105px;
	height:298px;
	overflow:hidden;
}


#showButs {
padding-right:65px;
}

#showButs div {
	display:block;
	float:right;
	width:12px;
	height:12px;
	cursor:pointer;
	margin:0px 5px 0px 5px;
}

#showButs div:hover {
	background-color:#ffb502;
}

#showButs .up {
	background:#00aecb url(../images/scr_up.gif) no-repeat;
}

#showButs .down {
	background:#00aecb url(../images/scr_down.gif) no-repeat;
}


/* referenzen bilder */

.refpics {
	text-align:center;
	cursor:pointer;
	font-size:10px;
	margin-top:10px;
}

.refpics img.picsize {
	width:82px;
	height:62px;
	margin-bottom:6px;
	margin-top:4px;
	border:0px;
	}
	
.refpics img.picsize1 {
	width:84px;
	height:66px;
	margin-top:2px;
	margin-bottom:4px;
	border:0px;
	}
	
.refpics img.picsize2 {
	width:90px;
	height:70px;
	margin-top:0px;
	margin-bottom:2px;
	border:0px;
	}

.refpics a {
	color:#333;
	text-decoration:none;	
}
	
/* blaettern */

#blaettern {	
	width:550px;
	overflow:hidden;
	min-height:280px;
}

#blaettern div {
	width:550px;
}

#showPages {
	padding:5px 0px 0px 80px;	
	font-size:10px;
}

#showPages a, #showPages a.aktpage {
	padding:0px 3px;
	display:block;	
	border:1px solid #aaa;
	text-decoration:none;
	float:left;
	margin-right:5px;
	color:#aaa;
}

#blaettern .next {
	font-size:10px;
}

#showPages a:hover, #showPages a.aktpage {
	color:#00aecb;
	border-color:#00aecb;
}

#showPages a:focus, #showPages a:active {
	outline:0px;
}

#referenzen a {
	color:#000;
	text-decoration:none;
}

#referenzen a:hover {
	color:#00aecb;
}

:focus { 
	outline:0px;
}

.shapeanim {
	position:absolute;
	width:200px;
	height:190px;
	bottom:0px;
	left:-30px;
}

.trcklst  {
	list-style:url(../zanmantou/staudioskin/play.gif);
}

.trcklst li {
	margin-bottom:2px;
	cursor:pointer;
	color:#00aecb;
}

.trcklst li:hover {
	color:#333;
}

.trcklstpos {
	margin-left:5px;
}

.toright {
	float:right;
}
