/*******
Skeleton
*******/
html {
	height:100%;
	min-height:100%;
}

body {
	height:100%;
	min-height:100%;
	margin:0;
	font-family:Verdana, sans-serif, sans;
	font-size:12px;
	line-height:150%;
	background-color:#e2f2fb;
	background-image:url(media/back.jpg);
	background-repeat:repeat-y;
	background-position:-45px 0;
}

.site {
	min-height:100%;
	width:1000px;
	margin:0 0 0 0;
	background-color:#ffffff;
}

* html .site {
	height:100%;
}

#flash {
	float:left;
}

#header {
	float:left;
	height:253px;
	background-image:url(media/header.back.jpg);
	background-repeat:no-repeat;
}

#streifen_logo {
	height:97px;
	width:1000px;
}

#streifen_bilder {
	height:156px;
	width:1000px;
}

#menu {
	float:left;
	width:177px;
}

.content {
	display:inline;
	float:left;
	padding:20px;
	background-image:url(media/content.back.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#sidebar {
	float:left;
	width:222px;
	background-image:url(media/sidebar.back.gif);
	background-repeat:repeat-x;
}

.clearer {
	clear:both;
}

#site_blank {
	background-image:url(media/content.back.blank.gif);
}

#site_sidebar {
	background-image:url(media/content.back.sidebar.gif);
}

#header_image {
	float:left;
}

#header_text {
	float:left;
}

#content_narrow {
	width:561px;
}

#content_wide {
	width:783px;
}

#flash_leistungen {
	padding:0;
	width:783px;
}



/***
Menu
***/

/* erste Ebene */
#menu ul { 
	margin:20px 0 0 10px;
	padding:0 0 0 0;
	list-style-type:none;
	font-weight:bold;
	border:0px solid blue;
}
#menu ul li a:link, #menu ul li a:visited {
	display:block;
	height:auto;
	width:133px;
	margin-bottom:5px;
	padding:0 0 0 20px;
	text-decoration:none;
	background-image:url(media/menu.pfeil.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	color:white;
	line-height:16px;
	border:0px solid blue;
}


/* zweite Ebene */
#menu ul li ul {
	margin:0 0 10px 14px;
	padding:0 0 0 0px;
	font-size:11px;
	list-style-type:none;
	color:#0099df;
	border:0px solid red;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited {
	background-image:none;
	width:122px;
	height:auto;
	padding:0 0 0 18px;
	font-weight:normal;
	line-height:13px;
	border:0px solid red;
	background-image:url(media/menu.disc.gif);
	background-repeat:no-repeat;
	background-position:0 -1px;
	margin:0 0 3px 0px;
	border:0px solid red;
}


/* dritte Ebene */
#menu ul li ul li ul {
	margin:0 0 10px 10px;
	padding:0 0 0 0px;
	font-size:11px;
	list-style-type:none;
	color:#0099df;
	border:0px solid green;
}
#menu ul li ul li ul li a:link, #menu ul li ul li ul li a:visited {
	background-image:none;
	width:110px;
	height:auto;
	padding:0 0 0 18px;
	font-weight:normal;
	line-height:13px;
	border:0px solid red;
	background-image:url(media/menu.disc.gif);
	background-repeat:no-repeat;
	background-position:0 -1px;
	margin:0 0 3px 0px;
	border:0px solid green;
}






#menu ul li a:hover {
	color:#0098e0;
}

#menu ul li #active {
	color:#0098e0;
}








/***
Tags
***/
a:link, a:visited {
	color:black;
}

a:hover {
	color:#0098e0;
}

h1 {
	font-size:18px;
	line-height:23px;
}

h2 {
	font-size:16px;
	margin:0 0 10px 0px;
}

h3 {
	font-size:14px;
	margin:0;
}

hr {
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:black;
	border:0;
	margin-bottom:20px;
}

ul {
	margin:10px 0 0 20px;
	padding:0;
}

p {
	margin:5px 0 10px 0;
}

img {
	border:0;
}

label {
	display:block;
	width:250px;
}





/******
Sidebar
******/
#sidebar img {
	display:block;
}




/*********
Headermenu
*********/
#headermenu {
	display:inline;
	width:350px;
	float:left;
	margin-left:180px;
	margin-top:27px;
	color:white;
	height:20px;
	padding:0;
	line-height:14px;
	border-right:0px solid red;
}

