* {
	font: 12px Tahoma, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0px;
	background: #000066;
}


/* BEREICHE */

#home {
	display: block;
	cursor: hand;
}

#wrapper {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	background: #003399;
}

#header {
	position: relative;
	background: #000066 url('images/bg_header.jpg') no-repeat;
	height: 16px
}

#header2 {
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	background: url('images/bg_header2.jpg') repeat-x;
	height: 259px;
	padding-left: 24px;
	padding-right: 10px
}

h1 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 5px;
}

#header2 h1 {
	float: right;
	margin-top: 110px;
}

#footer {
	position: relative;
	background: #000066 url('images/bg_footer.jpg') no-repeat;
	height: 16px;
	font-size: 10px;
	color: #AAAAFF;
	text-align: center
}

#outerframe {
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	padding-left: 250px;
	background: url('images/bg.jpg') repeat-x;
}

#innerframe {
	width: 100%;
}

#menu {
  float: left;
  position: relative;
  width: 210px;
  margin-left: -250px;
  padding-top: 50px;
  padding-bottom: 150px;
  background: url('images/bg_white.gif') repeat-y;
}

#logo {
	position: relative;
	width: 300px;
	height: 259px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background: url('images/vollesrohr.jpg') no-repeat;
	float: left
}

#content {
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#leftcol ul {
	padding-bottom: 35px;
}

/* - Layer 1 */

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #AAAAFF;
	height: 14px;
	width: 210px;
	background: url('images/menu.gif') no-repeat;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:8px
}

#menu li a:focus, #menu li a:hover, #menu li a:active {
	background: url('images/menu_selected.gif') no-repeat;
	color: #FFFFFF
}

#menu li.selected a, #menu li.selected a:visited {
	background: url('images/menu_selected.gif') no-repeat;
	color: #FFFFFF
}

#menu li.selected a:focus, #menu li.selected a:hover, #menu li.selected a:active {
	background: url('images/menu_selected.gif') no-repeat;
	color: #FFFFFF
}

#menu li a span {
	margin-left: 35px;
}

h2 {
	color: #FF3333;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -5px;
}

#footer a {
	font-size: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

.separator {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

#AutoNumber1 td {
	text-align: center;
	width: 150px;
	background: #ff0000;
}

#AutoNumber2 h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#AutoNumber2 p {
	color: #ffffff;
	text-align: left;
	font-size: 14px;
}