@charset "utf-8";
/* CSS Document */

/* ============================================================ */
/* ==================== Global Tags =========================== */
/* ============================================================ */

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	font:62.5%/1.8em arial, verdana, sans-serif;
	color:#515151;
	background:#fff;
}
div#container {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	font-size:1.2em;
	z-index:1;
}
h1.branding a {
	width:313px;
	height:55px;
	display:block;
	position:absolute;
	top:17px;
	left:313px;
	background:url(../images/bg-h1.jpg) 0 0 no-repeat;
}
h2 {
	background:url(../images/bg-h2.gif) 0 bottom repeat-x;
	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
	padding:10px 20px;
	margin:0 0 1.2em 0;
	font-family:georgia, "times new roman", serif;
	font-size:1.2em;
	text-transform:uppercase;
}
h3 {
	color:#777;
	margin:0 20px 1.2em 20px;
	font-family:georgia, "times new roman", serif;
	font-size:1em;
	text-transform:uppercase;
}
p {
	margin:0 0 1.2em 0;
	padding:0 20px;
}
/* ============================================================ */
/* ==================== Global Classes ======================== */
/* ============================================================ */

.clear {
	float:none;
	clear:both;
}
.noMargin { margin:0!important; }
.noText {
	text-indent:-9999px;
	color:#fff;
	font-size:1px;
	overflow:hidden;
}
.trenner {
	width:auto;
	height:1px;
	margin:0 20px 1.2em;
	border-top:1px dotted #bfbfbf;
	float:none;
	clear:both;
}
/* ============================================================ */
/* ==================== header ================================ */
/* ============================================================ */

div#header {
	width:940px;
	height:99px;
	position:relative;
}
/* ---------- navi ---------- */

ul#navi {
	width:940px;
	height:45px;
	padding:17px 0 0 0;
	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
	list-style:none;
	text-align:center;
	background:url(../images/bg-navi.jpg) 0 0 no-repeat;
	position:relative;
}
ul#navi li {
	float:left;
	border-right:1px dotted #bfbfbf;
}
ul#navi li.last { border:none; }
ul#navi li a {
	height:25px;
	display:block;
	background:url(../images/li-navi.jpg) no-repeat;
	position:absolute;
	top:18px;
}
ul#navi li a#vita {
	width:49px;
	background-position:0 0;
	left:15px;
}
ul#navi li#submenue a#journalist {
	width:111px;
	background-position:0 -25px;
	left:119px;
}
ul#navi li a#reden {
	width:293px;
	background-position:0 -50px;
	left:287px;
}
ul#navi li a#buecher {
	width:74px;
	background-position:0 -75px;
	left:631px;
}
ul#navi li a#referenzen {
	width:111px;
	background-position:0 -100px;
	left:755px;
}
ul#navi li#submenue ul {
	width:221px;
	height:214px;
	padding:7px 0 0 50px;
	left:-9999px;
	position:absolute;
	top:40px;
	z-index:2;
	background:#fff url(../images/bg-navi-add.jpg) 0 0 no-repeat;
	list-style:none;
}
ul#navi li#submenue:hover ul, ul#navi li#submenue.sfhover ul { left:107px; }
ul#navi li#submenue ul li {
	height:13px;
	border:none;
	float:none;
	clear:both;
	text-align:left;
	margin:0 0 17px 0;
}
ul#navi li#submenue ul li a {
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	top:0;
	text-transform:uppercase;
	color:#777;
	text-decoration:none;
	background:none;
	position:relative;
}
ul#navi li#submenue ul li a:hover, ul#navi li#submenue ul li.active-sub a {
	color:#c00;
	text-decoration:none;
}
ul#navi li:hover a, ul#navi li a:hover, ul#navi li.active a { background:none; }
/* ---------- datum ---------- */

div#datum {
	width:180px;
	height:23px;
	border-bottom:1px dotted #bfbfbf;
	padding:4px 0 0 760px;
	margin:0 0 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* ---------- zitat ---------- */

