/*------------------------1-------------------------------------*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: black;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;

	}

#header {
	background-color: #73a0c5;
	}


#content {
	font-size: 1.2em;
     color: #333333;
	}

/*habe Eintrag manuell hinzugefuegt um den Zeilen
abstand im content regulieren zu koennen*/

.narrowcolumn {
             line-height: 1.6em;
              }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


	
#footer {
	background-color: #FFFFFF;
	color: #FFFFFF;	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;

	
	
	}

h1 {
	font-size: 4em;
	text-align: left;
	
	}
	

/* Klasse f�r die Credits im Footer */	
.credit {

    font-size: 10px; 	
    margin: 10px 0 0 0;
    padding: 3px;
    text-align: center;
     }
	 
	 
.credit cite a {
color: #ffffff;
}

.credit cite a:hover {
color: #EFA737;
}
	
   
   
  

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

/*die groesse des content page title*/
h2 {
	font-size: 1.6em;

}

h2.pagetitle {
	font-size: 1.6em;

}

/*die ueberschrift der sidebar farbe groe�e etc*/
#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
color:#77BB0F;
font-weight: bold;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7abea1;
	}

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: black;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* f�r die Links (in der Sidebar und im footer) verantwortlich */
a {
	color: #333333;
	text-decoration: none;
	}




h2 a:hover, h3 a:hover {
	color: #EFA737
	
	}

a:hover {

	color: #EFA737
	
	}


#footer a {
        color: black;

}

#footer a:hover {

	color: #EFA737
	
	}
	

/* End Typography & Colors */



/*----------------------2---------------------------------------*/


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

/*abstand komplette box zum oberen rand*/

#page {
	background-color: white;
	margin: 30px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

/*richtet das Bild im Header aus*/
#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 200px;
	width: 760px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}




/*Hier kann das Textfeld ausgerichtet werden*/
.narrowcolumn {
/*mit float wird der bezug des Content fenster zum
Rand eingestellt*/
	float: right;
	padding: 0 60px 0 0;

/*hier wird mit dem ersten wert die Hoehe der
Content Box eingestellt
3 eintrag regelt den Abstand der Content Box
zu Footer*/

	margin: 24px 0 40px 0;
	width: 450px;

	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/*---------------------3----------------------------------------*/


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

/*fuer die Post Ueberschrift verantwortlich Farbe und Position*/
h2 {
	margin: 30px 0 0;
	color:#77BB0F;
	
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/*regelt den Abstand der sidebar 
von der oberen Kante margin top kann IE 5/6 nicht*/

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */


/*--------------------4-----------------------------------------*/


/* Begin Images */

/*IE version 5und6 koennen den CSS befehl zum
skalieren von Bildern nicht ausf�hren, 
dadurch entsteht das Problem mit der navi
die nach unten springt*/

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 */


/*----------------------5---------------------------------------*/


/* 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;
	}




	

/* For Link Indication plugin */
   a.liexternal { padding-left: 13px; background: url(images/icons/link_external_06.gif) no-repeat left; }
   a.liwikipedia { padding-right: 14px; background: url(images/icons/link-icon_wikipedia.gif) no-repeat right; }
   a.liimdb { padding-right: 18px; background: url(images/icons/link-icon_imdb.png) no-repeat right; }
   a.liftp { padding-right: 13px; background: url(images/icons/link-icon_ftp.png) no-repeat right; }
   a.limailto { padding-right: 18px; background: url(images/icons/link-icon_mail.png) no-repeat right; }
   a.lipdf { padding-right: 17px; background: url(images/icons/link-icon_pdf_01.png) no-repeat right; }
   a.liinternal { padding-left: 14px; background: url(images/icons/linkinternal_6.gif) no-repeat left; }

/*die textzeichen vor den links in der sidebar*/
/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/



/*abstand der .gif, pfad zum bild, die position der .gif 
.entry ul li, #sidebar ul ul li{
   padding-left: 5px;
   background-image: url(images/icons/link-icon_internal3.gif);
   background-repeat: no-repeat;
   background-position: 0.5em;
   list-style: none;
   }*/

/*ist f�r den List Style der �berschrift verantwortlich*/
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
    margin-bottom: 3px;
	}
		
/* Eintrag ist f�r die Abst�nde der einzelnen Zeilen untereinander in der Sidebar PHP verantwortlich*/
#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
	}	
	
/*ist f�r die aufgeklappte ul zust�ndig (hier kann der Einzug der links bearbeitet werden)*/
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 7px;
	}	
	
/*sagt der Sidebar wo sie im Bezug zur �berschrift stehen soll*/
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}	
	
/*sagt der gesamten sidebar wo sie stehen soll*/
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}	

/*gibt der sidebar einen hintergrund*/
#sidebar a
{
display: block;
padding: 1px;
width: 100px;
/*background-color: #EFAB4E;*/
border-bottom: 1px solid #F0F1F5;
}

/*gibt die Textfarbe der Ul in Sidebar an*/
#sidebar a:link, #sidebar a:visited
{
color: black;
text-decoration: none;
}

/*block hover in der Sidebar*/
#sidebar a:hover
{
background-color: #EFA737;
color: #fff;
}
/* End Entry Lists */


/*----------------------6---------------------------------------*/

/* Begin Sidebar */
#sidebar
{
	
/*stellt die Sidebar relativ zum Rand ein 
vgl. .narrowcolumn*/
	margin-left: 50px;
        margin-top: 15px;
	width: 170px;
	}


/* End Sidebar */


/*----------------------7---------------------------------------*/

/* 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*/



