/*
--------------------------------------------------------------------------------
	Basics
-------------------------------------------------------------------------------- 
*/

html, body {
	height: 100%;
}
html, body, form, ul, ol, li, dl, dt, dd, blockquote, img, p, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: normal;
	color: #000000;
}
ol, ul {
	list-style: none;
}

/*
--------------------------------------------------------------------------------
	Globals
-------------------------------------------------------------------------------- 
*/
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0099FF;
	text-decoration: underline;
}

/*
--------------------------------------------------------------------------------
	Basic construction
-------------------------------------------------------------------------------- 
*/
body {
	margin: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #FFFFFF;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width: 960px;
}

#header {
	display: none;
}

#logo {
}

#main_wrapper {
	float: left;
	width: 960px;
}
#main {
}

#nav_wrapper {
	float: left;
	width: 256px;
}
#nav {
}

#content_wrapper {
	float: left;
	width: 704px;
}
#content {
	margin: 0;
	padding: 0;
}


#footer_wrapper {
	display: none;
	clear: both;
	width: 960px;
}
#footer {
}



/*
--------------------------------------------------------------------------------
	Tools
-------------------------------------------------------------------------------- 
*/
#clear {
	clear: both;
}
.clear {
	clear: both;
	overflow: hidden;
}
.nobreak {
	white-space: nowrap;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

/*
--------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- 
*/

/*
--------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- 
*/
#main .first {
	margin:0;
}
#main {
}

/*
--------------------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------------------- 
*/

#nav {
	margin: 400px 0 0 22px;
}
#nav ul {
	padding: 0 0 10px 0;
}
#nav li {
}
#nav ul.submenu {
	_margin: 60px 0 0 0; /* IE */
	position: fixed;
	bottom: 16px;
	font-size: 75%;
}
#nav ul li {
	padding: 10px 0 0 0;
}
#nav ul ul li {
	padding: 10px 0 0 20px;
}
#nav a {
	margin: 0;
	text-decoration: none;
}
#nav h2 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}



/*
--------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------- 
*/

/* general typographic styles */

#content {
	margin: 40px 160px 0 100px;
}
#content h1 {
	margin: 0 0 1.0em 0;
	font-size: 2.0em;
	color: #281D69;
}
#content p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 1.0em 0;
}
#content li {
	line-height: 1.3em;
}
#content h2 {
	margin: 0 0 0.75em 0;
}
#content a {
	font-weight: normal;
}
#content dl {
	width: 100%;
	padding-bottom: 1.0em;
}
#content dt {
	float: left;
	padding: 0 20px 0 0;
}
#content dd {
	float: left;
	height: 100%;
}



/*
--------------------------------------------------------------------------------
	content: special typographic styles
-------------------------------------------------------------------------------- 
*/

img.dropshadow {
	padding: 0 6px 6px 0;
	background: url(../img/dropshadow.gif) 6px 6px no-repeat;
}
.teaser_image {
	position: absolute;
	left: 20px;
	top: 40px;
}
#content .teaser_image p {
	margin: 2px 0 10px 20px;
	font-size: 0.80em;
}

#content p.book_data {
	padding: 20px 0 0 0;
/*	font-size: 0.80em; */
}

#content dl.icon_label_150 {
	height: 150px;
}
#content .icon_label_150 dd a {
	position: relative;
	top: 40%;
}



/*
--------------------------------------------------------------------------------
	special template styles
-------------------------------------------------------------------------------- 
*/

/* gilt für alle Seiten */

body {
	background: url(../img/bg-textur.jpg) 256px 0 repeat-y;
}

/* Seite: Start */

body#start {
	margin: 0;
	background: #CCCCCC;
}
#start #wrapper {
	position: absolute;
	left: 50%;
	top: 48%;
	width: 900px;
	height: 500px;
	margin: -250px 0 0 -450px;
}
#start #header, 
#start #nav, 
#start footer {
	display: none;
}
#start #content_wrapper {
	width: 900px;
}
#start #content {
	margin: 0;
	padding: 0;
	text-align: center;
}
#start #content h1 {
	margin: 0 0 0.500em 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}
#start #content h1 a {
	font-weight: normal;
	text-decoration: none;
}
#start #content img {
	display: block;
}
#start #content p {
	text-align: right;
	margin-top: 10px;
}
#start #content p a {
	padding-top: 40px;
	font-size: 70%;
}
#start #content .copyright_notice {
	width: 900px;
	_margin: 50px 0 0 0;	/* IE6 */
	position: fixed;
	bottom: 6px;
	font-size: 10px;
}
#start #content .copyright_notice p {
	text-align: center;
}

/* Seite: Am Sonntag kommt ein Prinz */

body#amsonntagkommteinprinz {
	background: url(../img/bg-helga-und-prinz.jpg) 256px 100% no-repeat;;
}

body#amsonntagkommteinprinz #content {
	margin-right: 300px;
}

/* Seite: Mehr zum Buch */

body#mehrzumbuch {
	background: url(../img/bg-textur.jpg) 256px 0 repeat-y;
}
body#mehrzumbuch #content .cs_links table {
	margin: 50px -200px 70px -70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
}

body#mehrzumbuch .cs_links table h3 {
	font-size: 16px;
	font-weight: bold;
	color: #cd853f;
}

body#mehrzumbuch .cs_links table td {
	line-height: 125%;
}

/* Seite: Cover */

body#cover {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
}
#cover #wrapper {
	position: absolute;
	left: 50%;
	width: 900px;
	margin: 10px 0 0 -450px;
}
#cover #header,
#cover #nav, 
#cover footer {
	display: none;
}
#cover #content_wrapper {
	width: 900px;
}
#cover #content {
	margin: 0;
	padding: 0;
	text-align: center;
}
#cover #content a {
	padding: 4px 0 4px 0;
	font-size: 70%;
}
#cover #content .copyright_notice {
	width: 900px;
	_margin: 20px 0 0 0;	/* IE6 */
	position: fixed;
	bottom: 6px;
	font-size: 10px;
}

/*
--------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- 
*/

/*
#footer {
}
*/
