@charset "utf-8";


#header {
	margin-top: 15px;	
	
}

#subnav {
	height: 45px;	
	position: fixed;
	background-color: #FFFFFF;
	padding: 15px 0px 15px 0px;
	z-index:900;
	width: 100%;
	top: 120px;
}
/*
#subnav select {
	width: 692px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
	color: #646464
}
*/

#subnav label {
	width: 187px; /* Landscapeanpassung */
	display: block;	
	float: left;
	margin-top: 2px;
	margin-right: 15px; /* Landscapeanpassung */
	text-align: right; /* Landscapeanpassung */
}

#contentblock {
	
}

.testnav {
position: fixed;
top: 0px;
left: 0px;	
width: 150px;
}


#subnav .styled select {
   background: transparent;
   width: 823px; /* Landscapeanpassung */
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 20px;
   -webkit-appearance: none;
   cursor: pointer;
   padding-left: 3px;
}

#subnav  .styled {
   width: 791px; /* Landscapeanpassung */
   height: 20px;
   overflow: hidden;
   background: url(../images/select.png) no-repeat right #ffffff;
   background-size: 20px 20px;
   border: 1px solid #ccc;
   float: right;
   margin-bottom: 5px;
}

#subnav .styled:hover {
	background-color: #ffffff;
	transition: all 1s ease;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
}

.styled select option {
   padding: 2px 3px 2px 5px;
}