
/*  
my chem - chemical distribution  
Gestaltung & Technik
(c) agil - mehr Internet KG 2008  
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	margin: 0;
}

/* Layer */
	
#container {
	width: 950px;
	height: 630px;
	margin: 0 auto;
	background-image: url(../images/bg_container.gif);
	background-repeat: no-repeat;
	background-position: left 400px;
}
	
#header {
	width: 945px;
	height: 47px;
	background: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	overflow: visible;
}


/* Rahmen um den Haupt-Inhalt und den rechten Bereich */	
#content {
	width: 740px;
	height: 475px;
	margin-left: 195px;
	margin-bottom: 35px;
        padding-right: 12px;
        overflow: auto;
	
}

/* Layer für die Haupt-Navi */
	
#left {
	float: left;
	width: 195px;
	height: 475px;
	margin-top: 45px;
 
}


/* Rechter Inhaltsbereich für Neben-Infos */	
#right {
	float: left;
	width: 300px;
	background-image: url(../images/bg_right.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 34px;
        padding-top: 15px;
}


/* Haupt-Inhaltsbereich */
#main {
	width: 380px;
        float: left;
}


/* Weitere Layer ...*/
	
#footer {
	width: 755px;
	height: 20px;
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: white;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 195px;
}

#foto-right {
	overflow: visible;
	visibility: visible;
	height: 175px;
	width: 300px;
	position: absolute;
	margin-left: 414px;
	margin-top: -156px;
}

#foto-left {
	position: absolute;
	margin-top: 275px;
	width:180px;
}

#foto-left-ie6 {
        display: none;
}

#headline {
	width: 430px;
	height: 40px;
	margin-left: 195px;
}

#language {
	margin-top: 3px;
}


#copyright {
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
	padding-right: 40px;
}

#search {
	position: absolute;
	margin-top: 425px;
	background-image: url(../images/bg_search.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	width: 160px;
}

/* basics */

img {
	border: 0px;
}

#language img {
	padding-left: 3px;
}

/* links */

a:link, a:visited {
	color: #3361AA;
	text-decoration: none;
}	

a:hover, a:active {
	color: #FFBC07;
	text-decoration: underline;
}

#footer a:link, #header a:link, #footer a:visited, #header a:visited {
	color: white;
	text-decoration: none;
	font-size: 11px;
}	

#footer a:hover, #header a:hover, #footer a:active, #header a:active {
	color: #3361AA;
	text-decoration: underline;
	font-size: 11px;
}

#copyright a:link, #copyright a:visited {
	color: #3361AA;
	font-size: 10px;
	text-decoration: none;
}	

#copyright a:hover, #copyright a:active {
	color: #FFBC07;
	font-size: 10px;
	text-decoration: underline;
}

/* text & headlines */

p {
	font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
	color: black;
	line-height: 16px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3361AA;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #958b8b;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3361AA;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #3361AA;
}

#content ol {
	/* list-style: inside; */
	list-style-type: decimal;
	margin-left: 30px;	
}

#content ul {
	list-style: inside;
	list-style-type: disc;
	color: #3361AA;	
}

#quicksearch-form {
       	color: #AAAAAA;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#quicksearch-input {
        width: 100px;
}

#extendedSearchOptionsFieldSet {
       margin: 4px;
}

#searchTermLinkFieldSet, #searchDisplayFieldSet, #searchFieldFieldSet {
       margin: 6px;
}

#searchTermLinkFieldSet label {
       margin-left: 4px;
}

#



/* navi */

#left ul {
	list-style: none;
	margin: 0px,
	padding: 0px;
	text-transform: uppercase;
}

#left li {
	list-style-type: none;
	margin-bottom: 3px;
}

#left ul ul {
	list-style: inside;
	list-style-image:url(../images/list-icon.gif);
	text-transform: none;
	margin-left: 0px;
	padding-left: 0px;
}

#left li li, #left ul ul li {
	margin-left: 0px;
	padding-left: 0px;
}

#left li a:link, #left li a:visited {
	text-decoration: none;
	color: black;
}

#left li a:hover, #left li a:active, #left li a.localized {
	text-decoration: none;
	color: #FFBC07;
}

#left ul ul li a:link, #left ul ul li a:visited  {
	color: #3361AA;
}

#left ul ul li a:hover, #left ul ul li a:active, #left ul ul li a.localized {
	color: #FFBC07;
}
