﻿/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:				0;
	padding:			0;
}

body {
	background-color:	rgb(250,250,255);
	text-align:			left;
	min-width:			800px;
	font-family:		verdana, arial, "sans serif";
	font-size:			12px;
	color:				rgb(0,0,80);
	padding-top:		6px;
	padding-bottom:		6px;
}

.p_default{
	height:				20px;
}


/* Formulare */
form {
	display:			inline;	
}

input {
	border:				1px solid #6D808F;
	background-color:	#ffffff;
	font-size:			12px;
}

select {
	border:				1px solid #6D808F;
	background-color:	#ffffff;
	font-size:			12px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				rgb(0,0,225);
}

/* a:hover {
	text-decoration:	none;
	color:				rgb(255,75,0);
} */


/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				930px;
	position: 			relative;
	left: 				46%;
	margin-left:		-430px;
	background-color:	rgb(250,250,255);
	/*margin:			auto; */
}

#branding {
	position:			relative;
	width:				930px;
	height:				95px;
	/*border-top:		1px solid rgb(40,75,155);*/
	margin-bottom:		8px;
	background-color:	rgb(0,0,102);
	background-image: 	url(http://www.fetscher-car.de/shop/images/fetscher_logo.gif);
	background-repeat:	no-repeat;
}

/* Hauptnavigation */
#mainNav {
	width:				190px;
	float:				left;
	background-color:	rgb(215,225,255);
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				740px;
	float: 				right;
	margin-bottom:		10px;
}

#mainContent {
	width:				530px;
	min-height:			10px;
	float: 				left;
	border-left:		10px solid rgb(250,250,255);
}

#secondaryContent {
	width:				190px;
	float: 				right;
	background-color:	rgb(215,225,255);
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				930px;
	position: 			relative;
	left: 				46%;
	margin-top:			0;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	height:				30px;
	padding-top:		10px;
	padding-bottom:		10px;
	background-color:	rgb(250,250,255);
	border: 			1px solid rgb(100,135,215);
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				930px;
	position: 			relative;
	left: 				46%;
	margin-left:		-430px;
	background-color:	rgb(250,250,255); 
	/*margin:			auto; */
	/*background-image: url(http://localhost:8888/produkte/www.randshop.com/www.randshop.com_1_2_2/images/template/main_bg.gif);
	background-repeat: 	repeat-y; */
}

#CMScontent {
	width:				740px;
	float: 				right;
}

#CMSmainContent {
	width:				730px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid rgb(250,250,255);
}
