body
{
	margin: 0;
	padding: 0;
	background-color: #B9BAAB;
}

#container
{
	margin: 3em auto;
	width: 800px;
	text-align: left;
	background-color: #EDE5AD;
	border: 1px solid black;
}

#header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right;
	height: 25px;
	background-color: #EDE5AD;
}

#logo
{
	height: 270px;
	background-color: #66652D;
}

#menu
{
	height: 20px;
	background-color: #EDE5AD;
}

#contents	
{
	clear: left;
	background-color: #EDE5AD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	
}

#contents table.main{
	width:780px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;

}

#contents table.philosophie{
	width:750px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

#contents a {
	color: #000000;
}

#contents a:visited {
	color: #000000;
}

#contents a:hover{
	color: #66652D;
	
}


#contents td
{
	vertical-align:top;
}

#contents td.center
{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#contents td.left
{
	border-right: 1px solid #000000;
}


 
#contents h1
{
	font-size:16px;
}



#contents ul.meinungsliste
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contents li.bullet
{
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding: 0px 0 0px 20px;
	margin: .6em 0;
}

#contents li.sprechblase
{
	background-image: url(/img/sprechblase.gif);
	background-repeat: no-repeat;
	padding: 0px 0 0px 20px;
	margin: .6em 0;
}
 
#menu img
{
	border:0;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration:underline;
}
 
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li{ /* force firefox to display menu only 20px, don't know why... */
	height:20px;
}

#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul { /* second-level lists */
	width: 160px;
	padding-top:2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	
	/* background-color: #E3DCA6; */
	background-image:url(../img/nav_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;

	margin-left: 3px;
	border-top: 1px solid #66652D;
	border-right: 1px solid #66652D;
}
#menu li ul.onelinebreak { /* dirty hack because of display errors*/
	padding-bottom: 24px;
}



#menu li ul li { /* second-level lists */
	float:none;
	padding:1px;
	border-bottom: 1px solid #C4BE90;
}

#menu li ul li.bottom { /* second-level lists */
	border-bottom: 0px;
}

#menu li ul li.strongline { /* second-level lists */
	float:none;
	padding:1px;
	border-bottom: 1px solid #66652D;
}

#menu li>#menu ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

#definition {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#definition h1
{
	font-size:16px;
}

#definition a {
	color: #000000;
}

#definition a:visited {
	color: #000000;
}

#definition a:hover{
	color: #66652D;
	
}