/*--------------------------------------------------------------------- standard elements */
html {
font-family: "Tahoma", sans-serif;
font-size: 12px;
}

body{
background: url(../img/alu2_neu.jpg) fixed repeat-y 5px;
background-position: center 0px;
}

* {
margin: 0;
padding: 0;
}

a {
	text-decoration: none;
}

/*--------------------------------------------------------------------- wrapper for content */
#Wrapper {
	position: absolute;
	width: 853px;
	height: 638px;
	left: 50%;
	margin-left: -421.5px;	

	background: url(../img/bg.png) no-repeat;
}


/*--------------------------------------------------------------------- add header */
#AddHeader {
	position: absolute;
	top: 85px;
	left: 7px;
	width: 854px;
	height: 127px;
	background: url(../img/header.jpg) no-repeat;
}

#logoLink {
width: 125px;
height: 67px;
position: absolute;
top: 14px;
left: 28px;
}

/*--------------------------------------------------------------------- mainmenu */
#MainMenu {
 	position: absolute;
	background: none;
	top: 52px;
	right: 85px;
  	z-index: 1000;
width: 450px;
}

#MainMenu a {
color: #869cba;
text-decoration: none;
font-weight: bold;
}

.MainMenuItem,
.MainMenuItem_act {
float: right;
padding-right: 10px; 
border-right: 1px solid #999;
margin-right: 10px;
}

.MainMenuItem_first,
.MainMenuItem_first_act {
float: right;
}

#MainMenu .MainMenuItem_act a,
#MainMenu .MainMenuItem_first_act a {
color: #000000;
}

#MainMenu a:hover {
	color: #ff6820;
}

/*--------------------------------------------------------------------- addmenu */
#AddMenu {
position: absolute;
display: inline;
float: left;
width: 713px;
top: 220px;
left: 70px;
text-align: center;
text-transform: uppercase;
}

#AddMenu a {
color: #869cba;
text-decoration: none;
font-weight: bold;
}

.AddMenuItem,
.AddMenuItem_act {
float: left;
padding-left: 8px; 
border-left: 1px solid #999;
margin-left: 8px;
}

.AddMenuItem_first,
.AddMenuItem_first_act {
float: left;
}

#AddMenu .AddMenuItem_act a,
#AddMenu .AddMenuItem_first_act a {
color: #000000;
}

#AddMenu a:hover {
	color: #ff6820;
}


/*--------------------------------------------------------------------- contentcenter */

#ContentCenter {
	position: absolute;
	top: 275px;
	left: 53px;
	width: 747px;
	height: 310px;
	background: none;
}


#Content h1 {
	font-size: 22px;
}

#ContentCenter p {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
margin-bottom: 12px;
}


#ContentCenter a {
	text-decoration: underline;
        color: #5d7aa2;
        font-weight: bold;
}


#ContentCenter a:hover {
	text-decoration: underline;
        color: #ff6820;
        font-weight: bold;
}


a img {
border: none;
}

/*--------------------------------------------------------------------- flexcontent */
#left {
	position: absolute;
	left: 0px;
	width: 335px;
	height: 310px;
	background: none;
}


#right {
	position: absolute;
	right: 0px;
	width: 375px;
	height: 310px;
	background: none;

}

#scrollbox {
height: 120px;
overflow-y: scroll;
}

/*--------------------------------------------------------------------- footer */
#Footer {
	clear: both;
	width: 854px;
   height: 9px;

}

/*--------------------------------------------------------------------- bottommenu */
#BottomMenu {
	position: absolute;
	top: 605px;
	left: 30px;
width: 200px;
float: left;
}

#BottomMenu a {
color: #869cba;
font-weight: bold;
padding-right: 10px;
float: left;
}

#BottomMenu a:hover {
color: #ff6820;
}

#BottomMenu .BottomMenuItem_act_first a,
#BottomMenu .BottomMenuItem_act a {
color: #000000;
}
.BottomMenuItem_act_first,
.BottomMenuItem_first {
border-right: 1px solid #999;
float: left;
margin-right: 10px;
}

.BottomMenuItem_act,
.BottomMenuItem {
float: left;
}



/*--------------------------------------------------------------------- startbutton */



#ContentCenter a.StartButton {
text-transform: uppercase;
font-weight: bold;
font-size: 17px;
letter-spacing: 1px;
text-decoration: none;
}


#langMenu {
position:absolute;
right: 25px;
top: 54px;
z-index: 10000;
}

.language {
margin-left: 5px;
}





