@charset "UTF-8";

/* ########## MENU 2 (Sidebar) - Standard  ############ */

.menu2 {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	padding:0;
	margin:0 40px 15px 0;
}

.menu2 li {
	padding:0;
	margin:0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

.menu2 li.menu2HL {
	color:#009EE4;
	font-weight:normal;
	font-size:18px;
	padding:0 0 3px 0;
	margin:0 0 0 0;
	line-height:24px;
}

.menu2 li a {
	display:block;
	padding: 1px 4px 2px 4px;
	margin: 0 0 3px 0;
	text-decoration:none;
	color:#333;
	background-color:#F4F4F3;
	border-radius:0px 0px 0px 6px; 
	-moz-border-radius: 0px 0px 0px 6px; 
	-webkit-border-radius: 0px 0px 0px 6px;
}


.menu2 li a:hover,
.menu2 li a:active {
	color:#000;
	background-color:#DBDBD8;
	
}

.menu2 li a.current {
	color:#333;
	background-color:#DBDBD8;
	cursor:default;
	border-radius:0px 6px 0px 0px; 
	-moz-border-radius: 0px 6px 0px 0px; 
	-webkit-border-radius: 0px 6px 0px 0px;
}


/* ... NEU Flag, so einbauen: <a>Menu<span>NEU</span></a> */

.menu2 li a span,
.menu2P li a span {
	color:#FFF;
	background-color: #E0007A;
	margin:0 0 0 4px;
	padding: 0px 2px;
	font-size:9px;
	line-height:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}

.menu2 li a:hover span,
.menu2 li a:active span,
.menu2 li a.current span,
.menu2P li a:hover span,
.menu2P li a:active span,
.menu2P li a.current span {
	display:none;
}

/* ########## MENU 1 (Main) ############ */

#menu1 {
	position:relative;
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
	width:687px;
	font-size:14px;
	line-height:normal;
}

#menu1 li {
	display:inline;
	margin:0;
	padding:0;
}

/* Menu 1 Spezial */

#M1_News {
	position:absolute;
	left:-219px;
	top:10px;
}

#M1_Contact {
	position:absolute;
	right:0px;
	top:10px;
	width: 154px;
	text-align:right;
}

#M1_News a,
#M1_Contact a {
	text-decoration:none;
	font-size:12px;
}

#menu1 a,
#menu1 a:visited {
	float:left;
	margin:0;
	padding:0 7px 0 0;
	text-decoration:none;
	background-image: url(1-media/menus/Menu1_Sprite-de.gif);
	background-repeat: no-repeat;
	height:23px;
}


a#M10.current,
a#M1X.current,
a#M1SEC.current,
a#M10:hover.current,
a#M1X:hover.current,
a#M1SEC:hover.current {
	font-weight:bold;
	cursor:default;
	color:#333;
}

#menu1 a.current {
	cursor:default;
}

a#M11 {
	width:157px;
	background-position:-20px -100px;
}

a#M12 {
	width:63px;
	background-position:-200px -100px;
}

a#M13 {
	width:93px;
	background-position:-300px -100px;
}

a#M14 {
	width:106px;
	background-position:-450px -100px;
}

a#M15 {
	width:73px;
	background-position:-600px -100px;
}

a#M11:hover,
a#M11.current {
	background-position:-20px -200px;
}

a#M12:hover,
a#M12.current {
	background-position:-200px -200px;
}

a#M13:hover,
a#M13.current {
	background-position:-300px -200px;
}

a#M14:hover,
a#M14.current {
	background-position:-450px -200px;
}

a#M15:hover,
a#M15.current {
	background-position:-600px -200px;
}

/* ########## MENU 3 (Sprachen) ############ */

#Menu3 {
	font-size:10px;
	color:#999;
}

#Menu3 a:link,
#Menu3 a:visited {
	color:#999;
	text-decoration:none;
}

#Menu3 a:hover {
	color:#999;
	text-decoration:underline;
}


#M3_Consumer a {
	color:#000;
	background-image: url(1-media/menus/M3-Pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	position:relative;
}

