/*
Version: 1.0
Creator: Raphael GmbH

    Inhaltsverzeichnis:

    0. ...... Grundlegende Deklarationen
    1. ...... Allgemeingültige Element-Formatierungen
    2. ...... Allgemeingültige Klassen-Angaben
    3. ...... IDs (von oben nach unten)
    3.1 ..... Kopfbereich
    3.2 ..... Navigation
    3.3 ..... Bildbereich
    3.4 ..... Inhaltsbereich
    4. ...... Spezielle Angaben
*/

/*
** 0. Grundlegende Deklarationen 
*/

.csc-textpic dl{
	margin: 0 !important;
	padding: 0 !important;
	display: none;
}

.csc-textpic img{
	display: block;
	margin: 0;
}


body {
	background-color: #FFF !important;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0;
	color: #000 !important;
}

a {
	color: #E20A17;
	text-decoration: none;
}

a:hover {
	color: #E20A17;
	text-decoration: none;
}

a:active {
	color: #E20A17;
}

img {
	border: 0;
}

#Header {
	background-color: #FFF;
	height: 113px;
	width: 100%;
}


#logo {
	position: absolute;
	left: 0px;
	top:0;
}

#schriftzug {
	display: none;
}


/** ------------------------------------------------------------------------------------Statische Top Navi ------------------------------------------------------------------------------------**/
#Topnavi {
	display: none;
}

#subnav {
	display: none;
}



#col1 {
	display: none;
}

#col2 {
	width: 540px;
}

#col2 .padd{
	font-size: 13px;
	color: #FFF;
}

#col2 .padd h2{
	margin-top: 5px;
	padding-left: 3px;
	font-size: 16px;
	font-weight: bold;
}

#col2 table{
	color: #FFF;
}

#col2 .contenbutton {
	display:none;
}

#col2 .contenbutton #nTop {
	margin-left: 10px;
}

#col2 .contenbutton #nBack {
	margin-left: 20px;
}

#col2 .contenbutton #nPrint {
	margin-left: 320px;
}

#col3 {
	display: none;
}


#Footer {
	display:none;
}

#Footer .bottomNavi{
	list-style: none;
	left: 155px;
	position: absolute;
	top:0px;
	margin-top: 0;
}

#Footer .bottomNavi li{
	float:left;
	margin-right: 25px;
}

#Footer .bottomNavi li a{
	color: #F7E300;
	font-weight: bold;
}

#Footer .copyright{
	left: 725px;
	position: absolute;
	top:0px;
}


/***************RAHMEN************/

.border_black {
	background-color: #FFF;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin:0;
}

.border_black p{
margin: 0;
}

.border_white {
	background-color: #FFF;
	padding: 3px;
	margin:0;
	color: #000;
}

.border_white p{
	margin: 0;
}

.border_white strong {
	color: #000;
	font-weight: bold;
	background-color: #ED1D24;
}

.border_white h1{
	font-size: 15px;
}

.border_red {
	background-color:#000;
	color: #FFF;
	padding: 3px;
	margin:0;
}

.border_red p{
	margin: 0;
	padding-right: 2px;
}

.border_green {
	padding: 3px;
	margin:0;
	color: #000;
}

.border_green p{
	margin: 0;
}

.fblack p{
	margin: 0;
}

.border_angebote {
	font-size:16px;
	margin-left: 10px;
}

.border_angebote strong{
	background-color: #ED1D24;
	color: #F7E300;
}

.fblack {
	color: #000 !important;
}

/*** Kontaktformular **/
fieldset {
	border: 0;
	color: #000;
	padding: 10px;
}

fieldset label {
	display: block;
	float: left;
	width: 70px;
}

fieldset .abschicken {
	background: url(images/absenden.gif);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 13px;
	width: 76px;
}

/****Artikelansicht***/


.pagenav {
	clear: left;
	color: white;
	clear: both;
	padding: 3px;
	width: 530px;
}

.pagenav a {
	color: white;
}

.artikel {
	background: #FFF;
	color: #000;
	float: left;
	margin: 0 3px 10px 3px;
	min-height: 220px;
	height: 223px;
	width: 260px;
	border:1px solid;
	position:relative;
}

.artikel .header {
	background-color: #ED1D24;
}

.artikel h1 {
	color: #FFF;
	font-size: 13px;
	padding-left: 2px;
	margin: 0;
	width:210px;
	float:left;
}

.artikel span{
	color: #FFF;
	position: absolute;
	right: 0;
}

.artikel .Text {
	padding: 2px;
	width: 156px;
	float: left;
}

.artikel .thumb{
	width: 100px;
	float: left;
	overflow: hidden;
	text-align: right;
}


.artikelansicht {
	margin-top: 10px;
	width: 538px;
}

.artikelansicht h1 {
	background: #E2001A;
	color: white;
	font-size: 15px;
	margin: 2px 0;
	padding: 3px 5px;
}

.artikelansicht .produktbild {
	text-align: center;
}




