/*  
Theme Name: ER-STE Standard
Theme URI: http://wordpress.org/
Description: nix
Version: 0.1
Author: Janko Dietrich
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	


	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-weight: normal;
	color: #000;
	}


h1 {
	padding-top: 70px;
	margin: 0;
	font-weight: normal;
	color: #000;
	font-size: 4em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	text-align:center;
	font-variant: normal;
	letter-spacing: 0.1em;	
	text-decoration: none;
	color: white;
	}
	
h1 a {
	text-decoration: none;
	color: #222222;
	}
	
h1 a:hover {
	text-decoration: none;
	color: #222222;
	}

h1 a:visited {
	text-decoration: none;
	color: #222222;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	margin-top: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	text-align:center;
	font-variant: small-caps;

	}

	
	


h2 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2.pagetitle {
	font-size: 1.6em;

	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	




h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1.2em;}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #336600;
	text-decoration: none;
	}

a:hover {
	color: #003300;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

	
	
/* 	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	
	
	
/* .postDetails { display: block; height: 16x; padding-top: 2px; background-color: white;} */




/* Begin Structure */
body {
	margin: 0;
	padding: 0;  
	}

.breadcrumb {
	position: absolute;
	width: 620px;
	right: 50px;
	top: 27px;
	height: 16px; 
	z-index: 20;

	 
}

#page {
	position: absolute;
	width: 1000px;
	height: 672px;
	top: 10px;
	left: 50%;
	margin-left: -500px;
	background-color: white;
	padding: 0;
	border: 0px;
	background: url(images/center.jpg) repeat-y top; border: none; 
	}
	
#header {
	height: 160px;
	width: 1000px;
	background: url(images/header.jpg) no-repeat left top; 
	}

#headerimg {
	position: absolute;
	left: 80px;
	margin-top: -33px;
	width: 840px;
	

	}




	
#footer {
	position: absolute;
	bottom: 0px;
	width: 1000px;
	clear: both;
	background: url(images/footer.jpg) no-repeat bottom; border: none;
	height:  51px;
	}

#footer p {
	text-align: center;
	}
#footer p a {
	color: #ffffcc;
	}

#content {
	position: absolute;
	overflow: auto;
	z-index: 100;
	top: 145px;
	right: 71px;
	width: 400px;
	height: 457px;


}
.narrowcolumn {

	width: 360px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 5px;
	text-align: left;
	line-height: 1.5em;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */

h2 {
	margin: 5px 0 20px 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 3px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
/* 
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
End Entry Lists */



/* Begin Form Elements */
#searchform {
	/* margin: 10px auto;* /
	/*padding: 5px 3px; */
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/* border-left: 5px solid #ddd; */
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/*icons */

.edit { 
	background: url(icons/pencil.gif) no-repeat 0 50%; 
	padding: 0 1em 0 20px;
	 height: 16px; padding-top: 3px;
	}
	
.category { 
	background: url(icons/folder.gif) no-repeat 0 50%; 
	padding: 0 1em 0 20px;
	 height: 16px; padding-top: 3px;
	}	
	
h2.kategorien { 
	background: url(icons/folder.gif) no-repeat 0 50%; 
	height: 16px;
	margin-left: 10px;
	}	
	
h2.archiv {
	background: url(icons/calendar.gif) no-repeat 0 50%; 
	padding: 0 1em 0 20px;
 	height: 16px; padding-top: 3px; 
	}	

h2.anmelden {
	background: url(icons/user.gif) no-repeat 0 0; 
	padding: 0 1em 0 20px;
    margin-left: 10px;
	}	
h2.anmelden li {
list-style-position: outside;
}	
	
.comment { 
	background: url(icons/comment.gif) no-repeat 0 0;
	padding: 0 1em 0 20px;
 	height: 16px; padding-top: 3px; 
 		}

.date {
	background: url(icons/calendar.gif) no-repeat 0 50%; 
	padding: 0 1em 0 20px;
 	height: 16px; padding-top: 3px; 
	}

	
	
.seiten {
	background: url(icons/page.gif) no-repeat 0 50%;
	padding: 0 1em 0 20px;
	display: block;
	width: 170px; 

	}
	
.time { 
	background: url(icons/time.gif) no-repeat 0 50%; 
	padding: 0 1em 0 20px;
 	height: 16px; padding-top: 3px; 
	
	}
 .breadcrumb {
	padding: 0em 1em 0 20px;
	background: url(icons/anchor.gif) no-repeat 0 50%;
	height: 16px; padding-top: 5px; 
	
	}
	


.maillabel {
  padding-right: 10px;
  font-size: 1.2em;
  background: #f5f6f7;
  height: 22px;
  line-height: 1.5em;
  padding-left: 10px;
}


p.referenzen {
	display: block;
	margin-top: 60px;
	}
.referenzen img {
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-top: -50px;
	}
	
.referenzbreak {
/*	padding-bottom: 10px;*/
	padding-top: 0px;
	border-bottom: 1px solid #ddd;
	display: block;
	clear: both;
}



/* mitgliederlistenstyling */
.mitgliedlisteintrag {
	border-top: 1px #336600 solid;
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;

}	


h3.mitgliederwgname {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.mitgliedlistimg {
	margin: 0px 10px 10px 0px;
	width: 130px;
	}
	
.mitgliedlistzusatz {
	padding-top: 5px;
}
	
.mitgliedlistadresse {
	width: 350px;
	padding: 0px 0px 5px 0px;
	display: block;
}	

.mitgliedlisttelefon {
	width: 350px;
	padding: 0px 0px 5px 0px;
	display: block;

}	


.mitgliedlistemail {
	float: right;
	width: 20px;
	display: block;

}	
.mitgliedlisthidden {
	clear: both;

}
.mitgliedhidden2 {
	border-bottom: 1px #360 solid;
	paddding-top: 10px;
	margin-top: 10px;

}
	
.mitgliedlisttraeger {
	margin: 0px 0px 5px 0px;
	}

.mitgliedimg {
	margin: 0px 20px 10px 0px;
	width: 300px;
	float: left;
	}

.mitgliedansprech {
	padding-bottom: 10px;
	width: 400px;
	display: block;

}	

.mitgliedseiteimg {
	margin: 0px 0px 10px 0px;
	width: 360px;
	}




.navleft {
	position: absolute;
	top: 0;
	width: 238px;
	margin: 0px;
	margin-left: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
     color: #667766;
	text-decoration: none;
	background-color:#D9D9B6;
}
#navlevel1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	}
#navlevel1 ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	}
#navlevel1 li {
	list-style-type: none;
	
	}

#navlevel1 li a{
	list-style-type: none;
	background-color: #D9D9B6;
	width: 238px;
	height: 17px;
	display: block;
	color: #333;
	text-indent: 25px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	
}

#navlevel1 li a:hover {
	width: 238px;
	height: 17px;
	display: block;
	color:#ffc;
	text-indent: 25px;
	text-decoration: none;
	background-color: #339966;

}

