html {
  height:100%; 
  max-height:100%;
  padding:0; 
  margin:0; 
  border:0; 

  color:#000;
  background-color: #fff;
  overflow: hidden; 
}

html, td {
  font-size: 0.9em;
  font-family: Balloon, sans-serif;
}

body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  border:0;
  color:#000;
  background: #fff;
  background: #fff url(gfx/bw-div.png) repeat-x;
}

html, #content p, td {
  font-family: Balloon, sans-serif;
  line-height: 1.8em;
}
p {
  margin: 0;
  padding-left:0px;
  padding-right:10px;
}

img {
  border:none;
}


#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.gif) repeat-x;
}

#headtext{
  position:absolute; 
  top: 24px;
  left: 20px;  
  color:#fff;
  font-size:3.0em;
  line-height: 1.1em;
  font-family: Garamond, serif;
}
#headtext2{
  position:absolute; 
  top: 28px;
  left: 24px;  
  color:#000;
  font-size:3.0em;
  line-height: 1.1em;
  font-family: Garamond, serif;
}


#logo {
  margin-left: 33px;
  margin-top: 5px;
}

#logos {
  display:block;
  width: 100%;
  text-align: center;  
}

#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:140px; 
  bottom:0px; 
  left:210px; 
  right:0;    
}

/* IE def of the content*/ 
* html #content { 
  height:100%; 
  width:100%; 
  top:0; 
  left:0; 
  
  border-top:140px 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: 10px;
  margin-right: 15px;
  min-width: 250px;
  
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;  
}

#left {
  position:absolute; 
  left:0; 
  top:140px; 
  bottom:0px; 
  width:200px; 
  z-index:4; 
  overflow:auto;    
  padding-right: 5px;    
}

/* IE stuff */
* html #left {
  height:100%; 
  top:0; 
  bottom:0; 
  border-top:140px 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: 0.9em;
	padding: 2px 0px 2px 5px;
	color:#aaa;
	border:none;
}
a.langNav:hover,
a.langNavSelect,
a.langNavSelect:hover {
  text-decoration: none;
  color:#fff;
}

 
#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: #0F395F;
	color: #fff;
	border:none;
	border-bottom: 1px solid #000;  	
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNavSelectActive,
a.mainNavSelect {	
	background-color: #0F395F;
	color: #fff;
	font-weight: bold;
}




/* General stuff -- formating of standard tags*/
h1 {
	font-size: 1.9em;
	color:#0F395F;
 	width: 60%;
	border-bottom: 4px groove #0F395F;
}

h2 {
	font-size: 1.7em;
	color:#0F395F;
 	width: 55%;
  border-bottom: 4px groove #0F395F;
}

h3 {
	font-size: 1.2em;
	color:#0F395F;
 	width: 50%;
  border-bottom: 4px groove #0F395F;
}

/*	normal link */ 
a {
		text-decoration: underline;
  	color:#103354;		
	}
a:link,
a:visited { 
}
a:hover,
a:active,
a:focus {
  color:#353A8E;
  font-weight: bold; 
}

hr {
  clear:both;
  border:none;  
  height:0px;
}

