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

body {
	text-align:	left;
	min-width:	760px;
	font-family:	Arial,Helvetica, "sans serif";
	font-size:		13px;
 
  
	padding-top:		5px;
background-image:url('neubgr.jpg');
background-repeat:repeat-x;
	background-color:#f2f2f2;
}

.p_default{
	height:				20px;
}

/* Formulare */

form {
	display:			inline;	
}

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

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

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

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

a {
	text-decoration:	none;
	color:				#702D03;
}

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

/* Kompletter Rahmen aussen */

#wrapper {
	width: 				990px;
	position: 			relative;
	left: 				50%;
	margin-left:		-480px;
	
	background-color:	#f2f2f2;
	/*background-image: url(http://test.gold-dreams.de//images/template/main_bg.gif);*/
	/*background-image: url(http://test.gold-dreams.de//images/shop_logo.gif);*/
	/*background-repeat: repeat-y;*/
	/*margin:				auto; */
}

#branding {
	position:			relative;
	width:				990px;
	height:				100px;
	
	
	background-image: url(https://www.gold-silber-bullion.de/images/Gold-Silber-Bullion_Logo.jpg);
	
}

/* Hauptnavigation */

#mainNav {
	width:				170px;
	float:				left;

}
/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				820px;
	float: 				right;
	
	background-color:	#f2f2f2;
	
}

#mainContent {
	width:				530px;
	min-height:			10px;
	float:				left;
	border-left:		65px solid #f2f2f2;
	
	background-color:	#f2f2f2;
	
}

#secondaryContent {
	width:				171px;
	float:				right;
	background-color:	#999999;
}

/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#footer {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-500px;
	clear:				both;
	text-align:			center;
	height:				30px;
	padding-top:		40px;
	
}
/******************* CMS *******************/
#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#c0c0c0; 
	/*background-image: url(http://test.gold-dreams.de//images/template/cms_bg.gif);
	background-repeat: repeat-y;
	background-repeat: repeat-y; */
}

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

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