@charset 'utf-8';
@import url(reset.css);

/* ------------- GLOBAL ---------------- */

html {display: block; position: relative; height: 100%;}

body {
	position: relative;
	min-height: 100%;
	min-width: 960px;
	height: auto;
	color: #333;
	background: url(img/bg1.gif) bottom left no-repeat fixed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#content {
	position: relative;
	width: 960px;
	margin: 0 auto 0 0;
	padding: 200px 0 50px 160px;
}



#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 690px;
	margin-left: 360px;
}

	h2#maintitle {
		position: relative;
		background: #ddd url(img/grid2.gif);
		padding: 1px 5px;
		color: #e4e4e4;
		margin: -10px 0 0 0;
		font-size: 54px;
		font-weight: bold;
		z-index: 20;
		width: 690px;
	}
	
	#teaser {padding-bottom: 15px; width: 500px;}
	
	h3#pagetitle {
		position: relative;
		font-size: 96px;
		letter-spacing: -3px;
		text-indent: 3px;
		color: #333;
		margin: -20px 0 0 0;
		z-index: 1;
	}
	
	h4#subtitle {
		position: relative;
		font-size: 12px;
		font-weight: normal;
		background: #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		padding: 5px 5px;
		width: 690px;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		z-index: 10;
	}
	
	#header h5 {
		text-indent: 5px;
		font-size: 0.8em;
	}
	
hr {
	display: block;
	background: #fff;
	color: #ddd;
	height: 1px;
	border: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 24px;
}

/* ----------- MENU ----------- */

#logo {
	display: block;
	width: 90px;
	height: 50px;
	background: #cbd2d4 url(img/logo-mask.png) no-repeat;
	position: fixed;
	top: 140px;
	overflow: hidde;
	text-indent: -5000px;
	left: 910px;
}

ul#mainmenu {
	display: block;
	width: 160px;
	position: fixed;
	top: 200px;
	left: 900px;
}

	ul#mainmenu li {
		padding: 0;
		margin-bottom: 1px;
	}

	ul#mainmenu li a, ul#contextmenu li a {
		display: block;
		padding: 4px 5px;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		background: #bbb url(img/grid.gif);
		text-decoration: none;
	}
		
		ul#mainmenu li.active a {
			background: #333;
		}

div#contextmenu  {
	position: absolute;
	top: 152px;
	left: 5px;
	z-index: 100;
	color: #bbb;
	font-size: 12px;
}
	div#contextmenu b {color: #333;}

/* ----------- TYPO ----------- */

a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

h1 {
	margin-bottom: 36px;
}
	
	h1 span {
		display: block;
		float: left;
		padding: 1px 5px 1px 5px;
		color: #fff;
		border-top: 1px dashed #fff;
	}
	
	h1 a:hover {cursor: pointer;}
	
	h1 a.edit {
		display: none;
		float: left;
		text-decoration: none;
	}
		
		h1:hover a.edit {
			display: block;
			background: #fff;
			padding: 2px 5px 1px 5px;
		}
		
		h1:hover a.edit:hover {
			background: #333;
			color: #fff;
		}


h4, .biglabel {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 24px;
}

	h4 a.edit {
		display: none;
	}
		
		h4:hover a.edit {
			display: inline;
			color: #CCC;
		}


/* ----------- CONTENT ----------- */

.news-block, .comment-block {
	display: block;
	position: relative;
	padding: 0 0 80px 200px;
	width: 500px;
	overflow: visible;
}

.comment-block {
	padding: 0 0 0 200px;
}

.form-block {
	width: 700px;
	padding-bottom: 80px;
}
	
	h1, p.date, a.biglink b  {
		font-size: 36px;
		line-height: 36px;
		font-weight: bold;
		letter-spacing: -2px;
		background: url(img/grid-white-10.png);
	}
	
	div.meta {
		padding-top: 1px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
	}
	
	.meta-nav-off, .meta-nav-on  {
		position: absolute;
		bottom: 50px;
		left: 200px;
		z-index: 100;
		color: #bbb;
		font-size: 12px;
	}
	
		.meta-nav-on a:hover {
			border-bottom: 2px solid;
		}
	
	div#contextmenu b {color: #333;}

	div.whiteline {
		position: absolute;
		top: 0px;
		z-index: 10;
		width: 500px;
		border-top: 1px solid #fff;
	}
	
	p.date {
		width: 189px;
		padding: 1px 5px;
		font-weight: normal;
		background: #bbb url(img/grid.gif);
		opacity: 0.5;
		filter: alpha(opacity=50);
		color: #fff;
	}
	p.meta {
		padding: 2px 5px;
		color: #bbb;
		font-size: 11px;
	}
	
		p.meta a {font-weight: normal;}
		p.meta a:hover {border-bottom: 1px solid;}
	
	.body {
		font-size: 0.8em;
		word-spacing: 0px;
		line-height: 18px;
		letter-spacing: 0px;
	}
		
		.body p, .body ul, .body ol, .body img, .body iframe {
			margin-bottom: 24px;
		}
		
		.body a {
			font-weight: bold;
			text-decoration: none;
		}
		
		.body a:hover, .author a:hover {
			border-bottom: 2px solid;
		}
		
		img,
		iframe {
			display: block;
			border-top: 5px solid #e4e4e4;
			border-bottom: 5px solid #e4e4e4;
		}

		object {
			background: #f4f4f4;
		}
		
		
		h3 {
			font-weight: bold;
			margin-bottom: 24px;
		}
		
		ol {
			list-style-type: decimal;
		}
		
		ol li {
			color: #444;
			margin-bottom: 1px;
			padding: 2px 5px;
			margin-left: 20px;
		}
		
		ul li {
			display: block;
			float: left;
			clear: both;
			background: #eee url(img/grid2.gif);
			color: #444;
			margin: 0 0 1px 0;
			padding: 2px 5px;
		}
		
		blockquote {
			font-family: georgia;
			font-style: italic;
			color: #aaa;
			font-size: 24px;
			line-height: 28px;
			margin: 10px 0 20px 0;
		}




