div {
margin-top: 0px;
margin-bottom:0px;
}

body {
	background-color: #F5F5F5;
font-family: sans-serif;
}

.main_body {
	width: 800px;
	background-color: #FBF7D4;
border: 1px solid black;
}

.top {
	height: 120px;
}

.logo {
	width: 400px;
	background-color: red;
height: 60px;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

.zitate {
float: right;
width: 250px;
font-size:10px;
position:relative;
right:40px;
top: 10px;
color:black;
clear:right;
}

a:link, a:visited {
text-decoration:none;
color:black;
}

a:hover {
color:red;
}

.middle {
	width:100%;
}

.navigation div {
margin-bottom: 5px;
}

.btn {
  font-size        : 10px;
  background-color : #FBF7D4;
  margin           : 1px;
  padding          : 1px;
  color            :black;
  border           :1px dotted black;
  width: 40px;
}

.navigation input {
border: 1px dotted black;
background-color: #FBF7D4;
font-size:10px;
}

#name, #pass {
width:70px;
}
.content {
padding: 10px;
font-size:13px;
}

.contenttabelle {
width:100%;
border-spacing: 0px;
}

.menuespalte {
width: 20%;
vertical-align: top;
padding: 10px;
}

.contentspalte {
width: 80%;
border-top: 2px solid red;
border-left: 2px solid red;
vertical-align:top;
}

a.topno:link, a.topno:visited {
        background-color : transparent;
	color: black;
	text-decoration : none;
	font-weight : normal;
        font-size: 13px;
}

a.topno:hover {
        color: red;
}

a.topact:link, a.topact:visited {
        background-color : transparent;
	color: red;
	text-decoration : none;
	font-weight : normal;
        font-size: 13px;
}