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

.p_default{
	height:				20px;
}

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

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

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

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





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

a {
	text-decoration:	none;
	color:				#993300;
}



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-440px;
	/*background-color:	#ffffff;*/ 
	background-repeat: repeat-y;
	/*margin:			auto; */
}

#branding {
	position:			relative;
	width:				888px;
	height:				72px;
	border:				1px solid #ffffff;
	margin-bottom:		3px;
	background-color:	#ffffff;
}

/* Hauptnavigation */
#mainNav {
	width:				170px;
	float:				left;
	background-color:	#ffffff;
}

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

#mainContent {
	width:				540px;
/*	min-height:			10px; */
	float:				left;
	border-left:		5px solid #ffffff;
	border-right:		5px solid #ffffff; 
}

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


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

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-440px;
	background-color:	#ffffff; 
	background-repeat: repeat-y;
/*	background-repeat: repeat-y; */
}

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

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