html, body, div, p, h2, h3, ul, ol, span, a, table, td, form, img, li {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
html, body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	/*background-image: url(../gifs/verlaufh.gif);*/
	background-repeat:repeat-y;
}

html{
	overflow:scroll;
}

#header{
	background-image: url(header.png);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	height:150px;
	width: 1000px;
	font-size: 60px;
	line-height: 100px;
	text-align:center;
	font-weight:bold;
	color:red;
	padding:10px;
	border: solid, 4px, red;
}

#nav{
	float:left;
	width:100px;
}

#info{
	float:right;
	width:100px;
}

#content{
	margin-left:100px;
	margin-right:100px;
}

#footer{
	background-image: url(../gifs/bgfooter.gif);
	height:35px;
	clear:both;
}

h1 {
	display:inline;
	margin: 10px 0 0 0;
	line-height: 20px;
	font-size: 12px;
	color: #000;
}

h2{
	font-size: 16px;
	text-align:center;
	font-weight:bold;
}
h3{
	font-size: 14px;
	text-align:center;
	font-weight:bold;
}

h4{
	font-size: 13px;
	font-weight:bold;
}

.text{
	padding:10px;
}

.center{
	text-align:center;
}

a.menuLink {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}
a.menuLink:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;


