/* ######################################################################################################
** Allgemeine Angaben  
** ######################################################################################################
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

body {
	min-height: 101%;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #4B4B4B;
	line-height: 140%;
	behavior: url("csshover.htc");
}

/* Standardrahmen zurücksetzen */
fieldset,img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */
select,input,textarea {
	font-size: 99%
}

h3, h5, h5 a{
	color: #fb0908;
	font-size: 13px;
	text-decoration: none;
}

ul,ol,dl {
	margin: 0 0 1em 1em;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 2em;
}

blockquote,cite {
	margin: 0 0 1em 1.5em;
	font-size: 11px;
	width: auto;
}

p,ul,dd,dt {
	line-height: 140%;
	margin-top: 5px;
}

strong {
	font-weight: bold;
}

em,i {
	font-style: italic;
}

pre,code {
	
}

address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #eee solid;
}

acronym,abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

sup {
	font-size: 9px !important;
}

a,a em.file {
	background: transparent;
	text-decoration: none;
	color: #000;
}
.article_seperator{
	display:none;
}

.inaktiv{
	display: none;
}

/* ######################################################################################################
** News/Content-Bereich der Startseite  
** ######################################################################################################
*/

#mainbody-content-frontpage {
	padding: 0;
}

#mainbody-content-frontpage table{
	border-collapse: collapse;
}

#mainbody-content-frontpage td{
	padding: 0;
}
#mainbody-content-frontpage a{
	text-decoration: underline;
	color: #000;
}
#mainbody-content-frontpage h5 a{
	text-decoration: none;
	color: #fb0908;

}
#mainbody-content-frontpage a:hover{
	color: #fb0908;
}

#mainbody-content{
	margin: 0;
	padding: 2px 0 0 0;
}


/* ######################################################################################################
** Service-Modul  
** ######################################################################################################
*/
#service {
	margin: 20px 0 0px 0;
	padding: 0;
}

#service ul {
	border-top: 0px dotted #123;
	border-bottom: 0px dotted #123;
}

#service li {
	border: 0px !important;
}

#service a {
	margin: 0 !important; 
	font-size: 10px;
	color: #666;
}


/* ######################################################################################################
** Footer  
** ######################################################################################################
*/
#footer-content {
	float: left;
	padding: 5px 20px 0 0;
	border-top: 1px solid #fb0908;
	padding:5px 20px 0 0;
    width:93%;
    margin-left: 20px;
}

#footer-content a {
	color: #999999;
	text-decoration: none;
	margin-left: 10px;
}

#footer-content a:hover {
	text-decoration: none;
}

/* ######################################################################################################
** Blätternavigation  
** ######################################################################################################
*/
#navigator {
	margin: 5px 0 20px 15px;
}

#navigator a {
	display: inline !important;
}

#navigator input {
	position: relative;
	width: 50px;
	top: -5px;
	border: 1px solid #a5acb2;
	padding: 1px;
	background: #fff;
}

/* ######################################################################################################
** Oberes horizontales Menü  
** ######################################################################################################
*/
#topmenu-content ul {
	margin: 5px 10px 5px 0;
}

#topmenu-content li {
	float: right;
	display: inline;
}

#topmenu-content li a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 10px;
}

#topmenu-content #active_menu,.mainlevel_active {
	text-decoration: none;
}

#topmenu-content a:hover {
	text-decoration: underline;
}

#topmenu-content a.mainlevel_current,#topmenu-content a.mainlevel_active
	{
	
	text-decoration: underline;
	
}

/* ######################################################################################################
** Linkes vertikales Menü  (IE6 nutzt die JS-Datei csshover.htc für den Aufklappeffekt)
** ######################################################################################################
*/
#leftcolumn ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	width: 180px;
	background: #fff !important;
}

#leftcolumn li {
	display: block;
	z-index: 9;
	position: relative;
	margin: 0;
	padding: 2px 10px 2px 10px;
	border-bottom: 0px solid #eee;
	text-align: right;
	line-height: 13px;
}

#leftcolumn li a{
	font-weight: bold;
	font-size: 10px;
}

#leftcolumn li:hover{
	z-index: 15;
}

#leftcolumn li:hover a{
	color: #fb0908;
}

#leftcolumn li:hover li a{
	color: #000;
}

#leftcolumn li:hover li a:hover{
	color: #fb0908;
}

#leftcolumn ul ul {
	position: absolute;
	display: none;
	right: -180px;
	top: 0px;
	text-align: left !important;
	padding: 0 0 0 0px;
	width: 180px;
	background: #e7e7e7 !important;
}

#leftcolumn li:hover ul ul {
	display: none;
}

#leftcolumn li li {
	margin: 0;
	z-index: 9;
	padding: 3px 0 3px 10px;
	width: 170px;
	text-align: left;
}

#leftcolumn li:hover ul,#leftcolumn li:hover li:hover ul {
	display: block;
}

#leftcolumn li:hover ul ul li ul {
	display: none;
}

#leftcolumn li li:hover {
}

#leftcolumn li li:hover a{
	color: #fb0908;
}

#leftcolumn a:hover {
	color: #fb0908;
}

#leftcolumn .mainlevel_active{
	color: #fb0908;
}

/* ######################################################################################################
** Suche + Suchformular
** ######################################################################################################
*/
#search {
	margin: 1px 0px 10px 9px;
}

