
body {
	background:white;
	color: #000;
	font-family: arial, georgia, "times new roman", times, serif;
	padding:0;
	margin:0;
	font-size:12px;
}

.content {
	padding:20px;
  background:white;
}

.width {
	width:90%;
	min-width:700px;
	margin:0 auto;
	height:100%;
	border:1px solid #000;
}

* html .minwidth {
	padding-left:700px;
}

* html .minwidth, * html .layout {
	height:1px;
}

.content h2 {
font-size:16px; 
text-align:left; 
font-weight:normal;
}

a:link {
text-decoration:underline;
color:black;
}

a:hover {
text-decoration:none;
color:red;
}

a:visited {
text-decoration:underline;
color:black;
} /*sobald der link einmal besucht wurde, geht das rot nicht mehr an, wie setze ich das komplett zurück? Das ist die Frage*/

#menu {
padding:0;
margin:0;
height:15px;
list-style-type:none;
font-size:10px;
}
#menu li {
float:left; 
width:80px; 
height:20px;
line-height:20px;
position:relative;
text-align:center;
}
#menu li a {
display:block;
text-decoration:none; 
color:black;
}

#menu li a:hover {
border:0; 
font-size:14px;
}

#back {
text-align:center;
}

#foot {
height:4px; 
text-align:center;
font-size:10px;
}



