/*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/LogoTCChemieGreizWebsite7.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 {
margin-left: 0px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-weight:bold;
font-size: 1.0em;
}

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

#content_main .text {
margin-left: 0px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-size: 1.1em;
line-height: 1.3;
margin-bottom: 0px;
padding-bottom: 5px;
}

#content_main .text h1 {
margin-left: 0px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-size: 1.3em;
line-height: 1.3;margin-bottom: 10px;
text-align:center
}

#content_main .text h2 {
margin-left: 0px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-size: 1.1em;
line-height: 1.3;margin-bottom: 5px;
text-align:center;
}

#content_main .text h4 {
margin-left: 0px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-size: 0.8em;
line-height: 1.3;margin-bottom: 2px;
text-align:center;
}

#content_main .text img {
float:center;
border: 1px solid #ccc; 
background-color: #fff;
max-width:470px;
max-height:352px;
margin-bottom: 4px;
}

#content_main .links {
margin-left: 0px;
margin-bottom: 15px;
font-family: Baskerville, Cambria, "Times New Roman", serif;
font-size: 1.0em;
line-height: 1.3;
}

#content_main ul li {
overflow: auto;
padding: 20px ;
font-size: .9em;line-height: 0.9;margin-bottom: 0,1;
}

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

#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;
}

.clear {clear:both;}

/*================ photo gallery begin========================= */

/* start jcarousel */

ul#mycarousel{
text-align: center;
}

ul#mycarousel li {
list-style: none;
display: inline;
overflow: hidden;
padding: 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    /*-moz-border-radius: 5px;*/
    background: #111;
}

.jcarousel-container-horizontal {
    width: 412px;
    padding: 10px 40px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* end jcarousel */


/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
    /*-moz-border-radius: 5px ;*/
    background: #111;
    /*border: 1px solid #333;*/
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 420px;
    padding: 10px 40px;
}

.jcarousel-skin-tango.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  420px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 85px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #000;
    color: #111;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 38px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 38px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* end tango jcarousel */

/* BEGIN GALLERIA STYLE */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em;background-color:#FFFFFF}
/** html .galleria li div span{width:600px} /* MSIE bug */

/*.gallery_show{width:702px;margin:0 auto;}*/
.gallery_show{height:90px;margin:0;}
.gallery_show li{width:75px;height:75px;border:3px double #111;margin: 2px;background:#111;}
.gallery_show li div{left:240px}
.gallery_show li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{
	margin: 0 auto 0px auto;
	/*height: 640px;*/
	width: 480px;
	background: #111;
    display:table;
    text-align:center;
}

/** html #main_image img{
width:580px;
height:auto;
} */
        
.galleria_wrapper{
    /*display:table-cell;*/
    /*vertical-align:middle;*/
	/*margin: 0 auto;*/
	padding:10px;
}

#main_image img{
    margin: auto;
	width:470px;
	height:auto;
	max-height:none;
	max-width:none;
}

#SlideShowCtrl {
	height: 50px;
}
#SlideShowTxt {
	line-height: 32px;
	vertical-align: super;
	font-size: large;
	color: #0033CC;
}

.nav{padding-bottom:10px;text-align:center;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.scroller {
	margin: 0 auto 0 auto;
	/*width:620px;*/
	height:105px;
}

/*================ photo gallery end========================= */
