html {
  height:100%; 
  max-height:100%;
  padding:0; 
  margin:0; 
  border:0; 

  color:#000;
  background-color: #fff;
  overflow: hidden; 
}

html, td {
  font-size: 0.8em;
  font-family: Balloon, sans-serif;
}

body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  border:0;
  color:#000;
  background: #fff url(gfx/bw-div.png) repeat-x;
  
}

html, #content p, td {

}
p {
  margin: 0;
  padding-left:0px;
  padding-right:10px;
}
td {
  font-size: 1.0em;
}

img {
  border:none;
}

#ginfo {
	margin-left: 15px;
	margin-right: 5px;
	padding: 5px;
  font-size: 0.8em;
  border: 1px solid #000;
}

#head {
  position:absolute; 
  margin:0; 
  top:0; 
  left:0; 
  display:block; 
  width:100%; 
  height:140px; 
  z-index:5; 
  overflow:hidden; 
  background: #fff url(gfx/tbbg.png) repeat-x;
}

#logo {
	position:absolute;
	left: 10px;
	top: 0px;
}

#logo2 {
	position:absolute;
	right: 0px;
	top: 95px;
}

#pageTitel {
  position:absolute; 
  right: 170px;
  top: 45px;
  margin: 0;
  padding: 0;
  z-index:6;   
  font-size: 2em;
  color: #353A8E;
}

#content {
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  top:148px; 
  bottom:0px; 
  left:210px; 
  right:0;
}

/* IE def of the content*/ 
* html #content { 
  height:100%; 
  width:100%; 
  top:0; 
  left:0; 
  
  border-top:148px solid transparent;
  padding-left: 200px;    
}

#innerContent {
/*  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777; */

  
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  margin-right: 15px;
  min-width: 250px;
  
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;	  
}

#left {
  position:absolute; 
  left:0; 
  top:148px; 
  bottom:0px; 
  width:200px; 
  z-index:4; 
  overflow:auto;    
  padding-right: 5px;
	border-right: 1px dotted #444;    
}

/* IE stuff */
* html #left {
  height:100%; 
  top:0; 
  bottom:0; 
  border-top:148px solid transparent; 
  border-bottom:0px solid transparent; 
}

/* Stuff for the Navigation */
#langNavS {
  color: #fff;
  width: 170px;
}
#langNav {  
  position:absolute; 
  top: 5px;
  right: 15px;
  border: none; 
  z-index:6;
}
a.langNavSelect,
a.langNav {	
  text-decoration: none;
	font-size: 12px;
	padding: 2px 0px 2px 5px;
	color:#bbb;
	border:none;
}
a.langNav:hover,
a.langNavSelect,
a.langNavSelect:hover {
  text-decoration: none;
  color:#103A5F;
}

 
#mainNav {
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 1.1em;   
}
#mainNav ul {
  display: inline; 
}
#mainNav ul li {
	list-style: none;
	display: inline;
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2,
a.mainNavSelectActive,
a.mainNavSelect,
a.mainNav {	
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	border:none;
	padding: 2px 0px 2px 5px;
	color:#333;
	border-bottom: 1px solid #ddd;
	margin-left: 15px;
	line-height: 1.2em;
	border-left: 1px solid #ddd;
	background-color: #eef;
}

a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2 {	
	font-size: 1.0em;
  margin-left:30px;	  
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3 {	
	font-size: 0.9em;
  margin-left:45px;	
}


a.mainNav3SelectActive:hover,
a.mainNav3Select:hover,
a.mainNav3:hover,
a.mainNav2SelectActive:hover,
a.mainNav2Select:hover,
a.mainNav2:hover,
a.mainNavSelectActive:hover,
a.mainNavSelect:hover,
a.mainNav:hover {
  font-weight:normal;
	background-color: #f26a23;
	color: #fff;
	border:none;
	border-bottom: 1px solid #000;  	
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNavSelectActive,
a.mainNavSelect {	
	background-color: #103B60;
	color: #fff;
	font-weight: bold;
}




/* General stuff -- formating of standard tags*/
h1 {
	font-size: 1.9em;
	color:#f26a23;
 	width: 60%;
	border-bottom: 4px groove #103B60;
}

h2 {
	font-size: 1.7em;
	color:#f26a23;
 	width: 55%;
  border-bottom: 4px groove #103B60;
}

h3 {
	font-size: 1.6em;
	color:#f26a23;
 	width: 50%;
  border-bottom: 4px groove #103B60;
}

/*	normal link */ 
a {
		text-decoration: underline;
  	color:#f26a23;		
	}
a:link,
a:visited { 
}
a:hover,
a:active,
a:focus {
  color:#f26a23;
  font-weight: bold; 
}

hr {
  clear:both;
  border:none;  
  height:0px;
}

.floatLeft-P10 {
	float:left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.floatRight-P10 {
	float:right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.introFont {
	font-size: 2em;
}


/* ***** Typo3 AddOn Stuff ****** */

.tx-odtcable-pi1 table {
	border-collapse: collapse;
}

.tx-odtcable-pi1 th {
	background-color: #406A8F;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding:4px 11px;
}
.tx-odtcable-pi1 tr.alt td {
	background-color: #eee;
}
.tx-odtcable-pi1 tr.over td {
	background-color: #8ac;
	color: #fff;
}
.tx-odtcable-pi1 tr a {
	font-weight: bold;
}
.tx-odtcable-pi1 tr.over a {
	color: #ff0;
}


.tx-odtcable-pi1 td {
	border-bottom: 1px solid #80aAcF;
	padding:4px 11px;
	vertical-align:top;	
}



