*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background: #F5DEB3;
	font-family: 'Garamond',Times,serif;
	font-style: normal;
	font-size: 14pt;
	color: #000000;
}


#container
{
	width: 840px;
	margin: auto;
}

#topmenu
{
	width: 840px;
	height: 120px;
	background: url(images/top_balken.gif) top center #F5DEB3;
	overflow: hidden;
}

#menuelinks
{
	width: 120px;
	height: 1000px;
	background: #660000;
	float: left;
}

#menuerechts
{
	width: 120px;
	height: 1000px;
	background: #660000;
	float: left;
}


#menuelinkslong
{
	width: 120px;
	height: 1500px;
	background: #660000;
	float: left;
}

#menuerechtslong
{
	width: 120px;
	height: 1500px;
	background: #660000;
	float: left;
}

#menuelinksxtralong
{
	width: 120px;
	height: 3600px;
	background: #660000;
	float: left;
}

#menuerechtsxtralong
{
	width: 120px;
	height: 3600px;
	background: #660000;
	float: left;
}

#menuelinksmiddlelong
{
	width: 120px;
	height: 2000px;
	background: #660000;
	float: left;
}

#menuerechtsmiddlelong
{
	width: 120px;
	height: 2000px;
	background: #660000;
	float: left;
}


#main
{
	width: 560px;
	height: 100%;
	float: left;
	padding: 20px;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #222222;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #444444;
}


img
{
	border: 0px;
}

hr
{
  height: 1px;
  margin:auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 300px;
  border: 0;
  color: #660000;
  background: #660000;
}
