/* pos1.css */

/* CSS Document */
/* Das ist die CSS Datei für die HOME, WISSENSWERTES, MITMACHEN, KONTAKT Seiten*/

* { margin:0; padding:0; font-size: 100%; } 
html { height: 100% } 


	body { 
	/* 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. */
		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 when die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;
		text-align: left; 
	} 


#page_margins {
	background: #ffffff;
	margin: 15px;
    min-width: 750px;
}

#page {
	border: 1px solid #ffffff;
	margin-left: 70px;
	position: relative;
}

#logo {
	/*float: left;*/
	width: 60px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	/*position:absolute;*/
}

#header {
	height: 45px;
	width: 100%;
	margin: 0 0 0 0;
    float: left;	
}



#menutop-2 {
    margin-top: 5px;
}


#menutop-3 {
    margin-top: 0px;
}

#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000000;
	display: inline;
	margin-right: 300px;
	float: right;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/*
input {
	font-size: 10px;
	height: 60px;
}
*/
#pagetitle, #pagesubtitle {
	margin-top: 25px;
	height:20px;
}

#pagetitle, #pagesubtitle, #slogan, #content_container, .h_menu {
    padding-left: 15px;
}

#slogan {
    margin-bottom: 25px;
}

#content_container {
	width: auto;
	margin: 180px 0 0 0px;	
	text-align: left;
    z-index: 10;
    /* das hat Auswirkungen auf den Abstand oben, siehe margin: 180px ... */
    /*clear:both; */
}

/* Inhalt 1 - linke Textspalte, NORMAL-Spalte in T3*/
#col1 {
	/*float: left;*/
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
    z-index: 1;
}


/*Test for BOX Hack*/
#col2 {
	/*float: left;*/
}

/* Inhalt 3 - Bild rechts, RAND-Spalte in T3*/
#col3 {
    /* float: right; */
	/*float: left;*/
}


#content0, #content1, #content2 {
    /*position: relative;*/
}

#content0 {
    margin-left: 15px;
    margin-right: 10px;

}

#content1 {
    margin-left: 10px;
    margin-right: 20px;

}

#content2 {
}

.clear {
	clear: both;
}

.content   {
    color: #000000;
    width: 175px;
}


.big-content {
    width: 270px;

}
/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns {	
    clear: both; 
    float: left; 
    content: "."; 
    display: block;  
    height: 0; 
    line-height: 0px; 
    visibility: hidden; 
    border: 0; 
    padding: 0;
    margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}


/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 


div.menutop {
    width: 590px;
    /*width: auto;*/
}


.h_menu {
    width: 590px;
}
