/*
Theme Name: gsew
Description: 2-spaltig mit Kopf.
Version: 1.0
Author: Bernd Geissler
Author URI: http://bgeissler.de
*/

/* ### Vorbereitende Maßnahmen | Reset ##################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	

	/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	html { height: 100% } 
	body { 
		min-height: 101%;	
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	} 
	
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 99% }

        img {
               border-style:none;
               }


body {
   background-color:#e0e0e0;
   margin-top: 30px;
   margin-left: 30px;
   margin-right:30px;
   padding: 0;
   font-family: 'Lucida Grande', Verdana, sans-serif;
   }

a:link {
   color: #55ac40;
   font-weight:bold;
   text-decoration:none;
   }

a:visited {
   color: #55ac40;
   font-weight:bold;
   text-decoration:none;
   }

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

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

h1,h2,h3,h4,h5 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}

h1 {: 1.4em;  color: #4e4e4e; margin: 0 0 0.25em 0.75em; padding-top: 1.5em; border-bottom: 2px #ddd solid; }
h2 {font-size: 1.0em; color: #4e4e4e; font-weight:bold; }
h3 {font-size: 1.2em; color: #006; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
h4 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
h5 {font-size: 1.0em; color: #4e4e4e; font-weight:bold;}
h6 {font-size: 1.0em; color: #4e4e4e; font-weight:bold;}

hr {color:#ddd; background-color:#ddd; height:2px; margin-left:0; text-align:left; border:0px;}

#plain {
   position: absolute;
   top: 0px;
   left: 0px;
   height:740px;
   width: 100%;
   margin-right:-4px;
   background-color:#f2f2f2;
   border: 2px #888899 solid;
   font-size:0.8em;
}

#logo {
   width: 100%;
   height:140px;
   background-image:url(images/bg_top.jpg);
   padding-top:10px;
   }

#logo_urlaub {
   width: 100%;
   height:170px;
   background-image:url(images/bg_urlaub.jpg);
   padding-top:10px;
   }

#logo_entwicklung {
   width: 100%;
   height:140px;
   background-image:url(images/bg_entwicklung.jpg);
   padding-top:10px;
   }

#left {
   background-color:transparent;
   width: 23%;
   margin-top: 0px;
   float:left;
   }

#left-inside {
   width:100%;
   color: #2c2c6a;
   min-height:500px;
   }

#left-inside ul {list-style-type:none; padding: 0 0 0 10px; margin: 0 0 0 10px;}
#left-inside li {list-style-position:inside;
   font: 1em 'Lucida Grande', Verdana, sans-serif;
   font-weight: bold;
   padding: 0.5em 0 0 0.5em;
   margin: 0.5em 0.5em 0 0;
   color:#000000;
}


#left-inside .page_item a { color: #55ac40;}
#left-inside .page_folder a { color: #55ac40; }
#left-inside .current_page_item a { color: #000000;}
// #left-inside .current_page_ancestor a { color: #000000; }

a:link {
   color: #55ac40;
   font-weight:bold;
   text-decoration:none;
   }

a:visited {
   color: #55ac40;
   font-weight:bold;
   text-decoration:none;
   }

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

#right {
   background-color: transparent;
   width:75%;
   height:560px;
   margin-top: 0px;
   float:right; 
   border-left: 2px #ddd dotted;
   overflow:auto;
   }

#right-inside {
   width: 98%;
   margin-left: 12px;
   color: #2c2c6a;
   }

#right-inside ul {list-style-type:desc}
#right-inside li {list-style-position:inside;
}

#right-inside a:link {
   color: #55ac40;
   font-weight:normal;
   text-decoration:none;
   }

#right-inside a:visited {
   color: #55ac40;
   font-weight:normal;
   text-decoration:none;
   }

#right-inside a:hover {
   color:#ff0000;
   font-weight:normal;
   text-decoration:none;
   }

#comment {
   clear:both;
   width: 80%;
   font-size:120%;
   color: #2c2c6a;
   }

#comment_hinweis {
   width: 460px;
   color: #808080;
   padding-bottom: 1em;
   }

#footer {
   position:absolute;
   top:740px;
   left:-2px;
   right:-2px;
   width: auto;
   height:36px;
   background-color: #f2f2f2;
   background-image:url(images/bg_footer.jpg);
   background-position:bottom;
   border-top: 2px #ddd solid;
   border-left: 2px #888899 solid;
   border-right: 2px #888899 solid;
   }

#footer_left {
   float:left;
   width:auto;
   padding-left:12px;
   padding-top:6px;
   }

#footer_right {
   float:right;
   width:50%;
   text-align:right;
   padding-right:18px;
   padding-top:6px;
   }

.bild_rechts {
   float: right; 
   margin-bottom: 12px; 
   margin-left: 24px;
   }

.bild_links {
   float: left; 
   margin-bottom: 12px; 
   margin-right: 24px;
   }

blockquote {
   float: left; 
   margin-bottom: 12px; 
   margin-right: 24px;
   margin-left: 0px;
   width:200px;
/*   border:solid #808080 1px; */
/*   background-color: yellow; */
   }

fieldset {
/*   background-color: #f2f2f2; */
   }

.meta { font-size: 0.8em; color: #000000; margin-bottom: 15px; }
.meta a:link, .meta a:visited { color: #55ac40; }
.meta a:hover { color: #ff0000; }

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

/*	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 */

/* ---BEGINN COUNTER ---*/

/* Block Layout */
#block_counter {
   width:10em;
   border: 1px #81ac40 solid;
   text-align:left;
   padding: 4px;
   font-size: 0.8em;
   }

/* Line Layout */
#line_counter span {
   margin: 0 -6px 0 0;
   border: 1px #81ac40 solid;
   padding: 2px 4px 2px 4px;
   font-size: 11px;
   }

#line_counter .dunkel {
   background-color: #bae0b0;
   }
/* ---ENDE COUNTER ---*/



/* All */
#copyright {
   margin-top:4px;
   font-size: 9px;
}


