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

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

body {
	text-align:			left;
	min-width:			750px;
	font-family:		verdana, arial, "sans serif";
	font-size:			11px;
	padding-top:		5px;
	background-color:	#000000;
	background-image: 	url(../images/design/body_back.jpg);
	background-repeat: repeat-x;
	color:				#6F6F6F;
}

.p_default{
	height:				20px;
}

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

input {
	border:				1px solid #55304D;
	font-size:			10px;
}

select {
	border:				1px solid #55304D;
	font-size:			10px;
}

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





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

a {
	text-decoration:	none;
	color:				#765a72;
}



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				960px;
	position: 			relative;
	left: 				50%;
	margin-left:		-480px;
}

#branding {
	position:			relative;
	width:				960px;
	height:				120px;
	border:				0px solid #0D141C;
	margin-bottom:		3px;
	z-index:			10;
}

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

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	position:			relative;
	width:				765px;
	float: 				right;
	background-image: 	url(../images/design/content_back.gif);
	background-repeat: 	no-repeat;
}

#mainContent {
	width:				550px;
	min-height:			10px;
	float:				left;
	margin-left:		10px;
}


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


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

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#ffffff; 
	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;
}