
html {
  height:100%; 
  max-height:100%;
  padding:0; 
  margin:0; 
  border:0; 

  color:#000;
  background-color: #fff;
  overflow: hidden; 
}

.bodytext, html, td {
  font-size: 0.9em;
  font-family: Balloon, sans-serif;
}

img {
  border: none;
}

body {
  height:100%; 
  max-height:100%; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  border:0;
  color:#000;
  /* background: #fff url(gfx/bg1.jpg); */
  background: #fff;
}

#head {
  position:absolute; 
  margin:0; 
  top:0; 
  left:0; 
  display:block; 
  width:100%; 
  height:150px; 
  z-index:5; 
  overflow:hidden; 
  color:#000;
  background-color: #fff;
  /* background: #fff url(gfx/bck.jpg) repeat-x; */
}

#logo {
  margin-left: 38px;
  margin-top: 2px;
  background: url(gfx/logo-2.gif) no-repeat;
  width: 200px;
  height: 150px;
}

#lineh {
  position:absolute;  
  top: 109px;
  left: 120px;
  width: 80%;
  height: 8px;
}

#linev {
  position:absolute;  
  top: 85px;
  left: 192px;  
  width: 8px;
  height: 100%;
  z-index:6;  
}

#pageTitel {
  position:absolute; 
  left: 210px;
  top: 51px;
  margin: 0;
  padding: 0;
  z-index:6;   
  font-size: 2em;
  color: #353A8E;
}

#content {
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  top:150px; 
  bottom:0px; 
  left:200px; 
  right:0; 
}

/* IE def of the content*/ 
* html #content { 
  height:100%; 
  width:100%; 
  top:0; 
  left:0; 
  
  border-top:150px solid transparent;
  padding-left: 200px;
  
/*  border-top:80px solid transparent; 
  border-bottom:0px solid transparent; 
  border-left:200px solid transparent; */
  /* background: url(gfx/bck.jpg) repeat-x fixed 0px -80px; */   
}

#innerContent {
/*  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777; */ 

  
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  margin-right: 30px;
  min-width: 250px;
  
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
}


#content p {
/*  padding-left:10px; */
  padding-right:10px;
}

#left {
  position:absolute; 
  left:0; 
  top:150px; 
  bottom:0px; 
  width:200px; 
  z-index:4; 
  overflow:auto;    
  padding-right: 5px;   
}

/* IE stuff */
* html #left {
  height:100%; 
  top:0; 
  bottom:0; 
  border-top:150px solid transparent; 
  border-bottom:0px solid transparent; 
}

/* Stuff for the Navigation */
#langNav {  
  position:absolute; 
  left:205px; 
  top:85px;
  border: none; 
}
a.langNavSelect,
a.langNav {	
	text-decoration: none; 
	font-size: 0.8em;
	padding: 2px 0px 2px 5px;
	color:#999;
	border:none;
}
a.langNav:hover,
a.langNavSelect,
a.langNavSelect:hover {
  text-decoration: none;
  color:#000;
}

#addr {
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 15px;
  padding: 5px;
  padding-left: 9px;
  font-size: 8pt;  
  background-color: #EDF0F9;
  border: 1px solid #000;     
  border-right: none;
}
 
#mainNav {
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 15px;
  padding-bottom: 0.6em;
  background-color: #EDF0F9;
  border: 1px solid #000;     
  border-right: none;
}
#mainNav ul {
  display: inline; 
}
#mainNav ul li {
	list-style: none;
	display: inline;
}


/* ------------------------------------------------ main menu - start -------------------------------------- */

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3,	
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2,	
a.mainNavSelectActive,
a.mainNavSelect,
a.mainNav {	
	text-decoration: none;
	font-size: 1.0em;
	display: block;
	border:none;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #ddd;
	color:#353A8E;
}

a.mainNav4Select:hover,
a.mainNav4: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;
	border:none;
	background-color: #353A8E; 
	color: #fff;
	border-bottom: 1px solid #EDF0F9;
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav2SelectActive,
a.mainNav2Select,	
a.mainNavSelectActive,
a.mainNavSelect {	
	color: #353A8E;
	font-weight: bold;
	background-color: #fff;
}


a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2 {	
	padding: 2px 10px 2px 15px;
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3 {	
	padding: 2px 10px 2px 25px;

}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4 {	
	padding: 2px 10px 2px 40px;
}

/* ------------------------------------------------ main menu - end -------------------------------------- */


/* General stuff -- formating of standard tags*/
h1 {
	font-size: 1.6em;
	color:#353A8E;
  clear: both;
}

h2 {
	font-size: 1.4em;
	color:#353A8E;
	clear: both;
}

h3 {
	font-size: 1.2em;
	color:#353A8E;
	clear: both;
}

/*	normal link */ 
a {
		text-decoration: none;
	  border-bottom: 1px groove #353A8E;
  	color:#888;		
	}
a:link,
a:visited { 
text-decoration: none;
color:#353A8E;
}
a:hover,
a:active,
a:focus {
  background-color:#353A8E;
  color: #fff;
  font-weight: bold; 
}

.clear {
  clear:both;
}

td p.bodytext {
  margin:0px;
  padding:0px;
}

hr {
  clear:both;
  width:0px;
}

/* table stuff */
.highlight {
  background-color: #EDF0F9;
}
.header {
  font-weight: bold;
  font-size: 110%;
}

/* image stuff */
.imageLeft {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
.imageRight {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
}

/* text stuff */
.smaller {
  font-size: 80%;
}
.highlightText {
  font-weight: bold;
  color:#353A8E;
}
