/* Standard Stylesheet
www.webfraggel.de

Gestaltung und Design 
von Annette Schiffer */

body {
margin: 0;
padding: 0;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
text-align: center;
color: #2A2929;
background-color: #fff;
line-height:1.7em;
}

#container {
margin: 0.5em auto;
width: 900px;
text-align: left;
background-color: #fff;
border: 0px solid #000;
padding: 0;
}

#datenschutz {
margin: 0.5em auto;
width: 65em;
text-align: left;
background-color: #fff;
padding: 0;

}


/* @group content */


div#datenschutz div#content {
width: 65%;
background-image: none;
padding: 0;
border: 0px solid #000;
text-align: left;
margin: 0; 
}


#content h1, #content h2, #content h3, #content h4,  #content h5, #content h6 {
	font-family: Georgia, Times New Roman, serif; 
	font-weight: bold;
	color: #20819B;
	text-align: left;
	margin: 0 0 1em 0;
}


div#datenschutz div#content h1 {
	padding: 3em 1em 1em 1em;
	font-size: 1.8em;
	letter-spacing: 3px;
} 

#content h2 {
font-size: 1.4em;
letter-spacing: 1px;
}


#content h3 {
font-size : 1.4em;
}

#content h4 {
font-size : 1.3em;
}


#content p {
font-size: 1.2em;
padding: 0;
margin: 0 0 1em 1.5em;
text-align: left;
}


#content ul {
margin: 1em 0 1em 2em;
padding: 0;
list-style-type: none;
}

#content ul li {
font-size: 1.2em;
padding: 0 0 0 2.5em;
line-height: 1.7em;
border: 0px solid #000;

}


div#datenschutz div#content ul li::before { 
	color: #ff6600;
    font-size: 1.3em;
	font-weight: bold;
    content: "• "; 
               |
               +-- Leerzeichen für den Abstand
}


#clear {
width: 100%;
clear: both;
}




/* @group clearfix */


/* ---------------------- clearfix -------------------------*/

/* Clearing Floats ohne extra html */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   font-size:0;	
   clear: both; 
   visibility:hidden;
   }

  .clearfix {display: inline-block;} /* inline-block ist valides css2.1 */

   /* Hides from IE Mac \*/
   * html .clearfix {height: 1%;}
      .clearfix {display:block;}
   /* End Hack */

/* ---------------------- clearfix Ende-------------------------*/


/* @end */


/* Navi */

#navi {
margin: 10px 1px 10px 20px;
padding: 3px;
background-image: url(grafik/navi-bg.gif);
background-repeat: no-repeat;
width: 618px;
height: 90px;
border: 0px solid #9FB1BC;
}

#nav {
margin: 35px 105px 10px 50px;
padding: 0 0 30px 10px;
border-bottom: 1px solid #9FB1BC;
}

#nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#nav li a, #nav a:visited {
float: left;
font-size: 10px;
line-height: 14px;
font-weight: bold;
padding: 0 12px 22px 12px;
text-decoration: none;
color: #708491;
}

#nav li a:hover, #nav li a:active, ul#nav li a#current
/*#nav a:link.active, #nav a:hover, nav a#current*/
{
color: #FF6200;
background: url(grafik/segel.gif) no-repeat bottom center;
}


a:link { 
font-size: 1.1em; 
font-weight: normal;
color: #FF6200; 
text-decoration: underline; 
}

a:visited { 
font-size: 1.1em; 
font-weight: normal;
color: #FF6200; 
text-decoration: none; 
}

a:hover {
color: #fff;
background-color: #FF6200;
text-decoration: none;
}
