/* CSS Document */

/**********************************************************************/
/*                    CSS FOR NAVIGATION  IN opp-ev.de                */
/*         20062007 by Jochen Müller, Norvlit Werbeagentur GmbH       */
/**********************************************************************/

/* MAIN MENU, FIRST LEVEL */



.menu_wrap1, .menu_wrap1 a, .menu_wrap1 a:active {
float:left;
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
color:#005352;
/*background-color:red;*/

}


#menu1 {
float:left;
height:129px;
width:230px;
/*background-color:red;*/
}

html>body #menu1 {
float:left;
height:129px;
width:230px;
/*background-color:red;*/
}


#menu1 li {
padding:0px;
margin:0px;
/*margin-top:-2px;*/
width:180px;
height:32px;
}

.menu_item1 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:30px;
background-image:url(bilder/menu_bg_vorstell.gif);
background-repeat:no-repeat;
text-indent:10px;
}

* html .menu_item1 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:32px;
background-image:url(bilder/menu_bg_vorstell.gif);
background-repeat:no-repeat;
text-indent:10px;
}

.menu_item1 a:hover {
width:180px;
height:32px;
background-color:#f6ab38;
text-indent:10px;
color:#ffffff;
}


.menu_item2 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:30px;
background-image:url(bilder/menu_bg_galerie.gif);
background-repeat:no-repeat;
text-indent:10px;
}

* html .menu_item2 {
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:32px;
background-image:url(bilder/menu_bg_galerie.gif);
background-repeat:no-repeat;
text-indent:10px;
}

.menu_item2 a:hover {
width:180px;
height:32px;
background-color:#005352;
text-indent:10px;
color:#ffffff;
}

.menu_item3 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:30px;
background-image:url(bilder/menu_bg_rundums.gif);
background-repeat:no-repeat;
text-indent:10px;
}

*html .menu_item3 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:32px;
background-image:url(bilder/menu_bg_rundums.gif);
background-repeat:no-repeat;
text-indent:10px;
}

.menu_item3 a:hover {
width:180px;
height:32px;
background-color:#a0bcbc;
text-indent:10px;
color:#ffffff;
}

.menu_item4 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:30px;
background-image:url(bilder/menu_bg_news.gif);
background-repeat:no-repeat;
text-indent:10px;
}

*html .menu_item4 {
/*display:block;*/
padding:0px;
margin:0px;
width:180px;
height:32px;
line-height:32px;
background-image:url(bilder/menu_bg_news.gif);
background-repeat:no-repeat;
text-indent:10px;
}

.menu_item4 a:hover {
width:180px;
height:32px;
background-color:#e80066;
text-indent:10px;
color:#ffffff;
}


.menu_item_ACT {
display:none;
}

/* peter 27072007  */
li.menu_item_ACT {
	width: 180px;
	height: 0px;
}


/* MAIN MENU, SECOND LEVEL */

/* MENU2 FOR CHANGING COLORS */


#menu2_1 {
float:left;
width:182px;
min-height:20px;
height:auto;
background-color:#F6ab38;
}

#menu2_2 {
float:left;
width:182px;
min-height:20px;
height:auto;
background-color:#005352;
}

#menu2_3 {
float:left;
width:182px;
min-height:20px;
height:auto;
background-color:#a0bcbc;
}

#menu2_4 {
float:left;
width:182px;
min-height:20px;
height:auto;
background-color:#CA0057;
}

#menu2_5 {
float:left;
width:182px;
min-height:20px;
height:auto;
}



#menu2_hidden {
float:left;
width:182px;
min-height:20px;
height:auto;
/* peter 27072007 */
/*background-color:none;*/
}

.menu2_wrap{
float:left;
margin-left:15px;
margin-top:0px;
padding:0px;
list-style-image:url(bilder/list_image.gif);
list-style-position:inside;
}

.menu2_member_wrap{
float:left;
margin-left:15px;
margin-top:0px;
padding:0px;
list-style-image:url(bilder/list_image_members.gif);
list-style-position:inside;
}

.menu2_item, .menu2_item a, .menu2_item a:active, .menu2_item a:visited {
margin:0px;
width:120px;
height:20px;
line-height:20px;
vertical-align:middle;
font-size:1em;
color:#FFFFFF;
text-decoration:none;
}

