/**
 *
 */
body, table{
  font-size: 75%;
  color: #222; 
  font-family: Arial, Helvetica, sans-serif;
}


a{
color: #222;
  text-decoration: underline;
}


/**
 * heading
 */
h1{
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
h2{}
h3{
}
h4{

}
h5{}
h6{
}

/**
 * frames
 */

.container{
  position: relative;
}


body{
  background-color: #efefef;
}

#wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 0 35px 0 35px;
  background: url(../gfx/bg.gif) repeat-y;
}

#header{
  color: #B3C7EA;
  height: 190px;
  overflow: hidden;
  display: none;
}

#hp{
  background: #B3C7EA;
  position: relative;
}

#hp .container{
  position: relative;
  overflow: hidden;
  height: 150px;
  border-top: 25px solid #B3C7EA;
  border-bottom: 5px solid #B3C7EA;
  background-image: url(../gfx/head.jpg);
}


#navigation{
  background-color: #1A4E80;
  color: #ffffff;
}

#cwrapper{
  overflow: hidden;
  background: #fff url(../gfx/bg_content.gif);
  padding: 38px 0 24px 0;
}

#content{
  color: #222222;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 10px;
}

#content p.ulh {
	margin-bottom: 5px;
}


#footer{
  background-color: #1A4E80;
  color: #fff;
  clear: both;
}

/**
 * top navigaton
 */

#header .container{
  height: 128px;
  overflow: hidden;
}

#tnav{
  position: absolute;
  top: 60px;
  right: 0px;
}

#tnav ul{
  padding-right: 40px;
}

#tnav ul li{
  float: left;
}

#tnav ul li a{
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color:#bbc8e2;
  text-decoration: none;
  padding: 0 10px 0 10px;
}

#tnav ul li a:hover{
}

#tnav ul li a.active{
  color:#98abd3;
}

/**
 * navigaton
 */

#navigation{
  overflow: hidden;
  height: 40px;
  position: relative;
}

#navigation ul{
  margin: 10px 18px 8px 15px;
  overflow: hidden;
}

#navigation ul li{
  text-align: center;
  float: left;
  margin-bottom: 1px;
}


#navigation ul li span{
  font-weight: bold;
}

#navigation ul li a{
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  line-height: 21px;
  font-weight: bold;
  padding: 5px 8px 5px 8px;
  cursor: default;
}

#navigation ul li a:hover{
  
}

#navigation ul li a.active{
  font-weight: bold;
    cursor: default;
}


#navigation p {
	position: absolute;
	right: 70px;
	top: 5px;
	font-size: 12px;
}


/**
 * content
 */

#content{
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  text-align: left;
}

#content .col1{
  width: 600px;
  float: left;
  border-right: 2px solid #9dafd5;
}

#content .col1 .inner{
  margin: 10px 14px 20px 50px	
}

#content .col2{
  width: 350px;
  float:left;
}

#content .col2 .inner{
  margin: 10px 40px 20px 20px	
}

#content p{
  margin-top: 5px;
  margin-bottom: 10px;
}
#content p b i{
  font-style: italic;
  font-size: 13px;
}

#content h4{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 20px 0;
  color: #1A4E80;
}


#content .imprint{
	font-size: 12px;
	line-height: 18px;
}

#content .imprint .alw {
	display: block;
	position: relative;
	overflow: hidden;
}

#content .imprint .alww {
	display: block;
	position: relative;
	overflow: hidden;
	height: 42px;
}

#content .imprint .als {
	display: block;
	position: absolute;
	left: 45px;
	top: 0;
}

#content .imprint .ald {
	display: block;
	position: absolute;
	left: 25px;
	top: 0;
}

#content .imprint .im_dl .alw,
#content .imprint .im_dl .alww {
	margin-bottom: 15px;
}


#content .im_dl {
	font-size: 11px;
	line-height: 14px;
}

#content .downloads h4{
  color: #ececec;
}

#content .downloads h6{
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}

#content .downloads p{
  margin: 5px 0 10px;
}

#content .downloads a:hover{
  text-decoration: underline;
}




/**
 * footer
 */

#footer .container{
  overflow: hidden;
}

#footer p{
  margin: 8px 20px 10px 20px;
}

br.clear{
  clear: both;
}

