﻿/* top level
--------------------------------------------*/
.menuTemplate3
{
    margin: 0 auto; width: auto;float:left;
    behavior: url("/sites/all/themes/execute_responsive_theme/css/cssmenu.htc"); 
    position:relative;
    z-index:4;
    background: #1f1f1f;
    background: -moz-linear-gradient(top, #464646 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #464646 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #464646 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #464646 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #464646 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#1f1f1f',GradientType=0 );
	font-family: Arial, sans-serif;
	font-weight: 400;
    list-style: none;
}

.menuTemplate3 div {
    box-sizing:content-box;
}  

.menuTemplate3 li
{
    padding: 0;
    float: left;
    height: 100%;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    color: #EEE;
    z-index:5;
	padding-left:20px;
	padding-right:20px;
    padding-top: 7px;
	padding-bottom:7px;
    border-right:1px solid #555555;
}

.menuTemplate3 li:hover, .menuTemplate3 li.onhover
{
    border-top:0;
    background: -moz-linear-gradient(top, #1f1f1f 0%, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#454545));
    background: -webkit-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: -o-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: -ms-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: linear-gradient(to bottom, #1f1f1f 0%,#454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#454545',GradientType=0 );
}
.menuTemplate3 a
{
    line-height: 36px; /*Note: keep this value the same as the height of .menuTemplate3 li */
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size:14pt;
  	display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #FFF;
    position: relative;
}
.menuTemplate3 li:hover a, .menuTemplate3 li.onhover a
{
    background: -moz-linear-gradient(top, #1f1f1f 0%, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#454545));
    background: -webkit-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: -o-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: -ms-linear-gradient(top, #1f1f1f 0%,#454545 100%);
    background: linear-gradient(to bottom, #1f1f1f 0%,#454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#454545',GradientType=0 );
    color: #FFF;
    z-index: 9;
}
.menuTemplate3 a.arrow
{
    background: url(arrow.gif) no-repeat right center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuTemplate3 li.menuRight
{
    float: right;
    margin-right: 0px;
}
               
        
/* sub level
--------------------------------------------*/
        
.menuTemplate3 .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
	background-color:#454545;
    text-align: left;
    padding: 20px;  
    top:49px;
	color:#999;
}

.menuTemplate3 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-weight: normal;
    display: inline;
    text-align: left;
    
    position: static;
    z-index: 0;
}

.menuTemplate3 li:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Termine:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -111px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Ueber_uns:hover .drop, .menuTemplate3 li.onhover .drop, 
{
    left: -108px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Presse:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -225px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Publikationen:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -324px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li:hover .dropToLeft, .menuTemplate3 li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
}
.menuTemplate3 li:hover .dropToLeft2, .menuTemplate3 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

.menuTemplate3 li#mainmenu_Gremien:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -182px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Chefservice:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -373px;/*Use this property to change offset of the dropdown*/
}
.menuTemplate3 li#mainmenu_Bibliothek:hover .drop, .menuTemplate3 li.onhover .drop
{
    left: -511px;/*Use this property to change offset of the dropdown*/
}




/* Elements within the drop down sub-menu
--------------------------------------------*/

.menuTemplate3 div.drop div div
{
    padding: 6px 20px;
}
.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menuTemplate3 div.drop div a
{
    line-height: 24px;  
	color:white;
    background:none;
}
.menuTemplate3 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
}

.menuTemplate3 div.left {float:left;}

 
/* CSS3 effects
--------------------------------------------*/
 
/*for top-level*/       
.decor3_1 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 1px 2px 4px 2px #999;
    -webkit-box-shadow: 1px 2px 4px 2px #999;
    box-shadow: 1px 2px 4px 2px #999;
}

/*for submenu.*/   
.decor3_2 
{
	background-color:#454545;
}


.line
{
	border-left:1px solid #ffffff;
	color:#b5b5b5;
	margin-bottom:30px;
	font-size:11pt;
	width:200px;
	max-width:200px;
	min-height:80px;
}
.line a
{
	font-size:14pt;
}
.line:hover
{
	border-left:4px solid #ffffff;
}



@media screen and (min-width: 1181px) {
	.decor3_2 
	{
		width:975px;
	}
}
@media screen and (min-width: 720px) and (max-width: 959px) {
	.decor3_2 
	{
		width:514px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
	.decor3_2 
	{
		width:754px;
	}
}


