@charset "utf-8";
/* CSS Document */

/* Allgemein */

html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	color: #333;
	background-color: #FFF;
	font: 9pt/1.5em Helvetica, Arial, sans-serif;
}

/* Raster */

#layout {
	width: 850px;
	margin: 0 auto 0 auto;
}

#header {
	height: 204px;
	background: url(../gfx/bg_header.jpg) top center no-repeat;	
}
#footer {
	height: 100px;
	background: url(../gfx/bg_footer.jpg) top center no-repeat;	
	}

/* Typo */

h1 {
	width: 362px;
	height: 174px;
	background: url(../gfx/h1.gif) center center no-repeat;
	margin: 0 0 0 63px;
	padding: 0;
}
h1 span, h2 span, h2 {
	display: none;
}

a, a:visited {
	color: #5B5382;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
p.back {
	clear: both;
	margin: 3em 0 0 0;
}

p.back a {
	padding-left: 20px;
	background: url(../gfx/ico_back.png) left center no-repeat;	
}
p.more {
	text-align: right;
}
p.more a {
	padding-left: 20px;
	background: url(../gfx/ico_more.png) left center no-repeat;	
}	
#content p.note {
	font-size: 0.8em;
	color: #666;
}
p.note a, p.note a:visited {
	text-decoration: underline;
}
p.note a:active, p.note a:hover, p.note a:focus {
	text-decoration: none;
}
img {
	border: 0;
}
/* Navigation */

#nav {
	display: block;
	width: 332px;
	height: 30px;
	margin: 0 0 0 63px;
	padding: 0 0 0 30px;
	background-color: #C7C4D5;
	list-style: none;	
}
#nav li {
	float: left;
	text-align: center;
}
#nav li a {
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;	
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover, 
#nav li.active a   {
	color: #5B5382;
	background-color: #DBD9E4;
}
#subNav {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dashed #B7B7B7;
	border-top: 1px dashed #B7B7B7;
}
#subNav li {
	display: inline;
	margin: 0 20px 0 0;
}
#subNav li a, #subNav li a:visited {
	color: #B7B7B7;
}
#subNav li a:active, #subNav li a:hover, #subNav li a:focus, #subNav li.active a {
	color: #333;
	text-decoration: none;
}

/* Inhalt */

#content {
	padding: 30px 93px 2em 93px;
	background: url(../gfx/bg_content.jpg) top center repeat-y;	
	overflow: hidden;
}
#content h3 {
	height: 25px;
	font-size: 14pt;
	line-height: 25px;
	padding-left: 35px;
	color: #5B5382;	
	background: url(../gfx/h3.gif) left center no-repeat;	
}
#content h4 {
	clear: both;
	font-size: 1em;
	color: #666;	
}
#content h4.divider {
	font-size: 1em;
	background-color: #a9a9a9;	
	color: #fff;
	padding: 0.3em 0.5em;
}
#content h5 {
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
	margin: 0 0 1em 0;
}
p.small {
	font-size: 0.8em;
}
div.errors {
	background-color: #faffa9;
	color: #b53d3d;
}

dt {
	float: left;
	width: 60px;
	font-weight: bold;
	margin-bottom: 1em;
	font-style: italic;
}
dd {
	margin: 0 0 1em 0;
}

/* Spalten */

div.columnLeft {
	width: 300px;
	margin: 0 32px 2em 0;
	float: left;
}
div.columnRight {
	width: 300px;
	float: left;
	margin: 0 0 2em 0;	
}
div.columnLeft h4, div.columnRight h4, div.columnLeft p, div.columnRight p { 
	margin-top: 0;
}
ul.thumbs {
	padding: 0;
}
ul.thumbs li {
	width: 140px;
	line-height: 140px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0;	
}
ul.thumbs img {
	vertical-align: middle;
}

/* Formular */

fieldset {
	border: none;
	padding: 0;
}
label {
	display: block;
}
input, textarea {
	font-size: 9pt;
	width: 98%;
	margin-bottom: 1em;
	padding: 1%;
}
textarea {
	font-family: Helvetica, Arial, sans-serif;
	height: 10em;
	overflow: auto;
}
div.buttonSet {
	width: 100%;
	text-align: right;
}
div.buttonSet input {
	width: 100px;
	font-size: 9pt;
	color: #FFF;
	background-color: #5B5382;
	border: 0;
	padding: 0.3em 0;
	cursor: pointer;
}

/* Presse-Downloads */

ul.press {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}
ul.press span {
	font-size: 0.9em;
	color: #666;
}
ul.press li {
	padding: 0.7em 0;
	border-top: 1px solid #eee;
	overflow: hidden;
}
ul#subNav a {
	text-decoration: none;
}
ul.press li.pdf {
	padding-left: 40px;
	background: url(../gfx/ico_pdf.png) left center no-repeat;	
}
ul.press li.video {
	padding-left: 40px;
	background: url(../gfx/ico_video.png) left center no-repeat;	
}
ul.press li.article {
	padding-left: 40px;
	background: url(../gfx/ico_article.png) left center no-repeat;	
}
ul.press li.poem {
	padding-left: 40px;
	background: url(../gfx/ico_gedicht.png) left center no-repeat;	
}
ul.press li.book {
	padding-left: 40px;
	background: url(../gfx/ico_buch.png) left center no-repeat;	
}
a.pdf {
	padding-left: 20px;
	background: url(../gfx/ico_pdf.png) left center no-repeat;	
}
a.more {
	margin-left: 1em;
}

/* Buecher */

img.previewPic {
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;	
}
div.buchDetails {
	width: 60%;
	float: left;
	padding-right: 7%;
}
div.buchInfo {
	float: right;
	width: 33%;
	font-size: 0.8em;
	padding-top: 7em;
}
div.buchInfo img {
	display: block;
	/*margin: 0 auto 1em auto;*/
}
div.buchInfo p {
	line-height: 1.3em;
}
/* Gallery */

div.gallery {
	margin: 0 0 1em 0;
}