/*<![CDATA[*/
/**
 *	== identity ==========================================================
 *
 *             M a r i o s   M o t o r r a d   S h o p   G m b H
 *		             	  marios-motorrad-shop.de
 *
 *  	   C S S  -  H a u p t k o n f i g u r a t i o n s d a t e i
 *
 *	== package info ======================================================
 *
 *	@category		CSS file
 *	@package		pinkDots Theme
 *	@author 		Björn Wenzel <wenzel@stufe3.de>
 *	@copyright		2005-2010 Marios-Motorrad Shop GmbH
 *	@release		v1
 *
 *	== version info ======================================================
 *
 *	@last author	$Author: wenzel $
 *	@last changed	$Date: 2011-04-28 19:32:51 +0200 (Do, 28 Apr 2011) $
 *	@version		$Revision: 199 $
 *	@headURL		$URL: svn://svn.wg.de/www.marios-motorrad-shop.de/trunk/themes/pinkDots/src/css/mms_main.css $
 *	@since			available since Release v1
 *	@deprecated		no
 *
 *
 *	======================================================================
 */

/*	@group globale Elemente / vorbereitete Tags */
/*	== section =========================================================== */
body
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #C6C6C6;
	background-image: url(../../images/bg_pattern_white.png);
	background-repeat: repeat-y;
	color: #000000;
	height: 100%;
}

