* {
margin: 0;
padding: 0;
}

body {
 text-align: center;
 background-color: #565656;
font-size: 14px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

td {
background-color: #ffffe6;
font-size: 14px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#565656;
}

a {
color: #565656;
}
a:hover {
	color: #ff9933;
}

li {
	color:#565656;
}

#container {
	background-image: url(bg/rose_doppel.jpg);
	background-repeat: no-repeat;
width: 800px;
text-align: left;
	margin:20px auto;	
	border: solid 2px #000000;
	background-color: #ffffe6;
}

#list {
	margin-top:120px;
	margin-left:199px;
	font-size:20px;
}
#list ul{
list-style:none;
}
#list li {
	display: inline;
}
#list a{
padding:0px 15px 0px 10px;
text-decoration:none;
	color:#565656;
	border-left: 2px solid #565656;
}
#list a:hover{
color:#ff9933;
border-left: 2px solid #ff9933;
}
.aktiv {
padding:0px 15px 0px 10px;
	color:#ff9933;
	font-size:20px;
border-left: 2px solid #ff9933;
}

#left {
	width: 200px;
	border-right: 2px solid #565656;
	float:left;
	margin-top:30px;
}
#rechts {
	float: left;
	width: 580px;
}
#nav {
	width:150px;
	float: right;
	margin-top:5px;
	}	
	
.button a, button a visited  {
   display: block;
   font-size: 14px;
	font-weight:bold;
	color : #565656;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #565656;
	}
	
.button a:hover {
	color: #ff9933;
	text-decoration: none;
	font-weight:bold;
		border-bottom: 1px solid #ff9933;
}

