body
{
	margin: 0px;
	padding: 0px;
	background-color: #292929;
	background-image: url(../img/bg.gif);
}

body, a {
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#outer_page {
	background-color: #030303;
	color: #FFFFFF;
	width: 1024px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -290px;
	overflow: hidden;
	
}

#inner_page {
	width: 1002px;
	height: 558px;
}

#header {
	height: 96px;
	/*margin: 10px 10px 0px 10px;*/
	margin: -5px;
	padding: 0px;
	background-color: transparent;
}

#header h1,h2,h3 {
	z-index: 2;
	display: inline;
	position: relative;
	top: -2px;
	left: 10px;
}

#header h1 {
	font-size: 100px;
	
}

#header h2 {
	font-size: 60px;
}

#header .images {
	display: inline;
	position: relative;
	top: -22px;
	left: 54px;
}

#header div.menue {
	position: relative;
	top: -39px;
	left: 507px;
}

div.menue span {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 10px;
	color: #999999;
}



div.menue span.link {
	color : #FFFFFF;
}
div.menue span.link-hoover {
	color : #FFFFFF;
}

div.menue span.link-active {
	color : #FFFFFF;
}


#footer {
	position : absolute;
	bottom: 5px;
}

#footer .images {
	display: inline;
	position: relative;
	top: 7px;
	left: 7px;
}

#footer div.menue {
	position:relative;
	top: -60px;
	left: 727px;
}

/* DIE BEIDEN INHALTSCONTAINER */

div.border {
	margin: 10px;
	background-color: transparent;
	border: 1px solid Gray;
}

#leftBorder {
	
	position: absolute;
	top: 95px;
	left: 9px;
	width: 700px;
	height: 389px;
}

#rightBorder {
	position: absolute;
	top: 95px;
	left: 719px;
	width: 274px;
	height: 389px;
}

.content {
	margin: 7px;
	background-color: transparent;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
}

#left {
	width: 686px;
	height: 375px;
	
	text-align: left;
}

#right {
	width: 260px;
	height: 375px;
	overflow: hidden;
}

#right h1, h2, p{
	margin : 0px;
}
#right p{
	font-weight: bold;
}
/* Klasen der Menü-Items */

span.link {
	color: #CCCCCC;
	background-color: transparent;
}

span.over {
	color: #EEEEEE;
	background-color: transparent;
	cursor:pointer;
}

span.active {
	color: #FFFFFF;
	background-color: transparent;
}

/*Navigation*/

#navcontainer {
position:absolute;
top: 70px;
right: 12px;
}

#navcontainer2 {
position:absolute;
top: 20px;
right: 12px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 1px 5px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:red;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:red;
}

