body {
  -moz-box-sizing:border-box;
  font-family : Arial, Helvetica, sans-serif;
  margin:0px;
  background-color:#BDD3A0;
  color:black;
  font-size:12px;
  min-width : 660px;
  line-height:150%;				
}
td {
  -moz-box-sizing:border-box;
  font-family : Arial, Helvetica, sans-serif;
  margin:0px;
  background-color:#BDD3A0;
  color:black;
  font-size:12px;
  line-height:150%;				
}


a{
  font-size:12px;
  text-decoration:none;
  color:#0E5897;
}

h1 {
  line-height:100%;
  font-size: 12px;
  font-weight:none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px 0px 0px 0px;
}

h2 {
  line-height:170%;
  font-size: 12px;
  font-weight:none;
  margin:0px;
  padding:0px;
}

/*
h1.layout4{
  line-height:150%;
  font-size: 12px;
  font-weight:none;
  margin:0px;
  padding:0px;
  color:#0E5897;
}
*/

div.header{
  -moz-box-sizing:border-box;
  background-image:url(./gfx/header.background.gif);
  background-repeat:repeat-x;
  width:100%;
  min-width:830px;
  height:130px;
  text-align:left;
}

div.headImgLeft{
  -moz-box-sizing:border-box;
  width:100%;
  min-width:830px;
  height:130px;
  background-image:url(./gfx/header.left.gif);
  background-repeat:no-repeat;
  background-position:left;
}

div.headImgRight{
  -moz-box-sizing:border-box;
  width:100%;
  min-width:830px;
  height:130px;
  background-image:url(./gfx/header.right.gif);
  background-repeat:no-repeat;
  background-position:right;
}

div.body{
  -moz-box-sizing:border-box;
  width:700px;
}

div.leftCol{
  float:left;
  padding-left:35px;
  width:120px;
  color:#0E5897;
  font-weight:bold;
}			

div.rightCol{
  float:right;			
  padding-right:15px;
  width:515px;
}			

/* ----------------------------------------------------------- */
/* Box für für die Navigationsleiste */

div.headNav{
  padding-left:170px;
  padding-top:90px;
  vertical-align:bottom;
}
div.headNavFixed{
  padding-left:170px;
  padding-top:90px;
  vertical-align:bottom;
}
div#navigation{
  padding-bottom:20px;
  float:left;
  width:165px;	
  vertical-align:top;	
  text-align:left;
  -moz-box-sizing:border-box;
  border-bottom: 1px solid #2E4864;
  margin-bottom:20px;      
}

span.navLev1{
  font-weight : bold;
  text-decoration : none;
}

div.navLev1{
  font-weight : bold;
  line-height:200%;
  text-decoration : none;
}

.navLev2{
  margin-left:20px;		
  font-weight : normal;
  line-height:150%;
}


.menuNO{
  font-weight : bold;
  color:#0E5897;
  text-decoration : none;
}

.menuNO:hover{
  font-weight : bold;
  color:#E40101;
  text-decoration : none;
}

.menuCUR{
  font-weight : bold;
  color:#E40101;
  text-decoration : none;
}

/* ----------------------------------------------------------- */
/* Kopfnaviagation.... */ 

.headMenuNO{
  font-weight : bold;
  color:#0E5897;
  text-decoration : none;
  padding-right:20px;
}

.headMenuNO:hover{
  font-weight : bold;
  color:#E40101;
  text-decoration : none;
  padding-right:20px;
}

.headMenuCUR{
  font-weight : bold;
  color:#E40101;
  text-decoration : none;
  padding-right:20px;
}

/* ----------------------------------------------------------- */
/* Textstyles */ 

.text {
  font-family : Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:150%;				
}

.caption {
  font-family : Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:150%;				
}

.textsmall {
  font-family : Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:130%;				
}

.sub {
  font-family : Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight : bold;
  line-height:170%;
}