#navlevel2 li {
	list-style-type: none;
	
	}
	
#navlevel2 li a {
	list-style-type: none;
	position: relative;
	background-color:#D9D9B6;
	width: 238px;
	height: 16px;
	color: #333;
	text-indent: 35px;
	text-decoration: none;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;

}

#navlevel2 li a:hover {
	position: relative;
	background-color: #329664 ;
	width: 238px;
	height: 16px;
	color:#ffc;
	text-indent: 35px;
	text-decoration: none;
	font-size: 1em;

}






/*
	width: 220px;
	height: 17px;
	display: block;
	color:#000000;
	text-indent: 15px;
	text-decoration: none;
	background-color: #339966;


	<ul id="navlevel1">
			<li id="navlevel1active"><a id="navlevel1current" href="http://www.er-ste.de/?page_id=6" title="Trägergesellschaft">Trägergesellschaft</a>
			<ul id="navlevel2">
				<li><a href="http://www.er-ste.de/?page_id=7" title="Idee">Idee</a></li>
				<li><a href="http://www.er-ste.de/?page_id=8" title="Konzept">Konzept</a></li>

			</ul></li>




*/
/*Hintergrundbild */


#opacity {
	position: absolute;
	top: 145px;
	right: 71px;
	width: 400px;
	height: 457px;
	background-color: #FfffCC;
     filter:alpha(opacity=80);
     -moz-opacity:0.8;
     opacity: 0.8;
	 z-index: 30;
}

#bild {
	position: absolute;
	top: 124px;
	right: 51px;
	width: 660px;
	height: 500px;
	z-index: 20;
	background-color: #ffc;
}

#bildlinse {
	position: absolute;
	top: 124px;
	right: 51px;
	width: 660px;
	height: 500px;
	z-index: 21;
	background-color: #fff;
     filter:alpha(opacity=40);
     -moz-opacity:0.4;
     opacity: 0.4;
}

#sidebarfloathilfe {
	position: absolute;
	top: 145px;
	left: 51px;
	/* width: 220px; */
	width: 200px;
	height: 450px;
	
	
	}

#sidebar
{
	margin-left: 20px;
	width: 200px;
	
	}
	
.logo {
	border: none;
	position: absolute;
	bottom: 0px;
	left:20px;
	}
#geomashup h2 {

	margin: 0px;
	padding: 0px;
	}

.storycontent {

	line-height: 1.4em;	
	font-size: 1.2em;
	color: #003;
	
	}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