#search .go{
	display: none;
}

input.search {
	position: relative;
	width: 100px;
	margin: 0 ;
	padding: 3px;
	top: 3px;
	border: 1px solid #a5acb2;
	background: #fff;
}

#search_results {
	margin: 0;
}

#search_results a {
	font-weight: bold;
}

#search_results a:hover {
	text-decoration: underline;
}

#search_results div.componentheading {
	display: none;
}

#search_results td {
	padding: 0 0 10px 0;
	font-size: 11px;
}

/* ######################################################################################################
** Warenkorb/Merkliste
** ######################################################################################################
*/

#cart{
	padding: 30px;
}
#cart h3{
	font-size: 12px;
	padding: 0 0 10px 0;
}
#cart p{
	margin: 10px 0 10px 0;
}
#cart table{
	width: 465px;
	border-collapse: collapse;
	margin: 10px 0 20px 0; 
}
#cart td{
	border: 1px solid #ccc;
	padding: 2px 0 2px 10px;
	font-size: 11px;
}
#cart a{
	color: #000;
}

#cart tr:hover, #cart tr:hover td a{
	color: red;
	text-decoration: none;
}

#cart a:hover{
	text-decoration: none;
	color: red;
}


/* ###############################################################
** Obere Menüleiste
** ###############################################################
*/
.top {
	position: absolute;
	top: 0;
	left: 450px !important;
	background: transparent;
	margin: 0px !important;
	padding: 0px !important;
	width: 500px !important;
}

.top td {
	background: transparent;
	text-align: right;
	padding: 3px;
	text-align: center;
}

.top td a{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.top ul {
	height: 20px;
	display: inline;
	width: 150px;
	float: right;
}

.top ul li {
	display: inline;
	float: right;
}

.img {
	margin: 0;
	padding: 0;
	/*position: absolute;*/
}
/* ######################################################################################################
** Suchmaske + Ergebnisse  
** ######################################################################################################
*/
input.search {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #858585;
	border-left: 1px solid #858585;
	width: 130px;
	padding: 1px 0 1px 0;
	margin: -2px 0 0 0;
}

#search-results {
	margin: 0;
	padding: 20px 0 0 20px;
}

#search-results div.componentheading {
	display: none;
}

#search-results td {
	padding: 0 0 10px 0;
	font-size: 11px;
}

.jflanguageselection{
	margin: 0 90px 0 0;
	padding: 0;
	height:30px;
}

/* ######################################################################################################
** Disclaimer  
** ######################################################################################################
*/
.disclaimer {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	line-height: 10px !important;
	margin: 50px 0px 0px 0px !important;
	padding: 11px !important;
	width: 170px !important;
	color: #000;
}
.disclaimer p{
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	line-height: 11px !important;
	color: #000;
}

/* ######################################################################################################
** TOPNAV  
** ######################################################################################################
*/

#flash{
position:absolute;
top: 141px;
left: 600px;
}

#leftcolumn-content{
display: none;
}

#mainmenu-content{
position:absolute;
top:80px;
left: 81px;
}
#mainmenu-content ul li{
list-style-type: none;
float:left;
margin-right: 5px;
}
#mainmenu-content ul li a{
color: #fff;
font-weight: bold;
}
#mainmenu-content-top{
position:absolute;
top:65px;
left: 140px;
}
#mainmenu-content-top ul li{
list-style-type: none;
float:left;
margin-right: 10px;
}
#mainmenu-content-top ul li a{
color: #fff;
font-weight: bold;
}
#mainmenu-content-top  .inact{
font-weight: bold;
color: #990000;
}

#footer-content .left{
float:left;
color:#FB0908;
}
#footer-content .right{
float:right;
}
/* ######################################################################################################
** STARTSEITE  
** ######################################################################################################
*/
#mainbody-content-frontpage .teaser{
                width: 440px;
                float: left;
                margin-right: 40px;
            }
#mainbody-content-frontpage .teaser h2{
                color: #fb0908;
                font-size: 15px;
                margin-bottom: 15px;
            }
#mainbody-content-frontpage .teaser .inner{
                background-color: #e3e3e3;
                height: 200px;
                padding:0 20px;
            }
#mainbody-content-frontpage .teaser .innersp{
                background-color: #e3e3e3;
                height: 200px;
                padding:0 0px;
            }
#mainbody-content-frontpage .teaser .inner img, #mainbody-content-frontpage .teaser .innersp img{
                margin-right: 10px;
            }
#mainbody-content-frontpage .teaser .inner h3, #mainbody-content-frontpage .teaser .innersp h3{
                color: #fb0908;
                font-size: 14px;
                padding-top: 15px;
            }
#mainbody-content-frontpage .teaser .inner p, .teaser p.more{
                font-size: 10px;
                margin: 10px 0 0 0;
            }
#mainbody-content-frontpage .teaser p.more{
                text-align: right;
margin-top:5px;
                margin-bottom:15px;
            }
#mainbody-content-frontpage .teaser p.more a{
                color: #fb0908;
                text-decoration: none;
            }
#mainbody-content-frontpage  .startheader{
                margin: 25px 0 45px 0;
}
#mainbody-content-frontpage  .startheader h5{
                color: #b96455;
                font-size: 13px;
}
#mainbody-content-frontpage  .startheader h4{
                color: #fb0908;
                font-size: 15px;
                margin-top: 5px;
}