/* *********************** Grundinformationen *********************** */

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

body {
	text-align:	left;
	min-width:	760px;
	font-family:	verdana, arial, "sans serif";
	font-size:		11px;
	padding-top:		5px;
	background-image:url(bg_master.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	
}

ol {
	position: relative;
	margin-left: 25px;
	}

.p_default{
	height:				20px;
}


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

input {
	border:				1px solid #999999;
	background-color:	#ffffff;
	font-size:			10px;
	color:#666666;
}

select {
	border:				1px solid #999999;
/*	background-color:	#eeeeee;
*/	font-size:			10px;
	color:#666666;
}

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





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

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



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				778px;
	position: relative;
	left: 				50%;
	margin-left:		-394px;
	/*border-left:				1px solid #cccccc;*/
	/*background-color:	#ffffff;*/ 
	/*margin:				auto; */
}

#branding {
	position:			relative;
	width:				788px;
	height:				150px;
	padding-right:		20px;
}


/* Hauptnavigation */
#mainNav {
	width:				160px;
	float:				left;
	background-color:	transparent;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				610px;
	float: 				right;
}

#mainContent {
	width:				420px;
	min-height:			10px;
	float:				left;
	/*border-left:		10px solid #ffffff;*/
}

#secondaryContent {
	width:				160px;
	float:				right;
	background-color:	#eeeeee;
	border-left:				1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				780px;
	position: 			relative;
	left: 				50%;
	margin-left:		-395px;
	clear:				both;
	text-align:			center;
	height:				30px;
	padding-top:		20px;
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#ffffff; 
	/*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; 
	background-image: url(http://localhost//www.randshop.com_1_3/images/template/cms_bg.gif);
	background-repeat: repeat-y;*/
}

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

#CMSmainContent {
	width:				710px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}
