body {
	color: gray;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}


#header {
	width: 700px;
	height: 50px;
	margin: 30px auto 0px auto;
}

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	border-top-width:1px;
	border-bottom-width:1px;
  border-top-style:solid;
	border-bottom-style:solid;
  border-top-color:light-gray;
	border-bottom-color:light-gray;

}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 0px;
	margin:0px;
	text-decoration: none;
  color: gray;
}

#menu a:hover {
	background: #eeeeee;
}

.selected{
	background: #eeeeee;
}

#submenu {
  list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu li {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#submenu a {
	padding: 10px 0px;
	margin:0px;
	text-decoration: none;
  color: gray;
}

#submenu a:hover {
	background: #eeeeee;
}

#content {
	width: 700px;
	margin: 30px auto 0px auto;
}

#left{
	float: left;
	width: 200px;
}

#right{
  float: right;
	width: 450px;
}

#col1{
	float: left;
	width: 320px;
}

#col2{
  float: right;
	width: 320px;
}

#end{
	clear: both;
}

.b{
	 font-weight:bold;
}
	 
.title{
	font-weight: bold;
	margin:			 15px 0px 10px 0px; 
}

.kasten{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #eeeeee;
	padding:					10px;
}

h1{
	 text-transform: uppercase;
	 font-size: 1.5em;
}

a {
	
                       color: gray;
}

