/* undohtml.css															*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.						*/
/* http://creativecommons.org/licenses/by/2.0							*/
/* This style sheet is licensed under a Creative Commons License.		*/
/* Purpose: undo some of the default styling of common (X)HTML browsers	*/

/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**************************************************************************************************************************/

body {
color:#fff;
padding:0px;
margin:0 auto;
text-align:center;
font-size:100%;
font-family: verdana, arial, helvetica,sans-serif;
background:#258595;
}

#main{
width:100%;
margin:0px auto;
text-align:center;
background:url(../img/bg.gif) center repeat-y;
}

#logo {
width:100%;
margin:0px auto;
height:250px;
text-align:left;
padding:0;
}

#oben {
width:760px;
padding:0;
margin:0px auto;
}

#content {
width:760px;
padding:0;
margin:0px auto;
}

#left {
width:234px;
float:left;
font-size:90%;
text-align:right;
margin:20px 6px 0px 0px;
}

#middle {
width:500px;
float:left;
text-align:left;
padding:0;
margin:20px 0px 0px 20px;
}
/**********************************************************************************/
/*	Schrift	*/

h1.left{
width:220px;
float:left;
font-size:100%;
line-height:160%;
font-weight:bold;
color:#fff;
text-align:right;
margin:40px 20px 0px 0px;
}

h1.right{
width:500px;
float:left;
font-size:100%;
line-height:160%;
font-weight:normal;
color:#fff;
text-align:left;
margin:40px 0px 0px 20px;
}

h2{
font-size:120%;
line-height:160%;
font-weight:normal;
color:#fff;
padding:10px 0px 10px 10px;
}

h3{
font-size:90%;
line-height:160%;
font-weight:bold;
color:#fff;
padding:10px 0px 10px 0px;
}

.team{
/*
background:#fff;
*/
height:130px;
margin:0px 10px 10px 10px;
border:1px solid #fff;
}

p, #middle ul{
font-size:80%;
line-height:1.8em;
font-weight:normal;
color:#fff;
padding:0px 10px 20px 10px;
}

p a:link, p a:visited, #middle li a:link, #middle li a:visited{
color:#fff;
font-weight:bold;
border-bottom: 1px dotted #fff;
}

p a:hover, p a:active, #middle li a:hover, #middle li a:active{
color:#fff;
font-weight: bold;
border-bottom: 1px solid #fff;
}

em, i{
padding:0px 10px 20px 0px;
}

#middle ul{
list-style-type:square;
}

#middle li{
margin:0px 0px 0px 15px;
}
/**********************************************************************************/
.menu, .menu_aktiv{
padding:10px 0px 10px 0px;
}

.menu a:link, .menu a:visited{
font-weight:bold;
color:#fff;
border-bottom: 0px solid #fff;
background: url(../img/mainmenu.gif);
background-repeat: no-repeat;
background-position: right 4px;
padding-right:14px;
}

.menu a:hover, .menu a:active{
font-weight:bold;
color:#fff;
border-bottom: 1px dotted #fff;
background: url(../img/mainmenu_a.gif);
background-repeat: no-repeat;
background-position: right 4px;
padding-right:14px;
}

.menu_aktiv a:link, .menu_aktiv a:visited, .menu_aktiv a:hover, .menu_aktiv a:active{
font-weight:bold;
color:#fff;
background: url(../img/mainmenu_a.gif);
background-repeat: no-repeat;
background-position: right 4px;
padding-right:14px;
}

.submenu, .submenu_aktiv{
padding:1px 12px 2px 0px;
font-size:80%;
}

.submenu a:link, .submenu a:visited{
font-weight:normal;
color:#fff;
padding:2px 2px 2px 2px;
font-size:80%;
}

.submenu a:hover, .submenu a:active{
font-weight:normal;
color:#258595;
background:#fff;
padding:2px 2px 2px 2px;
font-size:80%;
}

.submenu_aktiv a:link, .submenu_aktiv a:visited, .submenu_aktiv a:hover, .submenu_aktiv a:active{
font-weight:normal;
color:#258595;
background:#fff;
padding:2px 2px 2px 2px;
font-size:80%;
}
/**********************************************************************************/
.download, .download_pdf, .download_video{
background: url(../img/icon_download_pdf.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}
/**********************************************************************************/
.clearfloat
{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
/**********************************************************************************/
.error{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
line-height:20px;
padding:10px;
color:#3366CC;
border: 1px dotted #3366CC;
background:#CCC;
}
