/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	/*background-color: #000000; edit: erdal*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302824;
	background-image: url(img/hg.jpg);
}

a {	color:  #eaa33c; text-decoration:none;}
a:hover {	color: #000066;}

.focalLinkSelected { font-weight:bold; color: #EAA33C;	text-decoration: none; }

cite {
	font-size: 90%;
	font-style: normal;
}
h1 {color:#000066; font-size:12px; font-weight:bold; line-height:16px; margin-top:-5px; margin-bottom:20px;}
h2 {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; line-height:16px; margin-top:-5px; margin-bottom:3px;}
h3 {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; line-height:13px; margin-top:0px; margin-bottom:17px;}

#textinnen p {line-height:auto;  position:relative; margin-top:-5px;}

ol#comments li p {
	font-size: 100%;
}

li, .feedback {
	font: 0px/25px  Arial, sans-serif; padding-top: 20px; 
}
p  {
	font: 12px/16px  Arial, sans-serif; padding-top: 0px; margin-top:0px; margin-bottom:12px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#text  ul {
    margin-left: 20px; padding: 0; 
  }
#text  ul li {
    list-style-image: url(button.jpg);
    margin: 0;  margin-top: 5; margin-left: -5; padding: 0;}


#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	top:0px;
	left:0px;
	width:180px;
	z-index:2;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color: #000066;
	padding-left: 20px;
	line-height: 16px;
	float:left;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	list-style-type: none;
	margin-top:0x;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

#menu ul li {
	margin-top: 0x;
	margin-left: 0px;
	padding-bottom: 2px; 
	font-style: normal;
	line-height: 1px;
	font-weight: 0;
	font-variant: normal;
		text-align: left;

}
#menu ul li a {
	color: #000066;
	text-decoration: none;
}
#menu ul li a:hover {
	color:#EAA33C;
}

#menu ul ul li a:active {
	color:#5F574B;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 0px;
	list-style-image: none;
	margin: 5px;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;

}

#menu ul ul li a {
	text-decoration: none;
}

#menu a:active {
	color: #EAA33C;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color:#EAA33C;
}

#menu ul ul li a:active {
	color:#EAA33C;
}

#menu ul ul ul.active {
	font-size: 142%;
	padding-left: 10px;
}

#menu a {	color: #000066;	text-decoration: none;}
#menu li.current_page_item a { font-weight:bold; color: #000066;	text-decoration: none; }
#menu li.current_page_item{ }
#menu li.current-cat a {  font-weight:bold; color: #E99C2E;	text-decoration: none; background-image: url(menulinie.gif);}
#menu li.current-cat  {}

#menu a:hover {	color:#A6A296;}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
			border-width: 0px;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;

}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	border-width: 1px;
	border-top-color: #666666;
	border-color: #666666;
}
.size-large {	
	margin-bottom: 15px;
	border-width: 1px;
	border-top-color: #666666;
	border-color: #666666;
}
.size-thumbnail {	
	margin-bottom: 15px;
		border-width: 0px;


}
.wp-caption {
	background-color: #ffffff;
	text-align:left;
}

.wp-caption img {
	border-width: 1px;
	border-color: #666666;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
margin-top:10px;}
/* End captions & aligment */

#main { font-size:12px; }

/* einzelne ebenen */
#center {
	position: relative;
	width: 800px;
	height: 500px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rechts {
	position: relative;
	width:175px;
	height: 500px;
	float:left;
}

#head {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:130px;
	z-index:2;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #666666;
}
#head2 {
	position:absolute;
	left:0px;
	top:72px;
	width:371px;
	height:19px;
	z-index:1;
	text-align: left;
}

#head2 a {	font-size: 10px; color: #5F574B;	text-decoration: none;}
#head2 a:visited {color: #5F574B;	}
#head2 a:hover {color:#A6A296;}

#content {
	width: 900px;
	clear: both;
		
}

#footer {
	width:900px;
	height:25px;
	z-index:1;
	text-align: center;
	color: #666666;
	text-transform: none;
	font-size: 11px;
	padding: 10px;
}
#mitte {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	z-index:1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#titel {
	position:absolute;
	width:400px;
	height:45px;
	z-index:2;
	background-color: #FFFFFF;
	text-align: right;
	float:left;
	clear: both;
	right: 40px;
	top: 21px;
}
#logo{
	position:absolute;
	top:106px;
	width:108px;
	height:200px;
	z-index:2;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-top: 0px;
	right: 40px;
}
#textblock {
	position:relative;
	background-color:#FFFFFF;
	min-height:600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 900px;
}
#text {
	position:relative;
	width:600px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 100px;
	min-height:550px;
	padding-top: 80px;
	padding-bottom: 30px;

}
#text1 {
	position:absolute;
	left:30px;
	top:50px;
	width:350px;
	height:300px;
	z-index:1;
	text-align: justify;
	line-height:14px;
}
#text2 {
	position:absolute;
	left:420px;
	top:50px;
	width:350px;
	height:300px;
	z-index:1;
	text-align: justify;
		line-height:14px;

}
#text3 {
	position:absolute;
	left:30px;
	top:50px;
	width:740px;
	height:300px;
	z-index:1;
	text-align: justify;
	line-height:14px;
}
#raum {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:373px;
	z-index:1;
		background-image: url(raum.jpg);

}

.linkPdf {
background:url("img/icon_pdf.gif") no-repeat scroll 0 0 transparent;
color:#004896;
display:block;
height:20px;
padding:5px 0 0 30px;
text-decoration:none;}



.startmeldung {
	border: 1px solid #EAA33C;
	padding: 10px;
}
