/*******************************************************************************
 Datei      :   redaxomodule.css Formatierung der Redaxomodule
 Project    :	Snip.de
 Copyright  :	Snip.de
*******************************************************************************/
html{
 margin:0;
 padding:0;
 height:100%;
}
body{
 height:100%;
 margin:0;
 padding:0;
 background:#E5E5FF;
 color:#000000;
 font-family:"Times New Roman", Arial, Helvetica, sans-serif;
 font-size:14px;
}
h1 {
  color:#000;
  font-family:"Times New Roman", Arial, Helvetica, sans-serif;
  font-size:17px;
  line-height:1.3em;
  padding:0;
  margin:0;
  padding-top:5px;
  padding-bottom:10px;
}
h2 {
 color:#000;
 font-family:"Times New Roman", Arial, Helvetica, sans-serif;
 font-size:15px;
 line-height:1.3em;
 padding:0;
 margin:0;
 padding-top:5px;
 padding-bottom:10px;
 font-weight:bold;
} 
h3 {
 color:#000;
 font-family:"Times New Roman", Arial, Helvetica, sans-serif;
 font-size:15px;
 line-height:1.3em;
 padding:0;
 margin:0;
 padding-top:5px;
 padding-bottom:10px;
} 
a {color:#4488bc; text-decoration: underline;}
hr {
 border-top: 1px dotted #CCCCCC; margin-bottom:10px;
}
/*Grundclear Div */
.clearer {
 display:block;
 clear:both;
 line-height:0;
 height:1px;
 font-size:0;
 visibility:hidden;
}
.clear {
 clear:both;
}
/*ENDE Grundclear Div*/
/*Gesamtdiv Oben Header/Content*/
#webseite{
  padding:0;
  margin:0;
  width:100%;
}
#header{
 width:990px;
 height:185px;
 margin:0 auto;
 position:relative;
}
#header_banner{width:990px;height:160px;position:absolute;top:0;left:0;background:#006666;}
#header_googlesuche{width:200px; height:66px;position:absolute; right:5px;bottom:35px; background:#ccc;}
#header_navigation{width:990px; height:25px; position:absolute; bottom:0;left:0;background:#003333;}
#content{
  width:990px;
  margin:0 auto;
  padding-top:10px;
}
#links{
 width:176px;
 float:left;
 hight:100%;
 background:#FFFFF2;
 border-width:2px;
 border-style:solid;
 border-color:#C0C0B2;
}
#mitte{
 width:650px;
 float:left;
}
#breadcrumb{padding-left:10px;}
#content_innen{padding:10px;}
#mitte_breit{
 width:810px;
 float:left;
}
#rechts{
 width:160px;
 float:left;
}
#footer{
    font-size:12px;
    color:#ccc;
}

