/* *********************** 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-color:#b3c0d0;
}

.p_default{
	height:				20px;
}
.fliess {  
  color:#000;
}

/* Formulare */
form {
	display:			inline;	
}

input {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
}
input.standard {
  border:0;
  background:none;
}

select {
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;	
}
legend.standard {padding:0;color:#000;}
.higrubild {
  background-image:url(http://www.bootsschuhe.de/images/higru-allgemein.jpg);
  background-repeat:no-repeat;
  height:400px;
  width:100%;
  padding:0;
  margin:0;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				#702D03;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-493px;		
	background-color:	transparent;
	background-image:url(http://www.bootsschuhe.de/images/higru-main.jpg);
	background-repeat:repeat-y;
	border:0;
}

#branding {
	position:			relative;
	width:				980px;
	height:				120px;		border-bottom:		5px solid #B5A66D;
	background-color:	#ffffff;
	background-image:url(http://www.bootsschuhe.de/images/kopfzeile.jpg);
	background-repeat:no-repeat;
}

/* Hauptnavigation */
#mainNav {
	width:				205px;
	float:				left;	
	border-top:				1px solid #0D141C;
	min-height:800px;	
	background-color:	transparent;	
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				775px;
	float: 				right;
	background-color:#transparent;	
	border-top:				1px solid #0D141C;
}

#mainContent {
	width:				570px;	
	min-height:			10px;
	float:				left;
	padding: 5px 0px 0px 0px;	
  background-color:#fff;	
}

#secondaryContent {
	width:				191px;
	float:				right;	
  background-color:	transparent;  	
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-490px;
	clear:				both;
	text-align:			center;
	height:				40px;	
	padding-top:		10px;
	background-color:	#B3C0D0;  
  border-top:				1px solid #fff;  		
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-490px;
	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:				775px;
	float: 				right;
}

#CMSmainContent {
	width:				575px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}
