﻿#sddm
{	margin: 0 ;
	padding: 0;
	z-index: 30;
	
	}

#sddm li
{	margin: 0;
	
	 color: #D0DFF4;
	 font-size:10pt;
	 font-weight:bold;
	 background: #0352D6;
	 float:left; 
	 list-style:none;
	 height:30px;
	 line-height:30px;
	
	  text-align:center;
	  	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	
	
	

	}


#sddm li.Linie{
	 background :#4F89D9;
	 width:2px;
	 padding:0  ;

	 
}

#sddm li.Linie:hover{
	background :#4F89D9;
 
}


#sddm li a
{	display: block;
	margin: 0;

	color:  #D0DFF4;
		text-align: center;
	text-decoration: none;	
	margin: 0;
	
	
	 font-size:11pt;
	 font-weight:bold;
	 background:#0352D6;
	 float:left; 
	 list-style:none;
	 height:30px;
	 line-height:30px;
	  padding:0px 10px;
	  text-align:center;
	  	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	


	

	

	

	 
	 



	}

#sddm li a:hover
{	
   	 text-decoration:none;
	 cursor:pointer;
	 
	 color:white;
	background: #327DFC; /* fuer alte browser */
background: -moz-linear-gradient(top, #8AB6FF 0%,#327DFC 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8AB6FF), color-stop(100%,#327DFC));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8AB6FF 0%, #327DFC 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8AB6FF 0%, #327DFC 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8AB6FF 0%, #327DFC 100%); /* IE10+ */
background: linear-gradient(to bottom, #8AB6FF 0%,#327DFC 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8AB6FF', endColorstr='#327DFC',GradientType=0 ); /* IE6-9*/
cursor:pointer;border:0px #327DFC solid;




	

  }

#sddm div
{	position: absolute;
	display:none;
	margin: 30px 0 0 0;
	padding: 0;
	background:#327DFC;
	 border:1px  transparent solid;
	}
		


	#sddm div  a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 0px 9px 0px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;		
		background:#327DFC;
		color: white;
		font-size:10pt;
			  	-moz-border-radius:  0px;
	-webkit-border-radius:  0px;
	border-radius:  0px;

		


		}

	#sddm div  a:hover
	{	background: #327DFC;
		 text-decoration:underline}

    #sddm img
    {
	
	 margin:0 5px 0 4px
}
















