/* ===================================================
Stylesheet
Datei: all.css
Datum  26/11/08
Autor: wquadrat medien gmbH
=================================================== */



body  {
font-family: Arial, sans-serif;
color:#333232;
}

.clearer {clear:both;height:0px;font-size:0px;}

h1 {font-size:1.4em;font-weight:normal;padding:3px 0 14px 0;color:#004494;clear:both;}
h2 {font-size:1.4em;font-weight:normal;}
h3 {font-size:1.4em;font-weight:normal;padding:10px 0;color:#004494;}
h4 {font-size:1.1em;font-weight:normal;padding:10px 0px;}

a {color:#004494;text-decoration:underline;}
a:hover {color:#f58025;}
h2 a {color:#fff;text-decoration:none;}
h2 a:hover {color:#fff;} /* für den ie6 */
h3 a {text-decoration:none;}
h3 a:hover {text-decoration:none;color:#004494;}

strong {font-weight:bold;}

#content ul, #content ol {padding:5px 0;}
#content ul li {list-style-type:disc;margin-left:20px;padding:2px;}
#content ol li {list-style-type:decimal;margin-left:20px;padding:2px;}

.image_box_content {
width:190px;
height:130px;
background-color: #fff;
text-align:center;
position:relative;
}

/* clearer */
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
