@charset "utf-8";

/* CSS Document */

html, body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Segoe UI, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#center1
{
	width: 950px;
	min-height:550px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -475px;

	background-image:url(bg.jpg);
	background-repeat:no-repeat;
}

#center2
{
	width: 950px;
	min-height:550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -290px;
	background-image:url(bg2.jpg);
	background-repeat:no-repeat;
}

#center3
{
	width: 950px;
	min-height:550px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -475px;

	background-image:url(bg3.jpg);
	background-repeat:no-repeat;
}

#linktop2
{
	background-image:url(gotoortho.png);
	width:250px;
	height:200px;
	background-repeat:no-repeat;
	float:right;
	margin-right:-20px;
}

#menulist
{
	width:780px;
	height:62px;
	position:absolute;
	top:164px;
	left:130px;
}

#content
{
	width:700px;
	position:absolute;
	top:210px;
	left:200px;
}

.menu
{
	background-image:url(button.png);
	background-repeat:no-repeat;
	width:130px;
	height:62px;
	float:left;
	padding-top:8px;
	text-align:center;
	font-size:12px;
}

.menu .imfreiraum
{
	background-image:url(gotosport.png) !important;
}


.menu2
{
	background-image:url(button_s.png);
	background-repeat:no-repeat;
	width:130px;
	height:62px;
	float:left;
	padding-top:8px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}

#main-links
{
	position:absolute;
	margin-top:530px;
	margin-left:35%;
}

.menu:hover
{
	background-image:url(button_s.png);
	background-repeat:no-repeat;
	width:130px;
	height:62px;
	float:left;
	color:#FFF;
}

.menu a:hover {
    color: #000;
    text-decoration: none;
}

/* Partner Start */

#partner {
  position: absolute;
  top: 30px;
  left: 570px;
  width: 150px;
}

/* Partner Ende */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #325a8d;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}