.menu2_item a:hover {
color:#339999;
}

.menu2_item_cur {
margin:0px;
width:120px;
height:20px;
line-height:20px;
vertical-align:middle;
font-size:1em;
text-decoration:none;
list-style-image:url(bilder/list_image_cur.gif);
color:#339999;
}




.menu2_member_item, .menu2_member_item a, .menu2_member_item a:active, .menu2_member_item a:visited {
margin:0px;
width:120px;
height:20px;
line-height:20px;
vertical-align:middle;
font-size:1em;
color:#005352;
text-decoration:none;
}

.menu2_member_item a:hover {
color:#339999;
}

/* BREADCRUMB */


#breadcrumb_wrap /*IE ONLY*/
{
float:left;
height:34px;
/*width:500px;*/
margin-left:115px;
text-align:left;
line-height:34px;
vertical-align:middle;
font-family:Arial, Helvetica, sans-serif;
font-size:0.95em;
color:#FFFFFF;
/*background-color:pink;*/
}

html>body #breadcrumb_wrap
{
float:left;
height:34px;
/*width:500px;*/
margin-left:230px;
text-align:left;
line-height:34px;
vertical-align:middle;
font-family:Arial, Helvetica, sans-serif;
font-size:0.95em;
color:#FFFFFF;
/*background-color:pink;*/
}

.breadcrumb {
line-height:34px;
vertical-align:middle;
text-decoration:none;
color:#FFFFFF;
}

/* FIXED MENU */

#right_menu {
float:right;
width:165px;
/*background-color:green;*/
}


#kontakt_wrap, #kontakt_wrap a, #kontakt_wrap a:active, #kontakt_wrap a:visited {
float:right;
height:34px;
margin-right:5px;
width:140px;
line-height:34px;
vertical-align:middle;
text-decoration:none;
color:#005352;
}

#kontakt_wrap a:hover {
color:#c3d5d5;
}

#menu_fix_wrap {
float:right;
width:165px;
}


.fix_item, .fix_item a, .fix_item a:active, .fix_item a:visited {
clear:both;
float:right;
width:160px;
height:25px;
line-height:25px;
vertical-align:middle;
border-bottom:1px solid #005352;
text-indent:10px;
text-decoration:none;
color:#005352;
}

.fix_item a:hover {
color:#c3d5d5;
}




/* ACTIVE MENUPOINTS */

#active_menu1 {
float:left;
display:block;
padding:0px;
margin:0px;
width:230px;
height:32px;
line-height:32px;
background-image:url(bilder/active_menu1_bg.gif);
background-repeat:no-repeat;
text-indent:10px;
color:#FFFFFF;

}

#active_menu2 {
float:left;
display:block;
padding:0px;
margin:0px;
width:230px;
height:32px;
line-height:32px;
background-image:url(bilder/active_menu2_bg.gif);
background-repeat:no-repeat;
text-indent:10px;
color:#FFFFFF;

}

#active_menu3 {
float:left;
display:block;
padding:0px;
margin:0px;
width:230px;
height:32px;
line-height:32px;
background-image:url(bilder/active_menu3_bg.gif);
background-repeat:no-repeat;
text-indent:10px;
color:#FFFFFF;

}

#active_menu4 {
float:left;
display:block;
padding:0px;
margin:0px;
width:230px;
height:32px;
line-height:32px;
background-image:url(bilder/active_menu4_bg.gif);
background-repeat:no-repeat;
text-indent:10px;
color:#FFFFFF;

}

/* GLOSSAR NAVIGATION */

.glossar li {
	display: inline;
	list-style: none;
}

.glossar li+li {
	padding: 0 0 0 3px;
	border-left: 1px solid #005352;
}

/* MITGLIEDSSTUDIOS NAVIGATION */

.plzhead {
	margin: 0 10px 0 0;
}

.plz {
	padding: 0 0 0 0;
}

.plz li {
	display: inline;
	list-style: none;
}

.plz li+li {
	padding: 0 0 0 3px;
	border-left: 1px solid #005352;
}