/* CSS Document */
body {
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.head_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.head_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
/* Formatierung der Navigation - Anfang */
.navi_ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 770px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.navi_li {
	width:170px;
	text-align:center;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 20px;
}
.navi_li a {
	color: #FFFFFF;
	display: block;
	background-image: url(bilder/place_grau.gif);
	background-repeat: repeat;
}
.navi_li a:hover {
	color: #FFFFFF;
	background-image: url(bilder/place_rot.gif);
	background-repeat: repeat;
}
/* Formatierung der Navigation - Ende */
/* --------------------------------------------------------------------------------- */
/* globale Formatierungen für Platzhalter */
.tablebox {
	vertical-align: middle;
	left: auto;
	right: auto;
	background-color: #00CCFF;
}
#pagewidht {
	width: 770px;
	border: 1px solid #CCCCCC;
	height: 550px;
}
#logobox {
	height: 94px;
	width: 770px;
}
#logolinks {
	height: 90px;
	width: 237px;
	float: left;
}
#logorechts {
	height: 94px;
	width: 533px;
	background-image: url(bilder/koch_schriftzug.gif);
	background-repeat: no-repeat;
	float: right;
}
#contentbox {
	height: 310px;
	width: 770px;
}
#contentlinks {
	height:310px;
	width: 215px;
	float: left;
	margin-left: 10px;
}
#contentrechts {
	height:310px;
	width: 533px;
	float: right;
}
#navibox {
	width: 770px;
	height: 20px;
	border: 1px dotted #FF0000;
}
#navi {
	background-color: #CCCCCC;
	width: 172px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;
	text-align: center;
	height: 20px;
}
#navi :hover {
	background-color: #CC0000;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	width: 770px;
	color: #999999;
	text-align: center;
	float: none;
}
/* Formatierung Navi auf der Startseite */
.start_li {
	text-align: center;
	float: left;
	text-decoration: none;
	color: #333333;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}
.start_li :hover {
	color: #990000;
}
