@charset "utf-8";
/* CSS Document */

html, body 
{ 
    width: 100%; 
    height: 100%; 
    margin: 0; 
	background-color:#FFF;
} 


/**********************/
/* VARIABLEN CSS Start*/

img {
	max-width:700px;
}

a {
    color:#FFF;
    text-decoration:underline;
	/* text-shadow:black 2px 1px;  */
    }


/* VARIABLEN CSS ENDE*/
/*********************/
/* HEADER CSS START*/

.tabelle_header {
	width:700px;
	border:none;
	background-color:#000;
	border-spacing:2px;
}

.zeile_header_top {
    border:none;
	width:700px;
}

.tabelle_header_divider {
	background-image:url(http://www.moto24.de/ebayshop/motodiscount/bsp1/img/divider.png);
    border:none;
	width:700px;
	height:15px;
}
	
.zeile_header_divider {
	height:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
}


/* HEADER CSS ENDE*/
/*************************************************************************************************************************************************/
/* BODY CSS START */


.tabelle_body {
	width:100%;
	height:100%;
	margin:0;
	border:none;
	background-color:#FFF;
}


.tabelle_content {
	width:800px;
	height:auto;
    background-color:#000;
	border:none;
}


.tabelle_content_normal {
	width:700px;
	border:none;
	padding:0;
}

.tabelle_content_eyecatcher {
	border:none;
	padding:0;
	height:135px;
}

.tabelle_content_csb {
    width:700px;
	max-width:700px;
	height:auto;
	border:none;
	padding:0;
	background-color:#FFF;
}

.tabelle_content_aboutus {
	width:700px;
	height:auto;
	border:none;
	padding:0;
	background-color:#000;
}


.tabelle_content_impressum {
	width:700px;
	height:auto;
	border:none;
	padding:0;
	background-color:#000;
}


.tabelle_partnermarken_unterbau {
	width:700px;
	height:190px;
	border:none;
	padding:0;
	background-color:#000;
}


.tabelle_partnermarken {
	width:630px;
	height:173px;
	border:none;
	padding:0;
	background-color:#FFF;
}


.zeile_content_impressum {
	width:350px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	padding-left:40px;
	text-align:left;
}
	
	
.zeile_content_impressum_rot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#F00;
}


.tabelle_navigation {
	width:260px;
	height:100%;
	border:none;
	padding:0;
	background-color:#F00;
}

.tabelle_navigation_grey {
	width:200px;
	height:100%;
	margin:0;
	border:none;
	padding:0;
	background-color:#808080;
}


.tabelle_navigation_content {
	width:160px;
	height:100%;
	border:none;
	padding:0;
	background-color:#333333;
}


.zeile_navigation_text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:10px;
	text-align:left;
}


.zeile_navigation_beschreibung {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
}


.tabelle_spacer {
	width:200px;
	height:100%;
	border:none;
	padding:0;
	background-color:#F00;
}

.tabelle_end {
	width:auto;
	height:100%;
	border:none;
	padding:0;
	background-color:#FFF;
}





/* BODY CSS ENDE*/

	
	
