/* Standarddefinitionen */

body {
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background:#fff;
}

 * {
margin:0px;
padding:0px;
font-size:1em;
}

/* 
font wird 2mal dfiniert um in allen Browsern 1 Schriftgroesse zu haben.
text-align:center ->mittig im IE ausrichten
*/

body{
font-size:1em;
/*text-align:center;*/
}

a{
color:#1b3651;
}

a:hover{
text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6{
font-weight:bold;
}

h2{
color:#1A3553;
font-size:1.2em;
margin-bottom:3px;
}

h3{
color:#1A3553;
font-size:1em;
}

h4, h5, h6{
font-size:0.8em;
}



form{

}

input,
select,
textarea{

}

ul{
}

hr{

}

img{
border:0px;
}

small{
font-size:0.6em;
}

p{
margin-bottom:5px;
}

.cl{
clear:both;
}

.error{
color:#f00;
font-weight:bold;
}

/*Farben */
.dblau{
background:#1b3651;
}

.pink{
background:#db2190;
}

.grau{
background:#aeaeae;
}

.blau{
background:#366aa6;
}

.gelb{
background:#ffd225;
}

.orange{
background:#f4893b;
}

.gruen{
background:#bcd228;
}
/* Farben Ende */