/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* navi */
#catnav a { text-decoration: none; }

#catnav li ul li {
	border: 1px solid #e95200; 
	border-width:1px;  /* border-width:0 1px 1px;  */
	background: #FFF; 
	z-index: 15; 
	position: relative; 
}

#catnav li ul li a {
	color: #6f7479;
}


#catnav li ul li a:hover {
	color: #e95200;
	background-color: #FFF;
}

/* search */
#search { 
	position:absolute; 
	right:20px; 
	top:10px; 
	width: 182px;  /* 178px */
	height:32px; 
	display:block; 
}

#search input { 
	border:0; 
	color:#fff;
	padding: 0; 
	width:0;	
}

#search  input.input_search {
	background:url(images/bg-search.png) no-repeat;
	border:0; 
	color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	width:138px;
	float: left;

}

#search  input.btn_search {
	margin:0; 
	background:url(images/btn-search.png) no-repeat;
 	color:#FFFFFF;
	width:30px;
	height:32px;
	padding:0;
	border:0;
	cursor:pointer;
}

#top {
	width: 960px;
	margin: 0 auto;
	padding: 4px 0 0;	
	position:relative;
	z-index:101;
}

/* Comments section */
#comments { font-size: 20px;	font-weight: normal; padding: 20px 0 20px 20px; width:440px;}
#comments p { font-size: 13px;} 


#clear {
	clear: both;
}


/* weltkarte */
#weltkarte {
	margin: 10px 0;
	float: left;
}

#weltkarte_legende .kontinente a { text-decoration: none; }
/*#weltkarte_legende ul.kontinente li { list-style-type:none; } */

#weltkarte_legende .legende_left {
	float: left;
}

#weltkarte_legende .legende_right {
	float: right;
}


/* header */
#header {
	width: 440px;
	height: 100px;
	padding: 25px 0;
	clear: both;
	float: left;
}


#header a { width:500px; height:100px; display:inline; }

#weltkugel {
	float: right;
}

body {
	background:#e6e6e6 url(world/bg.jpg) no-repeat center top;
}

/* socialible */
.sociable_tagline { padding-bottom: 5px; }
