/************************* Login Panel */

/* Als Grundlage diente
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/
*/       


/* Login Lasche */
#loginarea {
	margin: 0 auto;
	position:absolute;
	width:100%;
	z-index:10;
}

#container {
  	height: 100%;
	position: absolute;
  	text-align: center;/* IE fix to center the page */
  	width: 100%;
	z-index:100;
}

#top {
  	background: url(/images/login_top.gif) repeat-x 0 0;
	height: 28px;
	position: relative;
}

#top ul.login {
	background: url(/images/login_r.png) no-repeat right 0;
  	clear: right;
  	color: white;
	display: block;
  	float: left;
  	font-size: 80%;
  	font-weight: bold;
  	height: 28px;
	left: 50%;
	line-height: 25px;
	margin: 0 0 0 282px;;
	overflow:visible;
	padding:0 54px 0 0;
	position: absolute;
	text-align: center;
	width:154px;
}

* html #top ul.login { /* IE Alternative wg. transp. PNG */
	background: url(/images/login_r.gif) no-repeat right 0;
}


#top ul.login li.left {
  	background: url(/images/login_l.png) no-repeat left 0;
  	display: block;
	float: left;
  	height: 28px;
	margin: 0;
	padding: 0;
	width: 54px;
}

* html #top ul.login li.left { /* IE Alternative wg. transp. PNG */
	background: url(/images/login_l.gif) no-repeat right 0;
}


#top ul.login li {
  	background: url(/images/login_m.png) repeat-x 0 0;
	display: block;
	float: left;
	height: 28px;
	margin:0;
  	padding: 0;
 	text-align: center;
	width:100px;
}

* html #top ul.login li { /* IE Alternative wg. transp. PNG */
	background: url(/images/login_m.gif)  repeat-x 0 0;
}

#top ul.login li a {
	text-decoration: none;
	color:#e3e3e3;
	font-size:11px;
	font-weight:normal;
}

/*Login Area above with toggle effect - show/hide login*/
#login {
	color: white;
	background: #8d8d8d;
	height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}

#login a {
	color: #006636;
	text-decoration: none;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	font-size: 11px;
	font-weight:bold;
	height: 66px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	width: 550px;
}

#login .loginContent .left {
	float: left;
	width: 300px;
}

#login .loginContent .right {
	float: right;
	text-align:right;
	width: 300px;
}

#login .loginContent form {
	height: 26px;
	margin: 0 0 10px 0;
}

#login .loginContent input.field {
	background: #464646;
	border: 1px #1A1A1A solid;
	color: white;
	height: 16px;
	margin-right: 5px;
	margin-top: 4px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	background: transparent url(/images/button_login.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 45px;
}


/* Logged in */
#loginbar {
	background:url(/images/loginbar.gif) repeat-x;
	color:#FFFFFF;
	font-size:11px;
	height: 27px;
	line-height:27px;
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
	z-index:1;
}

#loginmenu {
	margin: 0 auto;
	text-align:left;
	width:980px;
	line-height: 27px;
}

/* Login Panel *************************/


/************************* Header Navigation */

#headernav {
	overflow: hidden;
	width:100%;
	z-index:1;
}

.headerbg {
	height:91px;
	position:absolute;
	width: 50%;
	z-index:-10;
}

#headerleft {
	background:url(/images/header_l.jpg) repeat-x;
	left:0px;
}

#headerright {
	background:url(/images/header_r.jpg) repeat-x;
	right:0px;
}

#headerground {
	height:123px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	width:980px;
}

#headerground #hspace {
	float:left;
	height:91px;
	width:120px;
}

#headerground #hbg {
	background:url(/images/header.jpg) no-repeat;
	float:left;
	height:91px;
	overflow:hidden;
	width:719px;
}

#headerground #hlogo {
	background:url(/images/page-logo.gif) no-repeat;
	height:121px;
	left:0px;
	position: absolute;
	width:108px;
}

#headerbottom {
	background:url(/images/header_u.gif) repeat-x;
	clear:both;
	height:23px;
	margin-top: 91px;
	position: absolute;
	width: 100%;
	z-index:-10;
}

#headerbottomnav {
	clear:both;
	color:#aaaaaa;
	font-size:11px;
	left: 50%;
	line-height:23px;
	margin-left: -385px;
	margin-top: 92px;
	position: absolute;
	width: 650px;
	z-index:10;
}

#headerbottomnav a {
	color:#aaaaaa;
	text-decoration:none;
}

#headerbottomnav a:hover, #headerbottomnav a:focus {
	color:#aaaaaa;
	text-decoration:underline;
}


#nav {
	float:right;
	height:31px;
	position: absolute;
	right:0px;
	top: 63px;
}

#nav li, #nav a {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	width:112px;
}


#nav a {
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
	overflow:hidden;
	text-decoration:none;
}

#nav a:hover,#nav a:focus {
	background-position:0 -38px;
	color:#10151a;
}

#nav li {
	font-size:11px;
	margin:0 1px;
	padding:0;
	text-align:center;
	background-image:url(/images/reiter_aktv.gif);
}

#nav li a {
	background-image:url(/images/reiter_dktv.gif);
}

/* Header Navigation *************************/




#contentarea {
	clear:both;
	/*SIEHE OBEN BEI ANSATZVERSCHIEBUNG*/
	width: 980px;
	z-index:-101;
}

/************************* Menüs */
.menu-links {
	float: left;
	width:160px;
}


.menu-links-lo {
	background:url(/images/bg-greygreen-lo.gif) no-repeat;
	float: left;
	height:28px;
	width:38px;
}

