/* 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:15%;
        margin-left:auto;
        margin-right:auto;
        width:850px;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	float:left;
        /*background: #feff8f url('images/kubrickheader.jpg') no-repeat bottom center;*/
	background-color:#eff0f0;
        width:		850px;
        clear:left;
        }
#header ul, {
	float:left;
        margin:0;
	padding: 3px;
        list-style: none;
	margin-bottom: 0px;
        
              }

#header li {
	float:left;
        margin:0;
	padding: 3px;
        list-style: none;
	margin-bottom: 0px;
        font-size:	1.1em;
	font-weight:	bold;
	width:14em;
	margin-top:	-1px;
}
/*
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
*/
#content {
	font-size: 1.2em;
        margin-left:36px;
        margin-top:60px;
        min-height:350px;
	}



#footer {
	background: #6f7688 url('images/eventuell-verkaufen-wir-diese-domain.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;
	}












