/*
	marcus-foerster.de
	
	@author   m.foerster
	@charset "iso-8859-1";
*/

body {
	color:#ffffff;
	font-size:16px;
	font-family:monospace;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background:#000000 url('/cms/img/background_25.png') no-repeat fixed 23% 0;
}
* html body { /* IE6 */
	background-image:none;
}
a {
	outline:none;
}

img {
	border:0px none;
	margin:0px;
	padding:0px;
}

.layer {
	position:absolute;
	top:26%;
	width:100%;
	height:515px;
	overflow:hidden;
}


.top {
	height:118px;
	padding-top:15px;
	border-bottom:12px solid #ffffff;
	background:transparent url('/cms/img/stripes.gif') repeat scroll 0 0;
}
* html .top { /* IE6 */
	background-image:none;
}

.top .imgs {
	width:auto;
	height:302px;
	float:right;
	margin-top:34px;
	margin-right:50px;
	border:2px solid #ffffff;
}

.top .imgs img {
	border:1px solid #000000;
}
.top .imgs img.copypic {
	position:absolute;
}
.top .imgs img.picture {
	background-color:#f7f7f7;
}

.top .author {
	width:auto;
	height:34px;
	font-size:30px;
	font-weight:bold;
	float:right;
	margin-top:67px;
	margin-right:40px;
}

.border-left {
	border-left:12px solid #ffffff;
}


.right {
	float:right;
	width:440px;
	height:500px;
	margin-right:7%;
}

.right ul.links {
	font-size:18px;
	list-style:none;
	padding-top:4px;
	padding-right:0px;
	padding-left:40px;
	padding-bottom:22px;
	margin:0px;
}

.right ul.links li {
	padding:1px;
}


.main {
	width:100%;
	float:right;
}

.main .titel {
	height:34px;
	padding-top:20px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:32px;
	font-size:30px;
	font-weight:bold;
}

.main .titel .pager {
	margin-top:9px;
	margin-left:4px;
}

.main .text {
	height:400px;
	overflow:hidden;
	padding:18px 0px 0px 48px;
}

.main .text h1,
.main .text h2,
.main .text h3,
.main .text strong {
	margin:0px;
	padding-left:1px;
	display:inline;
	font-size:18px;
}

.main .text .disc {
	width:380px;
	font-size:14px;
}

.main .text .block {
	width:350px;
	overflow:hidden;
	text-align:justify;
}

.main .infoblock {
	width:380px;
	height:64px;
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;
	background:transparent url('/cms/img/stripes.gif') repeat scroll 0 0;
}

.main .genblock {
	width:345px;
	height:85px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-bottom:5px;
	background:transparent url('/cms/img/stripes.gif') repeat scroll 0 0;
}

.main .genblock a {
	display:block;
}

.main .genblock h1,
.main .genblock h2,
.main .genblock h3 {
	padding-left:0px;
}

.main a.logo img {
	float:left;
	padding:7px;
	margin-right:5px;
	background-color:#f3f3f3;
}

.main .gallery {
	height:54px;
}
.main .gallery img {
	padding:2px;
	background-color:transparent;
}

a, a:visited {
	color:#aaaaaa;
	font-weight:bold;
	text-decoration:none;
	background:transparent;
}

a:hover {
	color:#cccccc;
}

a.selected, a.selected:visited {
	color:#ffffff;
}

.table a.adress {
	width:251px;
	height:16px;
	display:block;
	line-height:16px;/*
	font-size:18px;
	text-align:right;
	padding-left:1px;*/
	text-indent:4375px;
	background:transparent url('/cms/img/adress.gif') no-repeat scroll 0 0;
}

.table a.adress:hover {
	background:transparent url('/cms/img/adress_hover.gif') no-repeat scroll 0 0;
}

.pager {
	font-size:18px;
	margin-bottom:18px;
}


.table {
	width:350px;
}

.table .stealth h1,
.table .stealth h2,
.table .stealth h3 {
	padding:0px !important;
	font-size:16px !important;
	font-weight:normal !important;
}

.spacer {
	clear:both;
}

.table .rechte {
	float:right;
	line-height:22px;
	text-align:right;
}

.table .linke {
	float:left;
	font-size:18px;
	font-weight:bold;
}

.table .rechte .input {
	margin-top:0px !important;
	margin-bottom:1px;
}

input, textarea {
	padding-top:1px;
	padding-bottom:2px;
	width:200px;
	height:15px;
	color:#ffffff;
	border-color:#aaaaaa;
	border-width:1px;
	border-style:solid;
	background-color:transparent;
}

textarea {
	margin:0px !important;
	height:112px !important;
}

input[type="submit"] {
	width:90px !important;
	height:21px !important;
	color:#aaaaaa;
	font-weight:bold;
}


.main iframe {
	border:none;
	width:330px;
	height:68px;
	margin-top:8px;
}

.stat div {
	display:inline;
}

.stat {
	font-size:14px;
}

.stat .error {
	color:#ff0000;
}

.stat .copyright {
	color:#777777;
}

.copyright {
	position:absolute;
	bottom:3px;
	right:1px;
}