div#zitat {
	width:900px;
	padding:20px 20px 30px;
	margin:0 0 19px 0;
	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
	font-family:georgia, "times new roman", serif;
	font-style:italic;
	font-size:2.0em;
	line-height:1.4em;
}
/* ============================================================ */
/* ==================== content ====================== */
/* ============================================================ */

div#content {
	width:940px;
	border-bottom:1px dotted #bfbfbf;
	margin:0 0 3px 0;
}
div#content a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
div#content a:hover {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
div#content p.noBorder a, div#content p.noBorderMitte a { border:0!important; }
div#content p.noBorderMitte {
	margin:0;
	text-align:center;
}
div#content div.contentMain { margin:0 0 1.2em 0; }
div#content div.drei { background:url(../images/bg-content-drei.jpg) 0 50px repeat-y; }
div#content div.links { background:url(../images/bg-content-links.jpg) 0 50px repeat-y; }
div#content div.rechts { background:url(../images/bg-content-rechts.jpg) 0 50px repeat-y; }
div#content div.contentMain div.column {
	width:313px;
	float:left;
}
div#content div.contentMain div.columnGross {
	width:626px;
	float:left;
}
div#content div.contentMain .img {
	border:1px dotted #ccc;
	background:#fff;
	padding:3px;
}
div#content div.contentMain .img:hover {
	border:1px dotted #777;
	background:#eee;
}
div#content div.contentMain .img-ref {
	border:1px dotted #ccc;
	background:#fff;
	padding:3px;
	margin:0 10px 10px 0;
	float:left;
}
div#content div.contentMain .img-ref:hover {
	border:1px dotted #777;
	background:#eee;
}
div#content div.contentMain .img-buch { border:1px dotted #fff; }
div#content div.contentMain .img-buch:hover { border:1px dotted #ccc; }
div#content div.contentMain ul {
	list-style:none;
	margin:0 0 1.2em 0;
	padding:0 20px;
}
div#content div.contentMain ul li {
	background:url(../images/required.png) 0 4px no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0.6em 0;
}
div#content div.contentMain a.pdf {
	width:193px;
	height:33px;
	display:block;
	padding:15px 20px 0 60px;
	background:url(../images/bg-pdf.jpg) 0 0 no-repeat;
	border:1px dotted #bfbfbf;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
div#content div.contentMain a.pdf:hover {
	background-position:0 -48px;
	border:1px dotted #777;
}
div#content div.contentMain dl {
	width:273px;
	margin:0 0 1.2em 0;
	padding:0 20px;
}
div#content div.contentMain dl dt {
	width:63px;
	float:left;
}
div#content div.contentMain dl dd { width:210px; }
div#content div.contentMain img.required-margin { margin:0 5px; }
div#content div.contentMain div.ticker a {
	display:block;
	line-height:40px;
	border:0;
}
/* ============================================================ */
/* ==================== footer ================================ */
/* ============================================================ */

div#footer {
	width:940px;
	padding:25px 0 0 0;
	margin:0 0 30px 0;
	border-top:1px dotted #bfbfbf;
	position:relative;
}
div#footer a#top {
	width:16px;
	height:40px;
	display:block;
	position:absolute;
	top:0;
	left:903px;
	background:url(../images/bg-mr.jpg) 0 0 no-repeat;
}
div#footer p.sitemap {
	color:#999;
	text-align:center;
	margin:0 0 0.6em 0;
	font-style:italic;
}
div#footer p.sitemap a {
	color:#999;
	margin:0 5px 0 0;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
div#footer p.sitemap a:hover {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
.rel { position:relative !important; }
a.blog {
	background:transparent url(../images/startseite/blog.jpg) no-repeat scroll 0 0;
	display:block;
	height:40px;
	left:245px;
	position:absolute;
	text-indent:-999em;
	top:35px;
	width:49px;
	border:none !important;
	outline:none !important;
	text-decoration:none !important;
}
a.blog:hover {
	background:transparent url(../images/startseite/blog-hover.jpg) no-repeat scroll 0 0;
}

/* ===========================
	Ende ;)
=========================== */
