/* *********************** 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:	E7E2E2
;
}

.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:				#702D03;
}



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				889px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	/*background-color:	#FFFAE4;*/ 
	background-image: url(http://www.walk-of-fame-presents.com/images/template/main_bg.gif);
	background-repeat: repeat-y;
	/*margin:				auto; */
	z-index:			40;
}

#branding {
	position:			relative;
	width:				889px;
	height:				200px;
	border:				1px solid #0D141C;
	background-color:	#DEC9AD;
	background-image: url(http://www.walk-of-fame-presents.com/images/template/head.jpg);
	background-repeat: repeat-y;
}

#branding[id] {
	width:				887px;
}

/* Hauptnavigation */
#mainNav {
	width:				148px;
	float:				left;
	background-color:	#FFFAE4;
	border-right:		1px solid #DEC9AD;
	height:				700px;
}

#mainNav[id] {
	width:				148px;
	float:				left;
	background-color:	#FFFAE4;
	border-right:		1px solid #DEC9AD;
	min-height:			700px;
	height:				auto;
}


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

#content[id] {
	width:				740px;
	float: 				right;
	background-color:	#FFFAE4;
	min-height:			870px;
	height:				auto;
}

#mainContent {
	position:			relative;
	top:				30px;
	width:				575px;
	height:				870px;
	float:				left;
	border-left:		10px solid #FFFAE4;
}

#mainContent[id] {
  	position:			relative;
	top:				30px;
	width:				570px;
	min-height:			870px;
	height:				auto;
	float:				left;
	border-left:		10px solid #FFFAE4;
}

#secondaryContent {
	width:				148px;
	float:				right;
	height:				700px;
	border-left:		1px solid #DEC9AD;
}

#secondaryContent[id] {
	width:				148px;
	float:				right;
	min-height:			700px;
	height:				auto;
	border-left:		1px solid #DEC9AD;
}


/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 				889px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	height:				30px;
	width:				890px;
	padding-top:		40px;
	color:				#FFFAE4;
}

#footer a {
	color:				#000000;
}


		
/******************* CMS *******************/

#CMSwrapper {
	width: 				889px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	/*background-color:	#FFFAE4;*/ 
	background-image: url(http://www.walk-of-fame-presents.com/images/template/main_bg.gif);
	background-repeat: repeat-y;
	/*margin:				auto; */
}

#CMScontent {
	width:				740px;
	float: 				right;
	background-color:	#FFFAE4;
	height:				700px;
}

#CMScontent[id] {
	width:				740px;
	float: 				right;
	background-color:	#FFFAE4;
	min-height:			700px;
	height:				auto;
}


#CMSmainContent {
	position:			relative;
	top:				30px;
	width:				720px;
	height:				670px;
	float:				left;
	border-left:		10px solid #FFFAE4;
}

#CMSmainContent[id] {
  	position:			relative;
	top:				30px;
	width:				720px;
	min-height:			670px;
	height:				auto;
	float:				left;
	border-left:		10px solid #FFFAE4;
}
