html {
	height: 100.5%;

	width:100%;
	font-size: 62.5%;

	margin:0;
	padding:0;
	display:table;}

body {
	 margin:0;
	padding:0;
	display: table-cell;
	vertical-align:middle; 
	
	font: 1.2em/1.8em Verdana, sans-serif;
	background: #dfdcc1;
}


* {
	margin: 0px; 
	padding: 0px; 
	border: 0px;}


h1, h2, h3, h4, h5, h6 {

	font-family: "Century Gothic", sans-serif; 

	margin: 0em 0em 0.5em 0em; 

	color: #004A7F;
}


h1 {

	font-size: 2.2em; 

	border-bottom: 1px dashed #004A7F;
 
	padding-bottom: 0.4em;

	font-weight: normal;
}


h2 {font-size: 1.6em;
	padding-bottom: 0.4em;

	font-weight: normal;
}

}

h3 {font-size: 1.8em;}

h4 {font-size: 1.6em;}

h5 {font-size: 1.4em;}

h6 {font-size: 1.2em;}


a {color: #0D0D0D; text-decoration: none;}

a:link {}

a:visited {}

a:hover {}

a:active {}



/* div#wrapper erhält eine fixe Breite*/

div#wrapper {
	
	
	text-align: left;
	width: 760px;
	
	margin:0 auto;
background: #dfdcc1 url(../pics/kochlogo.gif) no-repeat center;
	
	}

div#logpic {
	float:left;
	width:260px;}

div#logpic img{
	
	width:240 px;
	height: 200px;
	margin: 0px 10px 10px 0px;
border: 1px solid #333333;}

div#toplist{
	float:right;
	width:460px; }

div#formpart{
	float:right;
	width:460px; }

div#restlist{
	float:right;
	width:460px; }

div#footnav {

	border-top: 1px dashed #004A7F;
	//background: #FAFAFA;

	text-align: center;

	padding-right: 20px;
}

div#footnav li {

	display: inline; 

	margin-left: 20px;
}

div#footnav a {

	text-decoration: none;
 
	font-weight: bold; 

	text-transform: uppercase;
 
	padding-bottom: 2px;
}


