/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
	font-family: Tahoma,Verdana,Helvetica,Arial,Geneva,sans-serif;
}



#page {
	width: 990px;
	margin: 0 auto;
}

#header {
	background-color: white;
	height: 80px;	
}


#header_logo {
	background-color: white;
	margin-top: 10px;
	width: 330px;
	float: left;	
}

#header_logo img{
	width: 330px;
}


#slider {
	background-color: #9e641b;
	width: 990px;
	height: 200px;
}

#kategorie_outer {
	position: relative;
	top: -16px;
	background-color: #B15508;
	width: 990px;
	height: 30px;
	margin: 0px 0px;
	border-bottom: 3px solid #B10623;
}

#menu {
	float: right;
}

#content {
	position: relative;
	top: -16px;
	border-top: 2px solid #ffffff;
	font-size: 14px;
	background-color: #EAC679;
	color: #a14d08;
	min-height: 400px;
	padding: 15px 10px 15px 10px;
}

#footer_outer {
	position: relative;
	top: -16px;	
	position: relative;
	background-color: #B15508;
	height: 26px;
	border-bottom: 3px solid #B10623;
}

#footer_left {
	position: absolute;
	border: 0px solid green;
	color: #ffffff;
	font-size: 12px;	
	padding: 5px 0px 0px 10px; 
}

h1 {
	margin: 0px;
	color: #703504;
	font-size: 18px;	
}

h2 {
	font-size: 16px;
	color: #703504;
}

h3 {
	font-size: 16px;
	color: #703504;
}

h4 {
	font-size: 14px;
	/*color: #703504;*/
}


.clr {
	clear: both;
}


.pull-right {
	float: right;
}

a {
	color: #e00a3b
}

#tableft {
border: 0px solid green;
	float: left;
	width: 48%;
	padding: 0px 0px 0px 0px;
}

#tabright {
border: 0px solid green;
	margin-left: 30px;
	float: left;
	width: 48%;
}

.full {
	width: 100%;	
}

.minus_r {
	width: 720px;
	float: left;
}

#rightbox {
    border-color: #ddd #aaa #aaa #ddd;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 8px #B15508; /*#B16408;*/
    float: right;
    min-height: 500px;
    padding: 2px 5px;
	width: 220px;
/*	margin: -525px 35px 3px 4px;
	width: 175px;*/
    
}

.liste1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}

/* Horizontales Menü */
._mainmenu ul {
		margin: 0px 0px 0px 0px;
		padding-top: 9px;
		float: right;
}

._mainmenu {
	margin: 0px 0px 0px 0px;
}

._mainmenu li {
	display: inline;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #000000;	
}

._mainmenu li:last-child {border-right: none;}

._mainmenu li a {
	text-decoration: none;
	color: #000000;
}

._mainmenu .current a {
	color: #e00a3b;	
	text-decoration: none;
}

._mainmenu li a:hover {
	text-decoration: underline;
}


/* Katmenu */
/* Menü Kategorie*/
._katmenu {
	padding: 5px 0px 5px 0px;	
}

._katmenu li {
	display: inline;
	
	
}

._katmenu li a {
	text-decoration: none;
	padding: 5px 20px;
	color: #ffffff;
}

._katmenu .current a {
	background-color: #B10623;
	padding: 5px 20px;
}

/* Footer Menü */
#footer_menu li {	
	display: inline;
	padding: 0px 15px 0px 13px;
	border-right: 0px solid #000000;
}

#footer_menu li:last-child {border-right: none;}

#footer_menu ul {
	margin: 30px 0px 0px 0px;
	float: right;
	padding: 0px 0px 0px 0px;	
}

#footer_menu li a {
	font-size: 12px;
	text-decoration: none;	
	color: #000000;
}

#footer_menu li a:hover {
	text-decoration: underline;
}

#footer_menu .current a{
	color: #e00a3b;
	text-decoration: none;
}