.menu-links-mo {
	background:url(/images/greygreen-mo.gif) repeat-x;
	color:#006636;
/*	font-family: Museo500, Arial, Helvetica, sans-serif; */
	font-size:12px;
	font-weight:bold;
	float: left;
	height:28px;
/*	letter-spacing:1px;*/
	line-height:28px;
	text-align:center;
	width: 84px;
}

.menu-links-ro {
	background:url(/images/bg-greygreen-ro.gif) no-repeat;
	float: left;
	height:28px;
	width:38px; 
}

.menu-links-mid {
	background:url(/images/menu160_bg.gif) no-repeat;
	float: left;
	font-size:12px;
	padding: 0px;
	width:160px; 
}

.menu-lu {
	background:url(/images/rand_lu.gif) no-repeat;
	float: left;
	height:5px;
	width:5px;
}

.menu-mu-160 {
	background:url(/images/rand_mu.gif) repeat-x;
	float: left;
	height:5px;
	width: 150px;
}

.menu-mu-200 {
	background:url(/images/rand_mu.gif) repeat-x;
	float: left;
	height:5px;
	width: 190px;
}

.menu-mu-580 {
	background:url(/images/rand_mu.gif) repeat-x;
	float: left;
	height:5px;
	width: 570px;
}

.menu-ru {
	background:url(/images/rand_ru.gif) no-repeat;
	float: left;
	height:5px;
	width:5px;
}

#menav {
	line-height:35px;
	list-style:none;
	margin:0; 
	padding:0;
}

#menav li {
	height:35px;
	margin:0;
	padding: 0px 0px 0px 15px;
}

#menav .aktv {
	background:url(/images/zeiger.png) 0 3px no-repeat;
	height:35px;
	margin:0;
	padding: 0px 0px 0px 15px;
}

#menav a {
	color:#000000;
	text-decoration:none;
	}

#menav a:hover, #menav a:focus {
	color:#000000;
	text-decoration:underline;
}

.info-box-lo {
	background:url(/images/info_l.gif) no-repeat;
	float: left;
	height:27px;
	width:5px; 
}

.info-box-mo-160 {
	background:url(/images/info_m.gif) repeat-x;
	color:#000000;
	float: left;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding-left: 5px;
	width:145px; 
}

.info-box-mo-200 {
	background:url(/images/info_m.gif) repeat-x;
	color:#000000;
	float: left;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding-left: 5px;
	width:185px; 
}

.info-box-ro {
	background:url(/images/info_r.gif) no-repeat;
	float: left;
	height:27px;
	width:5px; 
}

.info-box-mid-160 {
	background-color:#FFFFFF;
	background:url(/images/menu160_bg.gif) repeat-y;
	float:left;
	padding: 10px;
	width:140px;
}

.info-box-mid-200 {
	background-color:#FFFFFF;
	background:url(/images/menu200_bg.gif) repeat-y;
	float:left;
	padding: 10px;
	width:180px;
}

.menu-rechts-lo {
	background:url(/images/bg-greygreen-lo.gif) no-repeat;
	float: left;
	height:28px;
	width:38px;
}

.menu-rechts-mo {
	background:url(/images/greygreen-mo.gif) repeat-x;
	float: left;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:center;
	width:124px;
/*	font-family: Museo500, Arial, Helvetica, sans-serif; */
}

.menu-rechts-ro {
	background:url(/images/bg-greygreen-ro.gif) no-repeat;
	float: left;
	height:28px;
	width:38px;
}


/* Menüs *****************************/


/* Content Mitte *****************************/

#content-mitte {
	float: left;
	margin: 0 20px 0 20px;
	top: 0px;
	width:580px;
}

.content-lo {
	background:url(/images/bg-biggreygreen-lo.gif) no-repeat;
	float: left;
	height:41px;
	width:56px;
}

.content-mo {
	background:url(/images/biggreygreen-mo.gif) repeat-x;
	float: left;
	height:41px;
	letter-spacing:1px;
	padding-left: 0px;
	width:468px;
}


.content-mo h1 {
	line-height:41px;
	text-align:center;
/*	font-family: Museo500, Arial, Helvetica, sans-serif; */
}

.content-ro {
	background:url(/images/bg-biggreygreen-ro.gif) no-repeat;
	float: left;
	height:41px;
	width:56px;
}


/* Content Mitte *************************/

/************************** Rechte Seite */

#block-rechts {
	float: left;
	width:200px;
}

.infobox {
	width:200px;
}

#einkaufen-okay {
	background:url(/images/check-einkaufswagen.png) no-repeat center;
	cursor:pointer;
	height:179px;
	width:200px;
}

/* Rechte Seite **************************/

/************************************** Footer */

#footer {
	clear:both;
	height: 30px;
	margin: 0 auto;
	padding-top:30px;
	width: 980px;
}

.footline {
	background: url(/images/rand_dot.gif) repeat-x;
	height:1px;
	width:100%;
}


.footlinks {
	color:#bbbbbb;
	float:left;
	font-size:11px;
	margin-top: 6px;
}

#right {
	float: right;
}

.footlinks a { 
	color:#bbbbbb;
	text-decoration:none;
	margin: 6px 10px 0 10px;
	}

.footlinks a:hover, .footlinks a:focus {
	text-decoration:none;
	color:#006636;
}

/* Footer **************************************/



/************************************* Infobox */

.notimoo {

    /* Don't touch here */
    position: absolute;
    z-index: 999; /* There are some cases where you'll need to change this if you're currently using a greater one in your project*/
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    /* Change this to fit your needs*/
    padding:10px;
    border: 3px;
    border-style: solid;
    border-color: #B2B2B2;
    background: #333333;
    color: #FFFFFF;
}

.notimoo .title {
    font-weight: bold;
    border-bottom: 1px solid;
}

.notimoo .message {
    margin-top: 2px;
}

.notimoo a {
    color: #FFFFFF;
}
/* Infobox **************************************/