/*Normalisiert margin, padding*/ 
body, div, dl, dt, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockoute, th, td { margin: 0; padding: 0; }

/*Normalisiert font-size für Überschriften*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/*Entfernt list-style aus Listen*/
ol, ul { list-style: none; }

/*Normalisiert font-style und font-weight auf normal*/
adress, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }

table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }

/*Entfernt border aus fieldset und img*/
fieldset, img  {border: 0; }

/*Richtet Text in caption und th links aus*/
caption, th { text-align: left; }

/*Entfernt Anführungszeichen aus q*/
q:before, q:after { content: ''; }

body { min-height: 101%; background-color: #ffffff; background-image: url(/media/media_css/bg_complete.gif); background-position: top center; background-repeat: repeat-y; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; }
html { height: 100% }

h1 { font-size: 1.0em; font-weight: 100; margin-bottom: 0.8em; }
h2 { font-size: 0.8em; }
h3 { font-size: 0.7em; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }

a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #e2001a; }

#wrap { width: 960px; margin: 0 auto; background-color: #e7e8e9; }

#wrap_index { width: 960px; margin: 0 auto; background-color: #000000; }

#header_logo { width: 960px; height: 25px; text-align: left; padding-top: 75px; background-color: #000000; background-image: url(../media/media_css/bg_logo.gif); background-position: left top; background-repeat: no-repeat; }

#header_logo ul { float: left; display: inline; margin: 0; padding: 0; }
#header_logo ul li { color: #FFFFFF; float: left; display: inline; margin: 0; padding: 0; font-size: 0.7em; line-height: 1em; list-style-type: none; border-right: 1px #ffffff solid; }
#header_logo ul li a { display: block; width: auto; font-size: 0.9em; background: transparent; text-decoration: none; color: #fff; margin: 0; padding: 0.2em 1.2em 0.2em 1.5em; }
#header_logo ul li a:hover { color: #ffffff; text-decoration: none; background-color: #181613; }
#header_logo ul li#current { border-right: 1px #ffffff solid; background-color: #181613; }
#header_logo ul li#current a,
#header_logo ul li#current a:hover { color: #ffffff; background: transparent; text-decoration: none; }

#header_panos { width: 960px; text-align: left; background-color: #e7e8e9; }

#spalte_links { width: 350px; float: left; text-align: left; padding-top: 60px; padding-left: 90px; padding-right: 40px; padding-bottom: 60px; }
#spalte_links p { font-size: 0.7em; line-height: 1.6em; text-align: justify; }

#spalte_rechts { width: 330px; float: left; text-align: left; padding-top: 60px; padding-left: 90px; padding-bottom: 60px; }
#spalte_rechts p { font-size: 0.7em; line-height: 1.6em; text-align: justify; }

#spalte_grund { width: 880px; float: left; text-align: left; padding-top: 10px; padding-left: 70px; padding-bottom: 60px; }
#spalte_grund p { font-size: 0.65em; }

#spalte_easy { width: 850px; float: left; text-align: left; padding-top: 10px; padding-left: 100px; padding-bottom: 60px; }

#fusszeile { width: 900px; float: left; text-align: right; padding-right: 60px; padding-bottom: 10px; }
#fusszeile p { font-size: 10px; }

#fusszeile_index { width: 900px; float: left; text-align: right; padding-right: 60px; padding-bottom: 10px; }
#fusszeile_index p { font-size: 10px; color: #FFFFFF; }

.float_left { float: left; margin-right: 0.5em; margin-bottom: 0.5em; }
.float_right { float: right; margin-left: 0.8em; margin-bottom: 0.5em; }
.full { margin-bottom: 0.5em; }

.clear { clear: both; }