#headermenu a {
	display:block;
	float:left;
	height:12px;
	line-height:14px;
}

#headermenu a:link, #headermenu a:visited {
	color:white;
	text-decoration:none;
}

#headermenu a:hover {
	color:#0098e0;
}




/********
Headlines
********/
.h1_gruen {
	padding-left:40px;
	background-image:url(media/h1.pfeil.gruen.gif);
	background-repeat:no-repeat;
}

.h1_petrol {
	padding-left:40px;
	background-image:url(media/h1.pfeil.petrol.gif);
	background-repeat:no-repeat;
}

.h1_blau {
	padding-left:40px;
	background-image:url(media/h1.pfeil.blau.gif);
	background-repeat:no-repeat;
}

.h1_chemikalien {
	color:white;
	background-color:#00848b;
	margin-right:10px;
	margin:0;
}




/********
Schnipsel
********/
#search {
	margin:-20px;
	margin-bottom:20px;
	padding:20px;
	height:60px;
	background-image:url(media/content.search.gif);
	background-repeat:repeat-x;
	background-color:#9cdff9;
}

.anfrage {
	padding:3px;
	font-size:14px;
	line-height:14px;
	
	text-decoration:none;
	background-color:#ccc;
}
.anfrage:link, .anfrage:visited {
	color:white;
}

.anfrage:hover {
	color:#0098e0;
}

.headertrenner {
	display:inline;
	float:left;
	color:white;
	margin-left:3px;
	margin-right:3px;
}

#headermenu img {
	margin-right:3px;
}

.footer {
	height:1px;
	line-height:1px;
	font-size:1px;
	width:1000px;
}




/****************
Molecular Section
****************/
.molecule {
	width:782px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.molecule_description {
	width:450px;
}

.molecule_firstcolumn {
	width:125px;
}

.molecule_secondcolumn {
	width:100px;
}

.molecule_thirdcolumn {
	width:125px;
}

.molecule_fourthcolumn {
	width:100px;
}


/**************
Kontaktformular
**************/
.contactLabel {
	display:block;
	float:left;
	display:inline;
	width:100px;
}

input {
	float:left;
	display:inline;
	margin-bottom:10px;
	border-color:#9c9e9f;
}

.inputBig {
	width:300px;
	border-width:1px;
	border-style:solid;
	padding:2px;
}

.inputMedium {
	width:205px;
	border-width:1px;
	border-style:solid;
	padding:2px;
}

.inputSmallRight {
	width:80px;
	margin-left:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
}

.inputSmallLeft {
	width:80px;
	margin-right:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
}

.inputSubmit {
	width:150px;
	margin-left:100px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	border-color:#9c9e9f;
}

.inputText {
	float:left;
	display:inline;
	margin-bottom:10px;
	width:300px;
	height:150px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#9c9e9f;
	
}


.tx-srlanguagemenu-pi1 {
	float:left;
	width:60px;
	height:20px;
	padding:0;
	line-height:14px;
}


.tx-indexedsearch-searchbox-sword{
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #9c9e9f;
}


/* default styles for extension "tx_srlanguagemenu_pi1" */
   .tx-srlanguagemenu-pi1 p { line-height:100%; }
   .tx-srlanguagemenu-pi1 img {  padding: 0; border-style: none; }
   .tx-srlanguagemenu-pi1 .CUR { float: left;  }
   .tx-srlanguagemenu-pi1 .CUR a {  text-decoration: none;  }
   .tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { }
   .tx-srlanguagemenu-pi1 .NO { float: left; }
   .tx-srlanguagemenu-pi1 .NO a { }
   .tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {  }
   .tx-srlanguagemenu-pi1 .INACT { float: left;  }
   .tx-srlanguagemenu-pi1 .INACT a {  }
   .tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { }
   .tx-srlanguagemenu-pi1 .SPC {  float: left; f }
   .tx-srlanguagemenu-pi1 fieldset { }
   .tx-srlanguagemenu-pi1 fieldset legend { }
   .tx-srlanguagemenu-pi1 fieldset label { display: none; }
   .tx-srlanguagemenu-pi1 fieldset select { font-size: .8em; font-family: Verdana, sans-serif; background-color: #35006d; color: white; font-weight: bold; }
   .tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 { }

