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

body {
	text-align:			left;
	min-width:			980px;
	font-family:		verdana, arial, "sans serif";
	color:				#4A5364;
	font-size:			13px;
	margin:				0;
	padding:			0;
	background-color:	#A4B3C6;
}

h1 {
	width:				100%;
	color:				#4A5364;
	margin:				0;
	padding:			0;
	margin-bottom:		15px;
	font-weight:		normal;
	text-transform:		none;
	font-size:			16px;
	padding-bottom:		4px;
	background-image: 	url(../images/content_nav_background.gif);
	background-repeat: 	no-repeat;
	background-position:0 6px;
	padding-left:		60px;
}

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

h2 {
	font-size:			14px;
	font-weight:		normal;
	padding-bottom:		0px;
	margin-bottom:		0px;
	color:				#D66C00;
}

h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

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

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

input {
	border:				1px solid #D7DBDD;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#4A5364;
}

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

fieldset.content input.radio, input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				17px;
	margin:				0;
	margin-top:			5px;
	margin-right:		5px;
	padding:			0;
}

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





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

a {
	text-decoration:	none;
	color:				#4A5364;
}



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

/* Kompletter Rahmen aussen */
div.wrapper {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-480px;
	background-image: 	url(../images/wrapper_back.png);
	background-repeat: 	repeat-y;
}

div.branding {
	position:			relative;
	width:				980px;
	height:				410px;
	margin-bottom:		3px;
	background-image: 	url(../images/head_back.jpg);
	background-repeat: 	no-repeat;
}

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

div.mainContent {
	padding-top:		18px;
	width:				665px;
	min-height:			10px;
	float:				left;
	padding-left:		2px;
}

div.contentBox {
	display:			block;
	width:				630px;
	position:			relative;
	left:				60px;	
}

div.secondaryContent {
	width:				276px;
	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:				69px;
	z-index:			1;
	background-image: 	url(../images/footer_back.jpg);
	background-repeat: 	no-repeat;
}

div.footer div {
	display:			block;
	height:				69px;
	z-index:			2;
}

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

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

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

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

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