h1, h2, h3 , h4, h5, h6
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #E31159;
	font-weight: bold;
	/*border: 1px dashed red;*/
}
h1
{ 
	/*font-size: 1.4em; */
	font-size: 16pt;
	border-bottom: 1px solid #E31159;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
h2
{ 
	/*font-size: 1.2em;*/
	font-size: 14pt;
	color: #E31159;
	border-bottom: 1px solid #E31159;
}
h1.blue
{
	color: #3219a2;
	border-bottom: 1px solid #3219a2;
}
h2.blue
{ 
	/*font-size: 1.2em;*/
	font-size: 14pt;
	color: #3219a2;
	border-bottom: 1px solid #3219a2;
}
h3 { font-size: 1.1em; }
p  { 
	margin: 0px 0px 7px 0px; 
	font-size: 1.1em;
	line-height: 1.8;
}
/* 	@end */
/*	@group Menü und Inhalte */
/*	== section =========================================================== */
div.clear { clear: both; }
#full_content
{
	/* border: 1px dashed red; */
	width: 718px;
	/* margin-left: 31px; */ /* breit mit Hintergrundmotiv */
	margin-left: 30px;
	font-size:10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#header_flow
{
	/* border: 1px dashed blue; */
	height: 161px;
	background-image:url(../../images/header_bg_pattern_flow.png);
	background-repeat:repeat-x;
}
#header_line
{
	/* border: 1px dashed green; */
	height: 9px;
	background-color: #FFFFFF;
	background-image:url(../../images/header_bg_pattern_line.png);
	background-repeat:repeat-x;
}
#header_info
{
	/* border: 1px dashed black; */
	margin: 0px 0px 0px 0px;
	font-size:11px;
	height: 12px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:middle;
	padding: 11px 5px 12px 5px;
}
#header_info_left
{
	/* border: 1px dashed lightblue; */
	float: left;
	text-align:left;
	width:auto;
}
#header_info_right
{
	/* border: 1px dashed red; */
	height: 14px;
	/*background-color: #00FF99;*/
	background-image: url(../../images/header_traffic_light.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 47px;
	text-align:right;
}
#header_flow_left
{
	/* border: 1px dashed lightblue;*/
	float: left;
	text-align:left;
	width:auto;
	height: 151px;
}
#header_flow_right
{
	/* border: 1px dashed red; */
	text-align:right;
	height: 74px;
	background-image:url(../../images/header_logo.png);
	background-repeat:no-repeat;
	background-position:right;
}
#content
{
	border: 1px solid white; 
	padding: 0px 5px 0px 4px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../../images/content_bg_pattern.png);
	background-repeat: repeat-y; 
}
#menue
{
	/* border: 1px dashed red; */
	background-color:#FFFFFF;
	width: 148px;
	height: auto;
	float:left;
}
#main
{
	/* border: 1px dashed lightblue; */
	padding: 0px 0px 0px 0px;
	/*background-color: #0099CC;
	background-image: url(../../images/main_bg_pattern.png);
	background-repeat: repeat-y;*/
	width: 543px;
	height: auto;
	/* position:absolute;  */
	position: relative;
	left: 17px;
	float: left;
}
#footer
{
	/* border: 1px dashed blue; 
	position:absolute;
	top: 100%;
	margin-top: -30px;
	background-color:#FFFFFF;
	width: 718px;
	height: 30px;*/
	/* border: 1px dashed blue; */
	border: 1px solid white;
	position: relative;
	width: 716px;
	height: 27px;
	background-color:#FFFFFF;
}
#footer_inner {
	/* border: 1px dashed black; */
	height: 20px;
	margin: 4px 5px 5px 5px;
	background-image:url(../../images/footer_bg_pattern.png);
	background-repeat:repeat;
}
/* 	@end */
/*	@group alle Ebenen, Anker und ihre Pseudoatribute */
/*	== section =========================================================== */
#mspHeaderBikesAndQuads, 
#mspHeaderMainMenue
{
	/***************************************************************/
	/* Menüpunkte und Spacer                                       */
	/***************************************************************/
	display: block;
	position: relative;
	width: 148px;
	height: 25px;
}
#mspHeaderBikesAndQuads
{
	/***************************************************************/
	/* Menüpunkte und Spacer                                       */
	/***************************************************************/
	background-image: url(../../images/sprite_menue.png);
	background-position: 0 0;
	background-repeat: no-repeat;	
}
#mspHeaderMainMenue
{
	/***************************************************************/
	/* Menüpunkte und Spacer                                       */
	/***************************************************************/
	height: 34px;
	background-image: url(../../images/sprite_menue.png);
	background-position: 0 -161px;
	background-repeat: no-repeat;	
}
#mKawasaki, 	#mKawasaki:hover, 	#mKawasakiS,
#mTriumph,  	#mTriumph:hover,  	#mTriumphS,
#mPeugeot,  	#mPeugeot:hover,  	#mPeugeotS,
#mGebrauchte, 	#mGebrauchte:hover, #mGebrauchteS,
#mQuad, 		#mQuad:hover, 		#mQuadS,
#mStartseite, 	#mStartseite:hover, #mStartseiteS,
#mTermine, 		#mTermine:hover, 	#mTermineS,
#mMailing,		#mMailing:hover, 	#mMailingS,
#mBekleidung,  	#mBekleidung:hover, #mBekleidungS,
#mService,  	#mService:hover,  	#mServiceS,
#mKontakt,  	#mKontakt:hover,  	#mKontaktS,
#mImpressum,  	#mImpressum:hover,  #mImpressumS
{
	/***************************************************************/
	/* Menüpunkte und Spacer                                       */
	/***************************************************************/
	display: block;
	width: 148px;
	height: 34px;
	/*background-color:#CC6633;*/
	background-image: url(../../images/sprite_menue.png);
	background-repeat: no-repeat;
}

#mKawasaki			{ background-position: 0 -25px; }
#mKawasaki:hover	{ background-position: -296px -25px; }
#mKawasakiS			{ background-position: -148px -25px; }
#mTriumph			{ background-position: 0 -59px }
#mTriumph:hover		{ background-position: -296px -59px }
#mTriumphS			{ background-position: -148px -59px }
#mGebrauchte		{ background-position: 0 -127px }
#mGebrauchte:hover	{ background-position: -296px -127px; }
#mGebrauchteS		{ background-position: -148px -127px; }
#mQuad				{ background-position: 0 -93px; }
#mQuad:hover		{ background-position: -296px -93px; }
#mQuadS				{ background-position: -148px -93px; }

#mStartseite		{ background-position: 0 -195px; }
#mStartseite:hover	{ background-position: -296px -195px; }
#mStartseiteS		{ background-position: -148px -195px; }
#mTermine			{ background-position: 0 -229px; }
#mTermine:hover		{ background-position: -296px -229px; }
#mTermineS			{ background-position: -148px -229px; }
#mMailing			{ background-position: 0 -263px; }
#mMailing:hover		{ background-position: -296px -263px; }
#mMailingS			{ background-position: -148px -263px; }
#mBekleidung		{ background-position: 0 -297px; }
#mBekleidung:hover	{ background-position: -296px -297px; }
#mBekleidungS		{ background-position: -148px -297px; }
#mService			{ background-position: 0 -331px; }
#mService:hover		{ background-position: -296px -331px; }
#mServiceS			{ background-position: -148px -331px; }
#mKontakt			{ background-position: 0 -365px; }
#mKontakt:hover		{ background-position: -296px -365px; }
#mKontaktS			{ background-position: -148px -365px; }
#mImpressum			{ background-position: 0 -399px; }
#mImpressum:hover	{ background-position: -296px -399px; }
#mImpressumS		{ background-position: -148px -399px; }

/* 	@end */
/*	@group sonstige mehrfach verwendete Klassen	*/
/*	== section =========================================================== */
.content_block_red
{
	/* border: 1px dashed green; */
	padding: 30px 5px 5px 5px;
	width: 533px;
	background-image:url(../../images/block_header_red.png);
	background-repeat:no-repeat;
	float:left;
	text-align:justify;
}
.content_block_yellow {
	/* border: 1px dashed green; */
	padding: 30px 5px 5px 5px;
	width: 533px;
	background-image:url(../../images/block_header_yellow.png);
	background-repeat:no-repeat;
	float:left;
	text-align:justify;
}
.content_block_green {
	/* border: 1px dashed green; */
	padding: 30px 5px 5px 5px;
	width: 532px;
	background-image: url(../../images/block_header_green.png);
	background-repeat: no-repeat;
	float: left;
	text-align: justify;
}
.content_block_grey {
	/* border: 1px dashed black; */
	padding: 0px 0px 5px 5px;
	width: 542px;
	background-image: url(../../images/main_bg_pattern.png);
	background-repeat:repeat-y;
}
.content_header_red
{
	background-image: url(../../images/block_header_red.png);
	background-repeat: no-repeat;
	background-color: #FF0000;
}
.content_block
{
	width: 542px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #FFFFFF;
	text-align: justify;
}
td.content_td {
	padding: 2px 5px 5px 5px;
	background-image:url(../../images/main_bg_pattern.png);
	background-repeat:repeat-y;
	text-align:justify;
}
td.underline {
	border-bottom: 1px dashed red;
	color:#0099FF;	 
}
table.table_kontakt {
	padding: 0px 0px 0px 0px;
}
td.info10 {

	font-size:10px;
	padding: 2px 4px 2px 0px;
}
.warn {
	color:#FF3333;
}
.content_block_right {
	/* border: 1px dashed black;*/
	padding: 28px 5px 5px 5px;
	float: left;
	background-image: url(../../images/main_bg_pattern.png);
	background-repeat: repeat-y;
}
.content_spacer {
	height: 10px;
	background-color:#FFFFFF;
	clear:both;
}
/* 	@end */
/*	@group sonstige mehrfach verwendete Klassen */
/*	== section =========================================================== */
.txt10 		{ font-size: 10px; }
.txt11 		{ font-size: 11px; }
.txt12 		{ font-size: 12px; }
.txt14 		{ font-size: 14px; }
.txt16 		{ font-size: 16px; }
.red   		{ color: #CC0000; }
.magenta  	{ color: #E1367A; }
.green 		{ color: #00CC00; }
.blue		{ color: #3219a2; }
.color1 	{ color: #990033}
.color2 	{ color: #FF9933}
.white		{ color: #ffffff; }
.black		{ color: #000000; }
.orange 	{ color: #FF6600; }
.clear		{ clear: both; }
.alCenter	{ text-align: center; }
.alLeft		{ text-align: left; }
.alert		{ color: #CC0000; }
.bold	    { font-weight: bold; }

/* 	@end */
/*	@group Formatierung von Ankern */
/*	== section =========================================================== */
a:link, a:visited, a:active, a:hover 
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a:link {
	color:#DD0000;
}
a:visited {
	color: #DD0000;
}
a:active {
	color: #336633;
}
a:hover {
	text-decoration: underline;
	color: #336633;
}
a.location:link, a.location:visited, a.location:active, a.location:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.location:link {
	color:#000000;
}
a.location:visited {
	color: #000000;
}
a.location:active {
	color: #E1367A;
}
a.location:hover {
	text-decoration: underline;
	color: #E1367A;
}

/* 	@end */

/*  @group Gebrauchte */
table.gebrauchte {
	
}
.gebrauchte tr:nth-child(odd) {
	background-color: #F8F8F8;
}
ul.features {
	margin: 0;
	padding: 0;
}
ul.features li {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 5px;
}
/*  @end */

/*	@group Bildklassen */
/*	== section =========================================================== */
img.left 
{
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}
img.right 
{
	margin-left: 10px;
	margin-top: 4px;
}
img.imgleft {
	margin-right: 10px;
}
/* 	@end */
/*	@group Formularklassen */
/*	== section =========================================================== */
#email_name,
#email_from,
#email_phone,
#email_subject
{
	width: 298px;
    height: 18px;
    line-height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #666666;
}
#email_message
{
	width: 300px;
    height: 150px;
    line-height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #666666;
}
/* 	@end */
/**
 *
 *  	C S S  -  H a u p t k o n f i g u r a t i o n s d a t e i
 *				 E N D E  d e r  D E F I N I T I O N E N
 *
 */
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/*]]>*/

