/* *********************** 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:		0px;
	background-color:	#A6CEEC;
}

.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:				#01377B;
}



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

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				790px;
	position: 			relative;
	left: 				50%;
	margin-left:		-395px;
	/*background-color:	#ffffff;*/ 
	/*margin:				auto; */
	border:				5px solid #ffffff;
	background-image: url(/images/template/mainnav_background.gif);
	background-repeat: repeat-y;
}

#branding {
	position:			relative;
	width:				768px;
	height:				108px;
	margin-bottom:		3px;
	padding-left:		11px;
	background-color:	#ffffff;
}

/* Hauptnavigation */
#mainNav {
	width:				180px;
	float:				left;
	background-color:	#00306E;
	border-left:		11px solid #ffffff;
	height:				460px;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				768px;
	float: 				right;
	padding-left:		11px;
	background-color:	#ffffff;
}

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

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


#footer {
	width: 				790px;
	position: 			relative;
	left: 				50%;
	margin-left:		-395px;
	clear:				both;
	text-align:			center;
	height:				57px;
	line-height:		18px;
	color:				#ffffff;
	font-size:			10px;
}

#footer div {
	background-image: 	url(/images/template/footer.gif);
	background-repeat: 	no-repeat;
	clear:				both;	
}

#footer span {
	text-align:			right;
	line-height:		20px;
	vertical-align:		top;
	display:			block;
	color:				#000000;
	border-top:			2px solid #76AF21;
	padding-top:		5px;
	margin-right:		11px;
	margin-left:		11px;
}

#footer span p {
	position:			relative;
	top:				0px;
	float:				right;
	margin-right:		5px;
}

#footer span img {
	position:			relative;
	top:				0px;
	float:				right;
	margin-left:		5px;
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				790px;
	position: 			relative;
	left: 				50%;
	margin-left:		-395px;
	background-color:	#ffffff; 
	background-image: url(/images/template/mainnav_background.gif);
	background-repeat: repeat-y;
}

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

#CMSmainContent {
	width:				580px;
	min-height:			10px;
	float:				left;
}



/************ Startseite ****************/

#Startwrapper {
	width: 				790px;
	position: 			relative;
	left: 				50%;
	margin-left:		-395px;
	background-color:	#ffffff; 
}

#Startcontent {
	width:				768px;
	height:				460px;
	margin-left:		11px;
}

div.stimmungsbox {
	width:				768px;
	height:				221px;
	clear:				both;
	border-top:			1px solid #ffffff;
}



