/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
p { margin:5px 0px 18px 5px; line-height:15px; }
a:link { text-decoration : none; color:#6f7688; }
a:visited { text-decoration : none; color:#6f7688;}
a:hover { text-decoration : none; color:#6f7688;}
a:active { text-decoration : none; color:#6f7688;}
a:focus { text-decoration : none; color:#6f7688;}

#page {
        margin-top:5%;
        margin-left:auto;
        margin-right:auto;
        width:850px;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	float:left;
        /*background: #feff8f url('http://fahrrad-licht.de/images/fahrradlicht.jpg') no-repeat bottom center;*/
	background-color:#eff0f0;
        width:		850px;
        height:50px;
        clear:left;
        }
#header ul, {
	float:left;
        margin: 10px 0px 0px 30px;
	padding: 3px;
        list-style: none;
	margin-bottom: 0px;
        
              }

#header li {
	float:left;
        margin:50px 0px 0px 0px;
	padding: 3px;
        list-style: none;
	margin-bottom: 0px;
        font-size:	1.1em;
	font-weight:	bold;
	width:14em;
	
}

#header ul li {
        margin-left:-30px;
        }

/*
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
*/

*html #content {
        margin-top:-100px;
}

-#content {
	font-size: 1.2em;
        padding:220px 0px 0px 10px;
        /*padding-top:220px;*/
        min-height:50px;

	}



#content h2 {
        margin-top:180px;
        }




#footer {
	background: #6f7688 url('images/footer.gif') no-repeat top;
        background-color: #6f7688;
        height:100px;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        margin-left:5px;
	}












