/*importiert normalisierung.css*/@import url("norm.css");


body {position: relative;margin: 0 auto;text-align:center;width: 950px;
background:#6e6a60;
font-size: 100.1%;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#5a6267;}

/*wrapper umschliesst alles*/div#wrapper {background: url(../images/mitte.gif) repeat-y center ;position:relative;width: 950px;text-align:left;}

div#oben {background: url(../images/obenc.jpg) no-repeat center;width: 950px;height: 112px;}
div#content {padding:0 110px;background: url(../images/mitte.gif) no-repeat center top;
/*overflow:hidden; könnte man machen um das float der beiden inneren container zu löschen und dafür zu sorgen, dass container mit einer evt. höheren navi mitwächst.*/}

div#footer {
background:url(../images/unten.gif) no-repeat center bottom;
height:93px;
width:950px; 

}


/*==========branding start ===============*/


h1.logo {background: url(../images/LogoTCChemieGreizWebsite9.png) no-repeat; text-indent:-9999px; width:720px; height:91px; position:relative; left:40px;}
blockquote.info {text-indent: -9999px;height:0;}

/*===========branding ende===============*/


/*============zwei spalten start ==============*/
#navi1 {
background:url(../images/mitte.gif) ;
position: relative;left:-110px;
height:10px;
width:950px; 
}
#navi {
background: url(../images/navihg.png) repeat-y left top;float:left;width:231px; 
position: relative;left:-35px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.8em;letter-spacing:0.2em;
min-height:265px;
}


#content_main {margin: 0 20px 0 240px; /*der linke rand verhindert, dass dasnavi float unterhalb umflossen wird*/}


#site_info {
clear:both; /*vorbei mit floating, steht wieder unterhalb von allem und sorgt dafuer, dass die oberen beiden divs die seite mit erhoehen*/
position: relative; top:-80px;
}

/*============ zwei spalten ende ==========*/

#navi h2 {
text-indent: -99999px;
height:0;
}


/*==========navi start===========*/

#navi ul {padding: 20px 5px 20px 60px; /*abstand fuer das gesamte ULblockelement*/
}

#navi ul li a:link, #navi ul li a:visited, #navi ul li a:active {display:block;color:#5a6267;text-decoration:none;padding-bottom:15px;}


#navi ul li a:hover, #navi ul li a:focus, #navi ul li a#current {
color:#000;
} 

/*==========navi ende============*/

/*=========content_main start===========*/

#content_main h2 {
padding-bottom: 5px;
font-size: 1.3em;
}

#content_main h3 {text-indent:-9999px;}

#content_main h5 {font-size: .9em;line-height: 1.3;margin-bottom: 1px;
}

#content_main h4 {
margin-left: 0px;
font-family: Baskerville, Cambria, “Times New Roman”, serif;
font-weight:bold;
font-size: 1.2em;
}

#content_main ul li {
overflow:hidden;
padding: 10px 0;
}

#content_main img {
float:center;
border: 1px solid #ccc; 
background-color: #fff;
width: 15px;
height: 15x;
}

#content_main p {font-size: .9em;line-height: 1.3;margin-bottom: 15px;
/*margin-left: 205px; Nur aktivieren, falls Sie den Text nicht unter dem Bild weiterfließen lassen wollen*/}


#content_main p:first-letter {
font-family: “Helvetica Neue“, Helvetica, Tahoma, sans-serif;
font-size: 1.3em; /*2.5em bei hohem Initial, das sich über mehrere Zeilen erstrecken soll*/
font-weight:normal;
color:#c9a637;
line-height:1; /*.9 für Initital, das sich über mehrere Zeilen erstreckt. */
/*float:left; für Initial, das sich über mehrere Zeilen erstreckt*/
}

/*==========content_main ende ==========*/


/*==========site_info start ============*/

#site_info h4 {text-indent:-9999px;}

div#site_info {margin-left:25px;font-size: 0.7em;line-height: 1.3em;}

/*=========site_info ende ==============*/em;line-height: 1.3em;}

/*=========site_info ende ==============*/


#container {
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
}

/*=========Linkdarstellung=============*/
a:link,
a:visited {
    color: #5a6267;
    /*font-size: 12px;
    font-weight: bold;*/
    text-decoration: none;
}
a:hover {
    color: #5a6267;
}
