
#lang_switch {
position: relative;
left: 800px;
height: 12px;
margin-top: 3px;

text-decoration: none;
font-size: 10px;
color:black;
}

.flags {
	display: inline-block;
	float:right;
	width: 17px;

}



#headerwrap {
	padding-top:3px;
 	width: 963px;
	height:71px;
	
	display:inline-block;

	border-top: 1px solid black;
	margin-bottom: 1px;
	margin-top: 5px;
	background-image: url(../../img/css/head/bg-grey.png);
}

#headerimg {

	width: 240px;
	height: 71px;
	margin-bottom: 0px;
	margin-right: 3px;
	border-right: 1px solid white;
	float: left;
	display:inline-block; 
	overflow: hidden;
}

.super_nav_link {
	display: inline-block;

	width: 176px;
	height: 71px;

	margin: 0;
	border-right: 1px solid white;
}

#headerwrap .right {
	width: 175px;
}

.super_nav_link img {
	float: right;
}



.super_nav {
	position: relative;
	left: -3px;
	display: inline-block;	
	height: 71px;
	width: 338px;
	overflow: hidden;
}


.super_nav_fb {
	background-image: url(../../img/css/head/bg-facebook.png);
}

.super_nav_tw {
	background-image: url(../../img/css/head/bg-twitter.png);
}

.super_nav_yt {
	background-image: url(../../img/css/head/bg-youtube.png);
}


.accordion{ 
margin: 0; 
padding: 0;
border: 0;
list-style-type: none;
}

.accordion li{ 
margin: 0; 
padding: 0;
border: 0;
float: left;
display: block; 
} 

.accordion a{ 
display: block; 
overflow: hidden; 
height: 71px; 
visibility: hidden;
text-decoration: none;
} 

.accordion a:hover{ 

text-decoration: none;
} 

#a1{ 

} 

#last-tweet a{
	visibility: visible;
	color: white;
}

.accordion li p{ 
position: relative;
top: -13px;
height: 71px;


margin-left: 25px; 
padding-left: 3px;
padding-right: 3px;
padding-top:  5px;

font-size: 10px;
color: white;
border-right:1px solid white;
} 

.accordion li .handle{ 
float: left;
border-right: 1px solid white; 
} 

.yt_thumb {
	float: left;
	width: 67px;
	height: 50px;
	border: 0;
	margin-right: 3px;

}



.nl_input, .nl_input_note {

display: inline-block;
float:left;

color: #999;

width: 150px;

}

.nl_input_note {
background-color: red;
color: black;
}



.input_note {
background-color: red;

}


/*.nl_button 
 * -> theme specific bg-color*/
.nl_button { 

          color:white;

          border-style: none;
          
          margin-top: 1px;

         } 
         	
.nl_button:hover { 
	  	  cursor: pointer;         
         
         	}          	






/* SUCHE UND SUCHERGEBNISSE */

#search_wrap {
margin-left: 7px;
color: black;
}

#cse-div {
	height:18px;
	overflow: hidden;
}

.search_field {
		display: block;
		height: 14px;
		float: left;
		margin-left: 0px;
		margin-right: 1px;
		width: 71%;
		border: 0 0 1px 1px;
	
	
}

.search_button {
		display: block;
		height: 18px;
		width: 26%;
		text-align: left;
		float: right;
		border: none;
		color: white;
		font-size:10px;
}

