/*	------------------------------------------------------------
	file name:	iunctim_classic_fixed.css
	version:	1.0
	author:		Jan-C. Kranefeld, B. Sc.
	created:	2006-11-01
	copyright:	iunctim GmbH & Co. KG, Bremen, Germany
	------------------------------------------------------------
*/

html {

}

body {
	height:100%;
	max-height:100%;
	padding:0px;
	margin:0px;
	font-size: 8pt;	
	font-family:Arial,Helvetica,sans-serif;
	overflow:auto;
	min-width:970px;
}

* html body{
	overflow:hidden;
}

*+html body{
	overflow:hidden;
}
h1, .header{
	/*color:#EE0000;*/
	color:#AC1633;
	font-size:1.15em;
	text-transform: uppercase;
}

h2, .subhead{	
	font-size:1.15em;
	text-transform: none;
	color:#000011;
	font-weight:bold;
}

a, a:visited {
	/*color:#EE0000;*/
	color:#AC1633;
}

/* layout: */

#top {
	position:fixed;
	z-index:4;
	top:0px;
	left:52px;
	height:45px;
	width:918px;
	background-color:#FFFFFF;
}
#top #slogan{
	float:left;
	margin-top:23px;
	font-weight:bold;
	width:460px;
	background-color:#FFFFFF;
	font-size:1.25em;
}

#top #topmenu{
	float:right;
	margin:16px 0px 0px 0px;
	padding:0px;
}

#top #topmenu li{
	width:auto;
}

#top #topmenu a{
	padding:0px 30px;
}

#banner {
	z-index:3;
	position:fixed;
	top:45px;
	left:0px;
	height:121px;
	width:100%;
	margin:0px;
	color:white;
	background-color:#dddede;
	background-image:url(/fileadmin/images/bildleiste.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

* html #banner {
	left:-18px;
}

#banner img{
	margin-left:651px;
}


#menu{
	z-index:2;
	position:fixed;
	left:0px;
	top:166px;
	width:924px;
	height:28px;
	padding:0px 0px 0px 48px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	list-style:none;
	color: white; 
	font-style: normal; 
	font-weight: normal;
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
	text-decoration: none; 
	letter-spacing: 0px;
}

* html #top, * html #banner, * html #menu{
	position:absolute;
}

#content {
	left:0px;
	padding:194px 0px 0px 52px;
	width:920px;
	overflow:hidden;
	font-size:1.2em;
	
}

#content #left {
	position:absolute;
	width:240px;
	padding:0px 10px;
	margin:0px;
}
* html #content #left {
	padding:10px;
}
*+html #content #left {
	padding:10px;
}
#content #left a{
	color:#000000;
}

#content #right {
	min-height:415px;	
	margin:0px;
	padding:10px 10px 0px 60px;
	border-left:260px solid #dddede;
}

.csc-header-date {
	border-top: 1px solid #62524E;
	padding-top: 10px;
}

* html #content #right {	
	height:415px;	
}

/* menu: */
#menu ul {
	margin:0px;
	padding:0px;
	position:absolute;
	width:150px;
	padding:0px;
	margin-left:-4px;
	margin-top:4px;
}

#menu li, #topmenu li {
	list-style:none;
	display:block;
	float:left;
	width:150px;
	border-left:4px solid white;
	border-top:4px solid white;
	border-bottom:4px solid white;
	vertical-align:middle;
	background-color:#929191;
}

#menu li ul{
	visibility:hidden;
	background-color:#62524E;
	color:white;
}

#menu li ul li {
	border-top:1px solid white;
	width:150px;
	padding:0px;
	margin:0px;
}
#menu li ul li a{
font-size:0.9em;
line-height:1.5em;
}

#menu li ul li ul li {
	border-left:1px solid white;
}

#menu li li ul{
	position:absolute;
	margin-left:150px;
	margin-top:-31px;
	width:auto;
}

#menu a, #topmenu a {
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:0px 0px 0px 0px;
	line-height:20px;
text-transform: uppercase;
	}
    
#menu a:hover, #menu a.act, #topmenu a:hover, #topmenu a.act{
	/*background-color: #EE0000;*/
	background-color: #AC1633;
}
