/*------------------------1-------------------------------------*/
/* Begin Typography & Colors */

body {
/*skaliert alle schriften in prozent*/ 	
        font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #323232;
	text-align: center;
	}

#page {

	text-align: left;
	}

	
#headerimg 	{
	margin: 0px 0px 0;
	height: 164px;
	width: 740px;
	}



/*...Lauftext....
regelt die groesse und die Abstaende des 
Lauftext im Content*/
#content {
	font-size: 1.1em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #FFEE98;
	
	}


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: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/*Ueberschrift content Groesse*/
h2 {
        font-family:'Times New Roman',Times,serif;
	font-size: 1.5em;
	}

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: #333;
	}

/*Ueberschrift Content Box Farbe regeln*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited,  #wp-calendar caption, cite {
	text-decoration: none;
        color: #666666;
	}

	
#sidebar {
		font-family:'Times New Roman',Times,serif;
	font-size: 1.3em;
	
	}
	
#sidebar a {
	color: #323232 ;
	}
	
#sidebar a:hover {
	color: #950F20 ;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333333;
	}

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: #666666;
	text-decoration: none;
	}

a:hover {
	color: #9B0008;
	text-decoration: none;
	}
/* End Typography & Colors */



/*----------------------2---------------------------------------*/


/* Begin Structure */
body {
	margin: 30px 0 30px 0;
	
	}

/*abstand komplette box zum oberen rand*/

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 757px;
	
	}

/*richtet das Bild im Header aus*/
#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 192px;
	width: 757px;
	}

#headerimg {
	margin: 0;
	height: 164px;
	width: 100%;
	}


/*Hier kann das Textfeld ausgerichtet werden*/

/*Hier kann das Textfeld ausgerichtet werden*/
.narrowcolumn {
/*mit float wird der bezug des Content fenster zum
Rand eingestellt*/
	float: right;
	padding: 0 0 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: 20px 37px 20px 0;
	
	
	width: 460px;
	}


#footer {
	padding: 0;
	margin: 0px auto;
	
	width: 757px;
	height: 5px;
	clear: both;
	}

#footer p {
	margin: 0 0 0 83px;
	padding: 7px 0;
	text-align: left;
	}
	

#footer a {
	color: #505050 ;;
	}
	
#footer a:hover {
	color: #9B0008;
	
	}
/* End Structure */


/*---------------------3----------------------------------------*/


/*	Begin Headers */
h1 {
	
	}

h2 {
	margin: 0 0 0;
	padding: 0;
	}

/* h2.pagetitle {


} */

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */


/*--------------------4-----------------------------------------*/


/* 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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	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;
	}

/*.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;
	}

/*sagt der gesamten sidebar wo sie stehen soll !!!. Originalwert war 0*/

#sidebar ul, #sidebar ul ol {
	margin:  0 0 0;
	padding: 0 0 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 8px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

/*Abstand Ueberschrift zum Auswahlmenue, u.U. auch Abstand 
  Menü zum unteren Rand des Header, wenn keine Überschrift da ist, 
  zum Beispiel durch ein + an ihrer Stelle */

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	
	}

/*steuert die Zeilen Abstaende in der Sidebebar*/

#sidebar ul ul li, #sidebar ul ol li {
	margin: 8px 0 0 0;
	
	padding: 0;
	}
/* End Entry Lists */


/*----------------------6---------------------------------------*/

/* Begin Sidebar */
#sidebar
{
	
/*stellt die Sidebar relativ zum Rand ein 
vgl. .narrowcolumn*/
	margin: 55px 0 30px 45px;
	width: 90px;

	}


/* 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*/

/*----------------------6---------------------------------------*/

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 85px;
height: 12px;
	padding: 2px;
	}

#sidebar #searchsubmit {
font-size:10px;
margin: 5px 0px;

	padding: 1px;
	}

	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	

	
/* Form Elements */

.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 {
font-size:10px;
	margin: 0 -6px ;
	float: right;
	}


/* End Form Elements */




/* Guestbook*/
div.comment-number {
float: right;
text-align: right;
font-size: 1.2em;
font-weight: normal;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding: 8px 0;
color: #ACACAC;
}

/* Begin Comments Typo_color*/

/*.entry p a:visited {
	color: #b85b5a;
	}*/

	
.commentlist {
	 /*width: 490px;*/
	}

#commentform input, #commentform textarea {
	font-size: 1.1em; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFEE98;
	border: 1px solid #505050; 
	
	
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	
	}

.commentlist p {
	font-weight: normal;
	line-height: 2em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	

/* Begin Comments Layout*/



.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
.commentlist ol {
	float: left;
	}

.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 */