.link-block {
	display: block;
	position: relative;
	padding: 0 0 30px 0px;
	line-height: 18px;
}

	a.biglink {
		display: block;
		border: 1px solid #fff;
	}
		
		a.biglink b {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background: #fff;
			color: #fff;
			margin: 0 5px 20px 0;
		}
			
			a.biglink b span {
				display: block;
				float: left;
				padding: 1px 5px 1px 5px;
			}
		
		
		a.biglink span.description {
			background: #fff;
			display: block;
			float: left;
			font-weight: normal;
			font-size: 11px;
			padding: 50px 50px 20px 5px;
			width: 443px;
		}
		
		
		a.biglink:hover {border: 1px dashed #fff; background: #666; cursor: pointer;}
		a.biglink:hover b span  {background: #666;}
		a.biglink:hover span span  {color: #666; background: #f4f4f4;}
		

.archive-block {
	display: block;
	position: relative;
	padding: 0 0 0 200px;
	width: 500px;
	overflow: visible;
}

/* ----------- COMMENTS ----------- */

.com_head {
	position: relative;
	border-top: 1px dashed #ddd;
}

.com_head h4 {
	color: #ccc;
	padding: 24px 0;
}

	.com_head h4 strong {color: #333;}
	
	.com_head a.com-nr {
		position: absolute;
		left: -190px;
		color: #aaa;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
		.com_head a.com-nr .prefix {
			color: #ccc;
			font-weight: normal;
		}
	
.com_body {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	padding-bottom: 24px;
}

	.com_body a:hover {
		border-bottom: 1px solid;
	}

.com_head em.meta {
	position: absolute;
	top: 28px;
	right: 0px;
	line-height: 18px;
	font-size: 11px;
	font-style: normal;
	color: #aaa;
	border-bottom: 2px solid #eee;
}


/* ----------- SYSTEM MESSAGES ----------- */

#sm {margin: 15px 0 15px 200px; width: 500px; color: #fff; cursor: pointer; font-size: 12px;}

	div.error {background: #F7186A;}
	div.success {background: #70ba1a;}
	div.info {background: #3a8b08;}
	
		.sm_body {padding: 10px; font-weight: bold;}
		
		
/* ----------- FLOAT / FIXED ----------- */

.fixed:after, .body ul:after, .body ol:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.fixed, .body ul, .body ol{
	display:block;
	min-height:1%;
}

* html .fixed{
	height:1%;
}

.clear {
	clear:both; 
}

.float {
	float: left;
}


/* ----------- EVENT TEASER ----------- */

#event-teaser {
	position: absolute;
	top: 0;
	left: 89px;
	font-size: 11px;
	line-height: 12px;
}

	#event-teaser ul {
		width: 500px;
	}
	
		#event-teaser ul li {
			display: block;
			float: left;
			background: none;
			clear: none;
			padding: 0;
			border-left: 1px solid #ddd;
		}
		
			#event-teaser ul li a {
				width: 84px;
				height: 30px;
				padding: 13px 0 3px 5px;
				display: block;
				color: #ccc;
			}
	
	#event-teaser p {
		font-weight: bold;
	}
	
	#event-teaser h5 {
		font-weight: normal;

	}
	
	#event-teaser .leseduene a {color: #f7b608}
	#event-teaser .potslam a {color: #2580ad}
	#event-teaser .marc-uwe a {color: #E13A1A}
	
	#event-teaser li:hover { background: #eee url(img/grid2.gif);}
	#event-teaser li a:hover { color: #666;}
	
	
	
/* ----------- FORMS ----------- */

.form-table {
	display: block;
	position: relative;
}

	.form-table td {
		border-top: 1px dashed #ccc;
	}
	
	.form-table td.label {
		vertical-align: top;
		width: 200px;
		padding: 5px 0;
	}
		
		label {
			display: block;
			position: relative;
			width: 185px;
			color: #000;
			font-weight: bold;
			font-size: 12px;
			line-height: 20px;
			padding: 5px;
			background: #fff;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
			
			label .affix {
				color: #aaa;
			}
		
		.form-table td.field {
			width: 480px;
			padding: 5px;
			background: #eee url(img/grid2.gif);
		}



textarea, input {
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	width: 480px;
}

	input:focus, textarea:focus {color: #333; border-color: #ccc;}
	
input.button {
	background: #aaa;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	border: none;
	width: 150px;
}
	
	input.button:hover {
		opacity: 0.9;
	}

.guideline {
	font-size: 12px;
	margin: 20px 0 0 200px;
}

	ul.guideline li {
		color: #aaa;
		background: none;
	}


/* ----------- FOOTER ----------- */

#footer {
	position: absolute;
	bottom: 0px;
	left: 360px;
	background: #ccc;
	font-size: 11px;
	color: #fff;
	padding: 10px;
	width: 480px;
}

	#footer a {
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}
	



/* ----------------------------------------------------- IE7 and below */

.Explorer a.biglink:hover {border: 1px dashed #666;}

.Explorer .body ul li {width: 490px;}

