/* @override http://www.go-and-fly.de/fileadmin/templates/styles/domtab.css */

/* * {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

body {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:90%;
	background:#333;
	color:#ccc;
}*/
		
div.domtab{
	/*padding:0 3em;*/
	/*width:80%;*/
	/*font-size:90%;*/
}

#content ul.domtabs {
	float: left;
	width: 100%;
	border-bottom: 0.1em solid #999; 
	margin: 0 0 2em 0;				
}

ul.domtabs li {
	list-style: none;
	float: left;
	padding: 0;
	border-left: 1px solid #b9d3ec;
}

ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:hover {
	padding: .2em 1em;
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff url(../pics/reiter.gif) 100% 0 no-repeat;
}

ul.domtabs li.active a:link, ul.domtabs li.active a:visited {
	background-position: 100% -50px;
	color: #fff;
}

ul.domtabs a:hover {
	/*background:#696;*/
}

div.domtab div{
	clear:both;
	width:auto;
	/*background:#696;
	color:#fff;*/
	/*padding:1em 3em;*/
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	/*background:#696;*/
	/*color:#fff;*/
}

#domtabprintview {
	float: right;
	padding-right: 1em;
	text-align: right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover {
	color: #fff;
}

pre {
	font-size:1.2em;
	padding:1em;
}

ul.prevnext { float:left; width:100%; }
ul.prevnext li{ float:left; width:49%; }
ul.prevnext li.next{ float:right; text-align:right; }

