/* tabs 2010 _______________________________________________________ */

/* templates ____________________________________________ */

@charset "ISO-8859-1";

* {					
	margin:0;
	padding:0;
}

/* center */
#main {
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 0px;
	width: 900px;
	height: 930px;
	margin-left: -450px;
	margin-top: 0px;
	z-index : 1;
	background-color:#FFFFFF
} 

body {
	background-color:#330000;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

a:focus {
  -moz-outline-style:none;
}

a {
text-decoration:none;
color:#0066CC;
}

a:hover {
text-decoration:underline;
color:#0066CC;
}

/* typo _________________________________________________________________________*/

h1 {
	font: normal 25px Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
	text-align: center;
}
h2 {
	font: italic normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
	margin: 2px 0 0 0;
	text-align: center;
}
#h2 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
	margin: 10px 0 0 0;
}

p {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#214040;
}

#textoben p {
	font:italic normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
	line-height: 20px;
	margin: 12px 0 0 0;
	text-align: center;
	z-index: 10;
}

#textunten p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
}

#infoblock p {
	margin:0 0 8px 0;
}


/* container _________________________________________________________________________*/

#textoben {
	position:absolute;
	top:20px;
	left:50px;
	height:210px;
	width:790px;
}


#textunten {
	position:absolute;
	top:770px;
	left:50px;
	height:80px;
	width:790px;
}


#infoblock {
	position:absolute;
	top:335px;
	left:510px;
	height:240px;
	width:250px;
	padding: 0px;
	border: none;
	display: block;
}

/* tabs _________________________________________________________________________*/

#tabcontainer {
	position:absolute;
	top:0px;
	left:0;
	height:200px;
	width:850px;
}

div.panes div {
	display:none; /*none*/
	border:1px solid #999;
	border-top:0;
	height:400px;
	font-size:14px;
	background-color:#fff;
	width: 768px;
	margin:0 0 0 45px;
	padding:60px 0 0 30px;
	top: 200px;
	left: 45px;
}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:250px 0 0 45px !important;
	padding:0;
	border-bottom:0px solid #666;
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	border:none 0px;

}

/* link inside the tab. uses a background image */
ul.tabs a {
	background:url(bilder/blue.png) no-repeat 0 0; /* position background image = länge der tabs */
	display:block;
	height: 30px;
	line-height:30px;
	width: 160px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -31px;
	color:#214040;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -62px;
	cursor:default !important;
	color:#214040 !important;
	border:0px none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
