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

body {
	text-align:			left;
	min-width:			760px;
	font-family:		verdana, arial, "sans serif";
	color:				#999999;
	font-size:			13px;
	margin:				0;
	padding:			0;
}

h1 {
	width:				100%;
	color:				#4761AB;
	margin:				0;
	margin-bottom:		15px;
	font-weight:		normal;
	xtext-transform:	uppercase;
	text-transform:		none;
	font-size:			16px;
	padding-bottom:		4px;
}

h1 a {
	color:				#4761AB;
	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:				#999999;
}

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

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:				#0063AB;
}



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

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

div.backgroundBlumen {
	background-image: 	url(../images/buch_main_back.jpg);
	background-repeat: 	no-repeat;
	background-position:30px 0;
}


div.wrapper {
	width: 				960px;
	position: 			relative;
	left: 				50%;
	margin-left:		-477px;
}

div.branding {
	position:			relative;
	width:				960px;
	height:				160px;
	margin-bottom:		3px;
}

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

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
	margin-top:			15px;
	margin-bottom:		15px;
	width:				740px;
	float: 				right;
	background-image: 	url(../images/buch_content_back.gif);
	background-repeat: 	no-repeat;	
	xbackground-color:	red;
}

div.contentFootBack {
	background-image: 	url(../images/buch_content_footer_back.gif);
	background-repeat: 	no-repeat;
	background-position:bottom;
	clear:				both;
	height:				30px;
	position:			relative;
	left:				-4px;
}

div.mainContent {
	margin-top:			18px;
	margin-left:		10px;
	width:				710px;
	min-height:			10px;
	float:				left;
	xbackground-color:	yellow;
}

div.teilContent {
	float:				left;
	width:				590px;
}



div.footer {
	width: 				960px;
	position: 			relative;
	left: 				50%;
	margin-left:		-472px;
	clear:				both;
	height:				45px;
	z-index:			1;
}

div.footer div {
	display:			block;
	background-image: 	url(../images/buch_footer_back.gif);
	background-repeat: 	no-repeat;
	height:				45px;
	z-index:			2;
}

div.footer div p {
	position:			absolute;
	top:				21px;
	left:				710px;
	width:				230px;
	text-align:			right;
	display:			block;
	z-index:			5;
	text-align:			right;
	margin:				0;
	padding:			0;
}

div.footer div p a {
	color:				#4761AB;
	text-align:			right;
	font-size:			10px;
}

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

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

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