/* 
   Extended style sheet for Odenwald-Quelle 
   BYTE-XXL.COM
	 Phone: +49-6223-9258-0
*/

body {
  font-family: arial, helvetica, sans-serif; font-size: 11px;
	font-size: 100%;
	margin: 2px;

	background-color : #FFFFFF ;
  scrollbar-face-color: #D8EEFF; 
  scrollbar-shadow-color: #99B4CC;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #D8EEFF; 
  scrollbar-darkshadow-color: #99B4CC; 
  scrollbar-track-color: #FFFFFF; 
  scrollbar-arrow-color: #2F668F;
}

#contentMenu {
  font-family: arial, helvetica, sans-serif; font-size: 11px;
	background-color: #00659D;
	margin: 0 auto;
	padding: 0;
	border: #00659D 1px solid;
	width: 710px;
	height: 14px;
	/*z-index: 100;*/
}

html>body #contentMenu {
	/*width: 32em;
  width: 100%; */
} 

a {
	text-decoration: none;
}

a:link {
	color: #00659D;
  text-decoration: underline;	
}

a:visited {
	color: #00659D;
  text-decoration: underline;		
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h2 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #00659D;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #00659D;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 128px;
	text-align: center;
	cursor: default;
	background-color: #00659D;
	border-left: 1px solid white;
	/*border-width: 1px 0;*/
}

li#first {
	border-left-width: 0em;
}

li#last {
	border-right-width: 1em white;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #00659D;
	border-left: solid 1px #00659D;
	border-bottom: solid 1px #00659D;
	background-color: white;
}

li>ul {
	top: auto;
	/* left: auto; */
	margin: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

.clearer {
	height: 0;
	line-height: 0;
	clear: both;
}
* html .clearer {
	font-size: 0;
}


.ourContent {
	width: 710px;
	margin: 0 auto;
}

.contentX {
	
	margin: 0 auto;
	padding: 0;
	
	width: 710px;
	background-color: #B6DDFC;
}

#tabMain {
  background-image: url(/_gfx/background.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom; 
}

.presseHeaderline {
  font-size : 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : bold;
  margin-left : 12px; 
	margin-right : 12px;
	text-align: center;
}
.presseSubHeader {
  font-size : 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : bold;
  margin-left : 12px; 
	margin-right : 12px;
	text-align: center;
}

.presseFooter {
  font-size : 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : nornal;
  margin-left : 12px; 
	margin-right : 12px;
	text-align: left;
}
