@charset 'utf-8';
@import url(reset.css);
@import url(navigation.css);
@import url(form.css);

/* ----------------------------------------------------- All browsers */

body { background:#FFF url(../../bitmaps/body.jpg) 0 0 repeat-x fixed; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#4a4c4e }

#pagewrapper { position:relative; width:710px; margin:auto; min-height:100%; background:#FFF url(../../bitmaps/bg.gif) 1px 0 repeat-y; border:1px solid #c8cacc; border-width:0 1px 0 1px; padding:0 1px; text-align:left }

#headline { cursor:pointer; height:85px; background:#FFF; line-height:85px; font-size:30px; font-family:"Times New Roman", Times, serif; font-weight:bold; font-style:italic; padding:0 20px; border-bottom:1px solid #c8cacc }
#navigation { float:left; width:195px }
#content { margin-left:195px }
#contentwrapper { padding:30px }

#contentwrapper p { margin:10px 0; font-size:13px; line-height:1.5em }
#contentwrapper h1 { color:#4f5e9f; font-size:16px; font-weight:bold; margin-bottom:20px }
#contentwrapper h2 { color:#4f5e9f; font-size:13px; font-weight:bold; margin:15px 0 }

#contentwrapper .abbildung { float:right }

a { }
a:active { position:relative; top:1px }

a.textlink { color:#4f5e9f }
a.textlink:hover { text-decoration:none }

.noborder { border:none !important }

/* Clearen per Overflow - generiert BFC */
.floatbox { overflow:hidden }


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

.ie6 #pagewrapper { height:100% }

.ie6 #navigation { margin-right:-3px }
.ie6 #content { margin-left:192px }

.ie6 .ie6block { display:block }
.ie6 .floatbox { zoom:1 }




