﻿#kopf {
	border-radius: 10px;
	background-color: #CC6600;
	height: 80px;
	color: #FFFFFF;
}
/* bg kopf davor #993300 */


#navi {
	border-radius: 10px;
	background-color: #FFFF99;
	width: 170px;
	float: left;
	padding: 10px 5px 10px 5px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	line-height: 35px;
	position: relative;
	top: 10px;
}
#main {
	background-color: #FFFFCC;
	padding: 10px 10px 20px 10px;
	margin: 0px 0px 0px 210px;
}
#fuss {
	border-radius: 7px;
	background-color: #C0C0C0;
	padding: 2px;
	height: 30px;
	clear: both;
}

#mother { 
  width: 780px;
  text-align: left;
  background-color: #FFFFCC;
  margin: 0 auto;
  border: 5px solid white;
}
