* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(images/kachel.jpg);
	text-align: center;
	font-family
	}

#wrapper {
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#head {
	height: 115px;
	background: url(images/logo_o.jpg) no-repeat;
	}

#menu {
  float: left;
  width: 185px;
  padding: 10px; 
  background-color: #ffffff;
}

#content { 
  background: url(images/linie.jpg) no-repeat;
  margin: 0 0 0 190px;
  height: 300px; 
}

#foot { 
  background: url(images/linie.jpg) no-repeat;
  margin: 0 0 0 190px;
  height: 30px;
} 

/***** Layout *****/
 
#menu li {
  border-bottom: 1px solid #003366;
}

#menu ul {
  margin-left: 8px;
  line-height: 22px;
}

#menu a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
	list-style-image: url(images/flame_01.jpg);
}

#menu a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(images/flame_02.gif);
}

#content .title {
	font-size: 17px;
	font-weight: bold;
	font-family: times new roman, serif;
	color: #003366;
	margin: 0 0 0 220px;
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	text-align: center
	}


