/* Basic Definitions */
body {
	background:url(/isochema/wLayout/design/img/bg.jpg) repeat-x top left;
	margin:0 auto;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
	text-align:center;
}


tbody {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
}

/* Base-Elements Definitions */
.clear			{ clear:both; height:0; overflow:hidden; }
.clear_left		{ clear:left; height:0; overflow:hidden; }
.clear_right		{ clear:right; height:0; overflow:hidden; }


/* Enviroment Definitions */

#container {
	width:780px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:50px;
	background:#fff;
	border-left:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
}

#header {
	background-color:#003466;
	height:58px;
	overflow:hidden;
}

#header #logo {
	width:780px;
	margin:0 auto;
	text-align:left;
	background-color:#003466;
}

#header #shortlinks {
	text-align:right;
}

#header div a {
	display:block;
	width:190px;
	height:112px;
	float:left;
}

#header div a img {
	border:none;
	margin-left:30px;con
}

#header div div img {
	border:2px solid #000000;
	margin-right:13px;
	margin-top:12px;
}

#header_img {
	background:url(/isochema/wLayout/design/img/head.jpg) 0 0;
	width:780px;
	height:55px;
	float:left;
}

#bc {
	background-color:#003466;
	width:780px;
	height:30px;
	float:left;
}


/* Breadcrumb Definitions */

#bcrumb {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 13px;
	padding-top:8px;
	text-align:left;
	width:400px;
}

#bcrumb a {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#bcrumb a:hover {
	color:#5880c6;
}

.crumbbrackets {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#breadcrumb_left {
	width:190px;
	height:30px;
	float:left;
	border-right:1px solid #fff;
}

#breadcrumb_right {
	height:30px;
	margin-left:228px;
	text-align:left;
}

/* Area */
#area {

}

#area #area2 {
	width:780px;
	margin:0 auto;
	text-align:left;
	background-color:#fff; 
}



/* Content */
#content {
	float:left;
	width:530px !important;
	margin-left:-1px;
	padding:20px 20px 60px 35px;
	background:none !important;
	line-height:17px;
	border-left:1px solid #9e9e9e;
	text-align:left;
}

#content #minheight {
	width:1px;
	height:400px;
	float:right;
}

#content ul {
	list-style-type:square;
        margin-bottom:5px;
}


.lang_en {
	color:#666;
}

/*
#kalender {
	font-size:12px !important;
	padding:30px 0 0 50px;
}
*/

/* Footer */
#footer {
	/* width:780px; */
	background:transparent url(/isochema/wLayout/design/img/footer.gif) no-repeat scroll 4px 0;
	color:#86878B;
	font-size:11px;
	line-height:16px;
	height:59px;
	margin:0 auto;
	padding:15px 0 0 190px;
	text-align:center;
}



/* Navigation Definitions: Top */
#top_navigation {
	background-color:#003466;
color:#FFFFFF;
font-size:11px;
margin:0 auto;
padding:20px 20px 10px 10px;
text-align:right;
width:750px;
}

#top_navigation a {
	color:#fff;
	padding:0 3px;
	text-decoration:none;
}

#top_navigation a:hover {
	text-decoration:underline;
}

#leftside {	
	width:190px;
	float:left;
	padding:3px 0 0px;
	border-right:1px solid #9E9E9E;
}

#cloudsub  {
	float:left;
	background-color:#003466;
	padding:15px;
	/* width:160px; */
	text-align:justify;
}

#cloudsub a:link, #cloudsub a:visited, #cloudsub a:focus, #cloudsub a:active {
	text-decoration:none !important;
}

#cloudsub a:hover {
	text-decoration:underline !important;
}



/* Navigation Definitions: Main */
/* Navigation benoetigt eine Mindesthoehe von 266 Pixel 
 * bei genuegend Menuepunkten ist dies kein Problem zu erreichen */
#navigation {
	background-color:#fff;
	float:left;
	margin:0 !important;
	font-size:12px;
	padding:18px 0 30px;
}
#navigation a {
	line-height:12px;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul li a {
	display:block;
	color:#000000;
	font-weight:bold;
	width:160px;
	padding:4px 0 4px 20px;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
}

#navigation ul li a:hover {
	text-decoration:none !important;
	color:#5880c6;
}

#navigation ul li.aktiv a {
	border-bottom:1px solid #FFFFFF;
	color:#fe6700;
	background-color:#fff;
}

#navigation ul li.aktiv a:hover {
	text-decoration:none;
}

#navigation ul li.aktiv ul {
	border-bottom:1px solid #FFFFFF;
	padding-bottom:4px;
}

#navigation ul li.aktiv ul li a {
	width:150px;
	padding:2px 0 2px 40px;
	font-weight:normal;
	background:url(/isochema/wLayout/design/img/anchordot.gif) 28px 6px no-repeat;
	border:none;
        color:#003466;
}

#navigation ul li.aktiv ul li a:hover {
	text-decoration:none !important;
	color:#5880c6;
}

#navigation ul li.aktiv ul li.aktiv a {
	/* background:url(/isochema/wLayout/design/img/nav_level1_aktiv.gif) repeat-x; */
        color:#FE6700;
	text-decoration:none !important;
}


/* Table Content Definitions */
.indextable {
	margin-left:-15px;
}

.indextable td {
	font-size:11px;
	text-align:center !important;
}

.indextable img {
	margin:10px 0 18px !important;
	float:none  !important;
}

.indextable a:hover {
	color:#5880c6;
}


/* Content Elements Definitions */
a {
	text-decoration:none;
	color:#001177;
}
a:hover { 
	text-decoration:none;
	color:#5880c6;
}


h1 {
	font-size:16px;
	color:#0d3e78;
	margin:30px 0 6px;
	font-family:Arial, Tahoma, sans-serif;
	font-weight:bold;
}
h2 {
	font-size:13px;
	color:#0d3e78;
	margin:0 0 15px;
	line-height:18px;
	font-family:Arial, Tahoma, sans-serif;
}

h3 {
	font-size:10px;
	color:#999999;
	margin:6px 0 6px;
	font-family:Arial, Tahoma, sans-serif;
	font-weight:normal;
}

/* Master Template Auto Definitions */

	
div.fliesstext_bild_links div.text, div.fliesstext_bild_rechts div.text {
	float:left;
	width:325px;
}
div.fliesstext_bild_links div.bild, div.fliesstext_bild_rechts div.bild {
	float:left;
	width:180px;
}
div.fliesstext_bild_links div.bild img, div.fliesstext_bild_rechts div.bild img {
	border:none;
}
div.fliesstext_bild_links div.bild {
	margin-right:20px;
}
div.fliesstext_bild_rechts div.bild {
	margin-left:20px;	
}
	
	
	
/* Image Definitions */
	
#content img {
	border:1px solid #003466;
	float:right;
        margin:0 0 10px 10px;
}

.bild_zentr {
        margin:30px auto;
        text-align:center;
	float:none;
}	

.bild_zentr img {
	float:none !important;
}	


	
.bilderleiste {
  padding:20px 0 0 0;
}

.bilderleiste .bildbox {
  float:left;
  margin:0 15px 15px 0;
}

.bilderleiste .bildbox img.bild {
  border:1px solid #565656;
}
	
	





/* Print Definitions */
@media print
{

	#top_navigation, #footer, #header, #navigation, #minheight, #divEditbutton   {
	  display:none;
	}
	
	body, #area, #area2 {
	  background:none !important;
  	  background-color:#FFF;
	  margin:0;
	  width:auto;
	}
	
	#content {
		margin:0;
		padding:0;
		float:none;
	}

} 

