@CHARSET "UTF-8";

body#standard { 
background-image: url(../_img/layout/body_bg.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
/*background-color: #272625;*/ 
background-color: #24221e;
font-family: sans-serif; 
}

body#options { 
background-image: url(../_img/layout/body_bg_options.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
/*background-color: #5F5C55;*/ 
background-color: #636059; 
font-family: sans-serif; 
}

body#postfach { 
background-image: url(../_img/layout/body_bg_postfach.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #66635c; 
font-family: sans-serif; 
}

body#zentrale { 
background-image: url(../_img/layout/body_bg_zentrale.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #34495a; 
font-family: sans-serif; 
}

body#gebaeude { 
background-image: url(../_img/layout/body_bg_gebaeude.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #898886; 
font-family: sans-serif; 
}

body#forschung { 
background-image: url(../_img/layout/body_bg_forschung.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #c1beb6; 
font-family: sans-serif; 
}

body#allianz { 
background-image: url(../_img/layout/body_bg_allianz.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #afaaa1; 
font-family: sans-serif; 
}

body#markt { 
background-image: url(../_img/layout/body_bg_markt.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #221f18; 
font-family: sans-serif; 
}

body#werft { 
background-image: url(../_img/layout/body_bg_werft.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
background-color: #b1a58f; 
font-family: sans-serif; 
}

DIV#page {
	width: 1024px;
	margin: 0 auto;
}

DIV#header A#premium {
	position: absolute;
	left: 600px;	
	top: 60px;
	text-decoration: none;
	color: #1F550D;	
	font-weight: bold;
	font-size: 10px;
}

DIV#header MARQUEE#laufschrift {
	position: absolute;
	width: 370px;
	left: 552px;	
	top: 34px;
	font-family: courier;
	font-size: 12px;
}


/* MAIN CONTENT */

DIV#content {
	margin: 0 2px;
	margin-top: -40px;
	position: relative;

	min-height: 200px;
	/*outline: 1px solid red;*/
}


DIV#head {
	height: 190px;
	position: relative;	
}

/* menu */

DIV#content DIV#head DIV#menu UL {
	padding: 0;	
	width: 100px;
	position: absolute;
	left: 72px;
	top: 20px;
	padding-top: 10px;	
}

DIV#content DIV#head DIV#menu UL LI {
	padding: 1px;
	display: block;
	list-style-type: none;
	text-align: center;
	line-height: 12px;
	margin: 0 6px;
}

DIV#content DIV#head DIV#menu UL LI A:hover {
/*	background-color: #006d0a;*/
	display: block;
	text-decoration: underline; 
	font-weight:bold;
	margin: 0 6px;
}

DIV#content DIV#head DIV#menu UL LI A:active {
	background-color: #006d0a;
	display: block;
	text-decoration: none; 
	font-weight: bold;
	margin: 0 6px;
}

DIV#content DIV#head DIV#menu UL LI A {
  display: block;
	font-size: 8px;
	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0 6px;
}


DIV#content DIV#head FORM {
	position: absolute;
	width: 162px;
	height: 68px;
	left: 36px;
	top: 50px;
	margin: 6px;
}

DIV#content DIV#head FORM LABEL {
	font-size: 8px;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 56px;
	float: left;	
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
}

DIV#content DIV#head FORM INPUT#login_button {
	position: absolute;
	right: 0;
	top: 48px;	
}

DIV#content DIV#head FORM SPAN#login_links {
	position: absolute;
	left: 0;
	top: 44px;
	line-height: 12px;
	display: block;
	width: 108px;
	text-align: center;
}

DIV#content DIV#head FORM SPAN#login_links A {
	font-size: 8px;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

DIV#content DIV#head FORM SPAN#login_links A:hover {
	background-color: #006d0a;	
}


DIV#left {
	float: left;
	width: 244px;	
	position: relative;
	top: -188px;
	
	z-index: 10;
}

DIV#right {
	float: right;
	width: 726px;
	padding-top: 44px;
}

DIV#footer DIV#faq_link A {
	position: relative;
	left: 442px;
	top: 22px;
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

A#werbung {
	display: block;
	background-color: transparent;
	text-decoration: none;
	text-transform: none;
}

A:hover#werbung {
	background-color: transparent;
}

.fakelink {
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #000000;
	cursor: pointer;
}
