@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00002f;
	background-image: url(system/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	color: White;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e20030;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e20030;
	font-weight: bold;
}

.red {
	color: #e20030;
	font-weight: bold;
}

#center {
	position: absolute;
	width: 900px;
	top: 50px;
	left: 50%;
	margin-left: -450px;
}

#banner {
	width: 696px;
	height: 60px;
	position: absolute;
	left: 230px;
}



#logo {
	background-image: url(system/logo.png);
	width: 233px;
	height: 651px;
	position: absolute;
}

#logoclick {
  position: absolute;
  left: 20px;
  top: 10px;
}


#mainmenu {
	position: absolute;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 40px;
}

#secmenu {
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
}

a:link {
	color: #e20030;
	text-decoration: none;
}
a:visited {
	color: #e20030;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #e20030;
	text-decoration: none;
}


.amenu {
	color: #ffffff;
	}
	
.xmenu {
  
  color: #000000;
  display: block;
	background-image: url(system/button.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 26px;
	padding-left: 10px;
	padding-top: 2px;
}

.axmenu {
	color: #ffffff;
  display: block;
	background-image: url(system/button.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 24px;
	padding-left: 10px;
	padding-top: 4px;
}

.xmenu a:link {
	color: #000000;
	text-decoration: none;
}
.xmenu a:visited {
	color: #000000;
	text-decoration: none;
}
.xmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.xmenu a:active {
	color: #000000;
	text-decoration: none;
}

tr {
  font-size: 14px;
}


#inhalt {
	position: absolute;
	left: 230px;
	top: 200px;
	width: 690px;
	font-size: 14px;
}

#text {
  width: 500px;
}

#sidepic {
	position: absolute;
	left: 552px;
	top: 0px;
	width: 135px;
	height: 148px;
}
.sidepic_c {
	border: thin solid #e20030;
}

.key  {
  visibility: hidden;
}
.leer {
  visibility: hidden;
}

