/* *********************** Grundinformationen *********************** */
html{
	min-height:			100%;		
	height:				auto !important;
	height:				100%;
}

body {
	text-align:			center;
	min-width:			760px;
	font-family:		verdana, arial, "sans serif";
	color:				#b8b6bc;
	font-size:			12px;
	margin:				0;
	padding:			0;
	background-repeat: 	repeat;
	min-height:			100%;		
	height:				auto !important;
	height:				100%;
	background-color:	#c2c2c2;
}

h1 {
	width:				100%;
	color:				#317023;
	margin:				0;
	margin-bottom:		8px;
	font-weight:		bold;
	xtext-transform:	uppercase;
	text-transform:		none;
	font-size:			15px;
	border-bottom:		1px solid #317023;
	padding-bottom:		2px;
}

h1 a {
	color:				#317023;
	text-transform:		none;
}

h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

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

fieldset {
	padding:			3px;
	border:				0px;
}

input {
	border:				1px solid #317023;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#b8b6bc;
}

select {
	border:				1px solid #317023;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#b8b6bc;
}

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

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





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

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



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

/* Kompletter Rahmen aussen */
div.container{
	width:				980px;
	min-height:			100%;		
	height:				auto !important;
	height:				100%;
	border:				1px solid #696969;
	border-top:			0;
	border-bottom:		0;
	margin:				0px auto;
	text-align:			left;
	background-color:	#FFF;
	overflow:			hidden;
}

div.wrapper {
	width: 				980px;
	/*position: 			relative;
	left: 				50%;
	margin-left:		-480px;*/
}

div.branding {
	position:			relative;
	width:				980px;
	height:				150px;
	margin-bottom:		3px;
	background-image:   url(../../../../../templates/standard/design/blau/images/head_back.gif);	
	background-repeat: 	repeat-x;
	background-position:bottom;
}

/* Hauptnavigation */
div.mainNav {
	width:				200px;
	float:				left;
}

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

div.mainContent {
	margin-top:			18px;
	width:				565px;
	min-height:			10px;
	float:				left;
}

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


div.footer {
	width: 				980px;
	/*position: 			relative;
	left: 				50%;
	margin-left:		-480px;*/
	clear:				both;
	height:				90px;
	top:				20px;
	z-index:			1;
	background-image:   url(../../../../../templates/standard/design/blau/images/footer_back.gif);	
	background-repeat: 	no-repeat;
}

div.footer div {
	display:			block;
	background-image:   url(../../../../../templates/standard/design/blau/images/footer_back_ende.gif);	
	background-repeat: 	no-repeat;
	background-position:right top;
	height:				90px;
	z-index:			2;
}

div.footer div p {
	/*position:			absolute;
	top:				40px;
	left:				270px;*/
	width:				700px;
	text-align:			right;
	display:			block;
	z-index:			5;
	color:				#ffffff;
	text-align:			right;
	margin:				0;
	padding:			0;
}

div.footer div p a {
	color:				#ffffff;
	text-align:			right;
	font-size:			11px;
}

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

div.cmsContent {
	margin-top:			18px;
	width:				760px;
	float: 				right;
}

div.cmsFooter {
	margin-left:		-490px;
}
