/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module { margin: 20px; }

#menu .module { margin: 10px; }

#top-a,
#top-b,
#bottom-a,
#bottom-b,
#bottom-c,
#main,
#footer { margin: 15px 20px; }

#menu .module { margin: 10px 5px; }

#header { margin: 0px 20px 30px 20px; }

#toolbar,
#headerbar { margin-bottom: 0px; }
#headerbar .module { margin: 0px 0 15px 15px; }

#breadcrumbs,
#content { margin: 20px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Background */
/* body#page { background: #222; }  */
body#page { background: url("/images/bg03.jpg"); } 

/* Menubar */
#menubar {
	border: 1px solid #d5d5d5;
	background: #eee;
	border-radius: 6px;
}

/* Search */
#search { margin: 6px 6px 0 0; }

/* Blocks */
#top-a,
#top-b,
#bottom-a,
#bottom-b,
#bottom-c,
#main {
	border: 1px solid #ddd;
	/*  background: #111;  */
	
	border-radius: 6px;
}

#innertop { border-bottom: 1px solid #eee; }
#innerbottom { border-top: 1px solid #eee; }

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b { position: relative; }

#sidebar-a:before,
#sidebar-b:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0 solid #eee;
}

.sidebar-a-right #sidebar-a:before,
.sidebar-b-right #sidebar-b:before { border-width: 0 0 0 1px; }

.sidebar-a-left #sidebar-a:before,
.sidebar-b-left #sidebar-b:before { border-width: 0 1px 0 0; }

/* Footer + Toolbar */
#footer,
#toolbar {
	font-size: 12px;
	line-height: 18px;
}

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 21px;
	height: 21px;
	border: 1px solid #ddd;
	background: #fff url(../../../images/totop_scroller.png) 50% 50% no-repeat;
	border-radius: 4px;
	text-decoration: none;
}

#totop-scroller:hover {
	border-color: #ccc;
	background-color: #EEE;
}

.wrapper {
	/* background: #111;  */
	background: rgba(0,0,0,0.6);
	
	/* width: 980px;  */

}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}
ul#thumblist{display:block;}
ul#thumblist li{float:left;margin:2px;list-style:none;}
ul#thumblist li a{display:block;border:1px solid #CCC;}
ul#thumblist li a.zoomThumbActive{
border:1px solid red;
}
.jqzoom{
text-decoration:none;
float:none;
} 



ul.numeric-decimals { counter-reset:section; list-style-type:none; }
ul.numeric-decimals li { list-style-type:none; }
ul.numeric-decimals li ul { counter-reset:subsection; }
ul.numeric-decimals li:before{
    counter-increment:section;
    content:counter(section) ". ";/*content:"Section " counter(section) ". ";*/
}
ul.numeric-decimals li ul li:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
}

body {counter-reset:section;}

.mod-languages {
	margin-left: 20px;
	margin-top: 4px;
	float: right;
	width: 110px;
}

.searchbox {
	float: left;
}

.ollimod_div {
	float:left; margin-bottom: -32000px; padding-bottom: 32000px; 
}

/* .rand_r {	*/
/* 	background: url('/images/border_r.png') repeat-y scroll 0px 0px transparent; 	*/
/* 	width: 10px;	*/
/* }	*/

/* .rand_l {	*/
/* 	background: url('/images/border_l.png') repeat-y scroll 0px 0px transparent; 	*/
/* 	width: 10px;	*/
/* }  */ 



#umrand {
	margin: auto; 
	overflow: hidden; 
	width: 1000px;
}

.grid-box.width33:first-child {
	border-left: none;
}

.grid-box.width33 {
	border-left: 1px solid #ddd;
	min-height: 200px;
}

article.item {
	min-height: 200px;
}


#mainTabs {
  	height: 24px;
  	margin-bottom: 0px;
  	padding: 0;
  	margin-bottom: 15px;
}


#mainTabs a {
  	display: block;
  	margin: 1px;
  	text-decoration: none !important;
  	
  	color: #eee;
  	font-weight: bold;
  	height: 14px;
  	padding: 3px 0 9px;  
  	background: none repeat scroll 0 0 #888;
  	text-align: center;
  	border: 1px solid #888;
  	border-radius: 6px 6px 6px 6px;
  	
}

#mainTabs li:first-child {
  	
}

#mainTabs li {
  	float: left;
  	list-style: none outside none;
  	width: 24%;
  	min-width: 170px;
  	margin: 2px;
}

#mainTabs a.selected {
  	background: none repeat scroll 0 0 snow;
  	color: #222222;
  	order: 1px solid snow;
  	border-radius: 6px 6px 6px 6px;
	background: #snow;
}

#tab1, 
#tab2, 
#tab3, 
#tab4 {
	display: inline-block;
	float: left;
}

.kburn {
	margin: 0;
	padding-top: 20px;
}

#absolute {
	position: relative;
}

.menu-sidebar a, .menu-sidebar li span {
    color: #ddd;
}

.selbstbau tr {
    border-bottom: 1px solid;
}

.selbstbau tr:last-child {
    border-bottom: none;
}


.modnews .module-title {
    font-size: 24px;
    text-decoration: underline;
}

.module .module-title {
    color: #DDDDDD;
    text-transform: uppercase;
}

.module h3 {
    color: #D87F27;
    
}

.modnews p {
    margin-left: 15px;
}

/* IE <= 8 Dirty Hack  */

.menu-hidden.level1 > span {
    display: none\9;
}	


#absolute {
    display: none\9;
}