/*
	Hier wird das Layout geregelt
	
		Standardschrift 12px = 75 %;
	
		10px = 0.833em;
		11px = 0.917em;
		12px = 1em;
		14px = 1.167em;
		16px = 1.334em; 
*/

/* --------------------------------------------------------------HTML ELEMENTE*/
body{
	font-size:100.01%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1.5em;
}
h1{
	font-size:1.1em;
	font-weight:bold;
	
}
h2{
	font-weight:bold;
	font-size:0.85em;
	
}
h3{
	font-weight:bold;
	font-size:0.85em;
}
h4{
	font-size:1.4em;
}
h5{
	font-size:1.2em;
}
p,ul{
	font-size:0.8em;
	
	margin-bottom:1em;
}

ul ul{
	font-size:1em;
	
	text-align:justify;
}
strong{
	font-weight:bold;
}
/* Listen u.ä,*/
ul.case_projects_contry li{
	
	font-weight:normal;
}
ul.case_projects_continent{
	
	font-weight:bold;
}
/* -------------------------------------------------------------Div Styles*/
#content{
	text-align:left;
}
#content_top{
	/* Hier ist das heutige Datum enthalten */
	
	font-size:0.75em;
	
}
#content_head span{
	font-size:2em;
	display:block;
	padding-top:1em;
}
#content_top_right{
	text-align:right;
}
#content_menu{
	
	font-size:0.75em;
	
		
}
#content_footer{
	
	font-size:small;
	text-align:center;
	
}
/* ----------------------------------------------------------------Navigation */
ul#navigation{
		
	font-size:1em;
}
ul#navigation li a:link,ul#navigation li a:visited{
	text-decoration:none;
	line-height:1.5em;
	font-weight:bold;
		
}

/* -----------------------------------------------------------------------Case Action */

.case_training_duration{
	
	font-weight:bolder;
}
.case_impressum_headline{
	font-size:small;
}
.kontakt{
	font-size:0.8em;
	
}

/* ----------------------------------------------------------------------natrue ---*/

div#natrue ul#label li h2{
	font-size:.9em;
	
}

div#natrue ul#label li p{
	font-size:.9em;
	
}



/* ----------------------------------------------------------------------All.Klassen */

.bold{
	font-weight:bold;
}
.center{
	/*text-align:center;*/
}
.hoverPic,.displaynone{
		/*ist die Klasse für versteckte hover Bilder*/
		display:none;
}

.noborder{
	border:0;
}
