﻿/*-------------- CSS RESET ----------------*/

*{ padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
ul,ol { list-style: none; }
b,strong { font-weight: bold; }
img,a img { border: none; }

/*------------ SCHRIFT / GRÖSSE  -----------*/

body {
font-family: Comic Sans MS;
font-size: 75%;
color: #0000000;
background-color: #f5f5f5;
line-height: 2.5em;
text-align: center;
}

h1{
font-size: 2.0em;
font-style: normal;
font-weight: bold;
line-height: 1.3em;
color: #000000;
text-align: center;
vertical-align: 50%;
}

h3 {
 font-size: 1.2em;
 font-style: normal;
 font-weight: bold;
 line-height: 1.6em;
 color: #040;
 text-align: center;
 padding-top: 20px;
 vertical-align: 50%;
}
p{
font-size: 1.2em;
 font-style: normal;
 line-height: 1.6em;
 color: #000;
 text-align: center;
 padding-top: 20px;
 vertical-align: 50%;
}

blockquote {
color: # e0e0e0;
}

a:link,
a:visited {
font-weight: bold;
line-height: 1.2em;
color: #00f;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}
/*--------------- LAYOUT ------------*/

#container{
width:80%;
background-color: transparent;
padding: 4px;
margin: 30px auto;

}

#logo{
border-width: 5px;
padding-top: 10px;  
padding-left: 110px; 
padding-right: 100px;

}
#logo1{
height:60px; 
width: 70%;
}

#logo2{
float:left;
width: 75px;
height: 75px;
}

#logo3{
float:left;
width: 75px;
height: 75px;
}

#text,
#slogon{
padding-top: 10px;
}

.fl{
float: left;
width: 325px;
}

.fr{
float: right;
width: 150px;
}
