/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:		0;
	padding:	0;
}

body {
	text-align:	left;
	min-width:	760px;
	background-imagea: #C2D5E4 url(headbg.jpg) 0 0 repeat-x;
	background-color: #e2ebee;
	font-family:	verdana, arial, "sans serif";
	font-size:		11px;
	padding-top:		0px;
}

.p_default{
	height:				20px;
}


/* Formulare */
form {
	display:			inline;	
}

input {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
}

select {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				#3c5ac9;
}


a.copyright {

	color: #666666;
	
	}

/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	/*background-color:	#ffffff;*/ 
	background-images: url(http://localhost//www.randshop.com_1_3/images/template/main_bg.gif);
	background-color: #e2ebee;
	background-repeat: repeat-y;
	/*margin:				auto; */
}

#branding {
	position:			relative;
	width:				888px;
	height:				100px;
	borders:			1px solid #0D141C;
	margin-bottom:		3px;
	background-color:   #e2ebee
}

/* Hauptnavigation */
#mainNav {
	width:				170px;
	float:				left;
	background-color:	#D0D5D9;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				720px;
	float: 				right;
	
}

#mainContent {
	width:				530px !important;
	width:				538px; /* nur für den IE */
	min-height:			10px;
	float:				left;
	border-left:		10px solid #e2ebee;
}

#secondaryContent {
	width:				170px;
	float:				right;
	background-color:	#D0D5D9;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	height:				30px;
	width:				890px;
	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;
}