* { margin:0; padding:0; }
/* Styles for basic look */  
body { font-family: Times New Roman, Times, serif; color: #6c6164; font-size:1em;   }
h1 { font-size: 110%; font-family: Arial Narrow, Helvetica Neue, san-serif;  font-weight: bold; color: #6c6164; letter-spacing: 10; }
h2 { font-size: 90%; font-family: Arial Narrow, Helvetica Neue, san-serif;  font-weight: bold; color: #6c6164; }
h3 { font-size: 80%; font-family: Arial Narrow, Helvetica Neue, san-serif;  font-weight: bold; color: #6c6164; }

h1, h2 { margin-bottom: 8px; margin-top: 1px; }
h3 { margin-bottom: 1px; margin-top: 32px; }
p { margin-bottom: 2px; margin-top: 4px; }
ul { margin-bottom: 6px; margin-top: 3px; }

/* ----------container zentriert das layout-------------- */
#container {
width: 816px;
height: 600px;
margin-left: auto;
margin-right: auto;
}

/* HEADER */
div#header {
	width:816px;
	height:56px;
	margin-top:30px;
	background:url(../images/bg_header.gif) repeat-x;
}

div#logo {
	height:25px;
	width:127px;
	margin-left:8px;
	
}
/* Navi */
ul#nav {
	list-style:none;	
	font-size:0.9em;
	font-weight: bold;
	width:800px;
	margin:0;
	padding:0;
}
ul#nav li  {
	float:left;
	margin-top: 7px;
	margin-right:10px;
	list-style-position:outside;
}
ul#nav li a { 
	display:block; 
	padding:3px 10px 0px 8px;
}

ul#nav li a, ul#nav li a:visited {
	color:#5d4a4f;
	text-decoration:none;
}
ul#nav li a:hover {
	color:#e33951;
	background:url("../images/dreieck_rot_reu.gif") no-repeat right top;
}

ul#nav li .active, li a:active {
	color:#e33951;
}

.clear {
	clear:both;
	height:1px;
	margin-top:-1px;
}



/* -----------content--------------------------- */
#content {
height: 480px;
margin-top: 1px;
margin-left: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */

#footer {
margin-top: -1px;
margin-left: 1px;
padding-top: 3px;
border-top: 1px solid #c3bec0;
}

.right { float:right; width: 163px;	}

#footer a { font-size: 74%;  color: #c3bec0; text-decoration: none; }
#footer a:hover { color:#e33951; text-decoration: underline; }

