/* 
RESET --------------------- */
body,h1,h2,h3,h4,h5,p {margin:0 !important;padding:0 !important;}

/* 
ALLGEMEIN --------------------- */
html, body, div, p {font: 11px Verdana,Helvetica,Arial,sans-serif; color: #555;line-height: 12px;letter-spacing:-0.5px;text-align:left;}
body {margin: 0; padding: 0;}
a {color:#F19300;text-decoration:none;font-style: italic;}
a:hover {color:#555;}
br.stop-float{clear:both;}

/* 
STRUKTUR --------------------- */

#container {position:relative;width:300px;height:95%;margin:0 auto;margin-top:25px;}
#header {width:300px;height:100px;margin:0 auto;margin-top:25px;position:relative;}
#content {width:300px;float:left;position: relative;}
#content-body{position:relative;margin:0 auto;}

/* 
HEADINGS --------------------- */
h1,h2,h3,h4,h5 {font-size:1.2em;letter-spacing:-0.5px;font-style: italic; color: #F19300;}
/* 
HEADER --------------------- */

#header {background:transparent url(../img/logo.png) left top no-repeat;}


/* 
CONTENT --------------------- */

#content-body{width:310px;}
#content-body p{margin-top:0.5em !important;margin-bottom:0.5em !important;}


/* 
FOOTER --------------------- */
#footer {
    position:fixed;
    bottom:0px;
    background:#efefef;
    text-align:center;
    padding:10px;
    width:100%;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */
* html #footer {
    background:#efefef;
    height:2%;
    text-align:center;
    padding-top:1%;
}
