/*  
Theme Name:Jonsi
Theme URI:http://www.realitysoftware.ca
Description:WordPress theme created by <a href="http://www.realitysoftware.ca">Reality Software</a> and released by <a href="http://www.flashmp3player.org">Flash MP3 Player</a>.
Version:1.0
Author:Reality Software
Author URI:http://www.realitysoftware.ca
*/



#logo {font-size:60px; font-family: "Tahoma", Arial, "Geneva", sans-serif; padding: 100px 0px 50px 0px; /*padding:60px 100px 60px 300px;*/
background: url(bilder/headerbild.jpg) 50% 0 no-repeat; text-align:center;

}




#logo a {visibility:hidden;} /*text-transform:uppercase*/;}
#logo .description {visibility:hidden;}
#menu {height:40px; margin-bottom: 40px; text-align:center;}
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none; position: relative; }
#menu a:activ {color:#FFFFFF;}
#menu a {color:#a0a0a0; font-size:24px; /*font-weight:bolt;*/ text-decoration:none; margin:0 8px; text-transform:lowercase;}
#menu a:hover {color:#4a2d31;}
#menu a:active {color:#4a2d31;}




.formulartitle{
	float:left;
	clear:both;
	margin-top:5px;
}

#textfield{
float:right;
display:inline;
margin-right:120px;
margin-top:5px;
}

.cd-bestellen{
clear:both;
margin-top:5px;
padding-top:5px;
}

#menu ul ul a {
font-size: 14px;
}

#menu ul ul li {
display: block;
}
#menu ul ul {
position: absolute;
top: 17px;
left: 0;
display:none;
}

#menu ul li.current_page_item ul,
#menu ul li.current_page_parent ul,
#menu ul li:hover ul {
	display: block;
}


/* TRY TO FIX HORIZONTAL SCROLLING */

HTML{
/* Content is clipped, with no scrollbars */
overflow-x: hidden;
}