/* Wichtige Farben
 #D0EAF0  // Background, helles blau
 #1b8abb  // Header|Border, dunkleres blau
 #006699  // Link, blau
 #0066DD  // Link:hover, blau
*/
/* DEFAULTS START */
* { 
 margin:0;
 padding:0;
 font-family:sans-serif;
}
body {
 font-size: 70%;
 line-height: 1.4em;
 background-color: #D0EAF0 ;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
 font-family:sans-serif;
 text-align:left;
 color: #006699;
}
p {
 font-size: 1.2em;
 line-height: 1.4em;
 color: #006699;
}
ul, li {
 padding:0; margin: 0;
 list-style-type: none;
 position: relative;
}

img, a img {
 border:0;
}
.clear { clear:both; }
.none { display:none; }
.leftalign { float:left; }
.rightalign { float:right; }

a:link, a:visited {
 color: #006699;
 text-decoration:none;
}
a:hover, a:active, a:focus {
 color: #0066DD;
 text-decoration:none;
}
blockquote {
 font-style: italic;
 margin-left:20px;
 padding-bottom: 10px;
}
q {
 font-style: italic;
}
/* DEFAULTS END */

