/* 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:#333;
padding:0px;
margin:0 auto;
text-align:center;
font-size:100%;
font-family: arial, verdana, helvetica,sans-serif;
background:#fff;
}

#main{
margin:0px auto;
text-align:left;
}

#logo {
height:145px;
text-align:left;
padding:0;
margin:0;
}

#content {
padding:0;
margin:0;
}

#left {
display:none;
}

#middle {
float:left;
margin:0;
padding:0;
}

#bottom {
float:left;
font-size:80%;
text-align:center;
padding:10px 0px 0px 0px;
margin:0;
}

.invisible {

}

#ewedo {
float:left;
}

.slogan {
float:left;
}

/**********************************************************************************/
/*	Schrift	*/

h1{
font-size:100%;
line-height:160%;
font-weight:bold;
color:#000;
padding:10px 0px 10px 10px;
}

h2{
font-size:100%;
line-height:160%;
font-weight:bold;
color:#62A41F;
padding:10px 10px 0px 10px;
text-transform:uppercase;
}

h3{
font-size:75%;
line-height:1.5em;
font-weight:bold;
color:#333;
padding:10px 10px 0px 10px;
}

p, #middle ul{
font-size:75%;
line-height:1.5em;
font-weight:normal;
color:#333;
padding:0px 10px 10px 10px;
}

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

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

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

#middle li{
margin:0px 0px 0px 15px;
}

.datum{
color:#999;
}

.refenzen{
float:left;
width:580px;
border-bottom:1px solid #fff;
margin:1px 0px;
padding-top:2px;
}

.refenzen1{
float:left;
width:100px;
}

.refenzen2{
float:left;
width:150px;
}

.refenzen3{
float:left;
width:200px;
}

.refenzen4{
float:left;
width:50px;
}

.refenzen5{
float:left;
width:200px;
}

.refenzen6{
float:left;
width:300px;
}
/**********************************************************************************/
.download, .download_pdf, .download_video{
background: url(../img/icon_download_pdf.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}
/**********************************************************************************/
/*	Formular	*/
.formular{
width:400px;
height:340px;
}

.form_abstand{
clear:both;
padding-top:3px;
}

.form_input{
float:right;
width:290px;
text-align:left;
font-size:10px;
color:#62A41F;
}

input{
height:14px;
}

input, textarea{
font-size:10px;
font-family: verdana, arial, helvetica, sans-serif;
color:#62A41F;
background:#FFF;
vertical-align:middle;
border:#CCC 1px solid;
-moz-border-radius: 4px;
}

input[type=text]:focus, textarea:focus{
background: #CCC;
}

.button{
height:16px;
font-size:10px;
color:#62A41F;
background:#CCC;
vertical-align:top;
border:#CCC 0px solid;
}

.form_bezeichnung_n, .form_bezeichnung_h{
float:left;
width:80px;
text-align:right;
font-size:11px;
font-weight:normal;
line-height:15px;
margin-left:10px;
}

.form_bezeichnung_n{
color:#808285;
}

.form_bezeichnung_h{
color:#62A41F;
font-weight:bold;
}
/**********************************************************************************/

.clearfloat
{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
/**********************************************************************************/

