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

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

body {
	text-align:	left;
	min-width:	860px;
  background-color: #ffd794;
	font-family:	verdana, arial, sans serif;
	font-size:		11px;
	padding-top:		5px;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;		
	background-color:	#FFD794;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;
	color:				#ffffff;
}

h1 a {
	color:				#ffffff;
}

h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

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

fieldset {
	border:				1px solid #ffffff;
	background-color:	#FFD794;
	padding:			5px;
}

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

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

input.radio {
	border:				0px;
	background-color:	#edeff0;
	width:				15px;
}

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





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

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



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				1045px;
	position: 			relative;
	left: 				43%;
	margin-left:		-430px;
	background-color:	#ffd794 
	margin:				auto; 
}

#branding {
	position:			relative;
	width:				988px;
	height:				250px;
	border:				1px solid #ffd794;
	margin-bottom:		3px;
	background-color:	#ffd794;
}

/* Hauptnavigation */
#mainNav {
	width:			170px;
	float:				left;
}

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

#mainContent {
	width:				635px;
	min-height:			10px;
	float:				left;
	border-left:		1px solid #ffffff;
  background-color:	#ffd794;
}

#secondaryContent {
	width:				170px;
	float:				right;
	margin-right:  55px;
	background-color:	#ffd794;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


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

#CMSwrapper {
	width: 				990px;
	position: 			relative;
	left: 				43%;
	margin-left:		-430px;
	background-color:	#ffd794; 
}

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

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