/*
 SilverStripe Default Theme
 for http://www.LutzHerkenrath.de
 */
  
* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #21292F; 
}

.clear{
	clear:both;
}

img {
	border: 0;
}

#main {
	width: 1004px;  
	margin: 0 auto; 
}

#portraet {
  float: left;
  width: 249px;
}

#mainContent {
	float: right;
	width: 755px;
}

#topImage {
  height: 105px;  
}

#herkenrathSchrift {
	height: 33px;
}

#content {
	background: #fff;
	color: #000;
	border-right: 1px solid #686868;
}

/**
 * Menu
 **/
#menu {
	background: #993300;
	height: 32px;
  padding-left: 20px;
  border-right: 1px solid #686868;
  
}
#menu ol, #menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
/**
 *Footer
 **/
 
#footer {
  background: #993300;
  height: 23px;
  text-align: right;
}
