/* standards
 ----------------------------------------------- */

html, body {
		height: 100%;
}


body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: .8em;
	text-align: center;
}


/* layoutstructure
 ----------------------------------------------- */

#wrapper {
	position: relative;
}

#header {
	height: 129px; 
	background: url(../img/header_bg.gif) repeat-x;
	position: relative;

}

#main {
	position: relative;
	margin: 0 auto;
	width: 970px;
	xborder: 1px solid green;
	text-align: left;
}

#leftcol {
	position: absolute; 
	top: 42px; 
	left: 0px; 
	padding: 0; 
	margin: 0; 
	width: 185px;
}

#rightcol {
	position: absolute; 
	top: 42px; 
	right: 0px; 
	padding: 0; 
	margin: 0; 
	width: 225px;
	font-size: 89%;
	line-height: 120%;
}

#contentcol {
	margin: 0 0 0 210px; 
	height: 100%; 
	width: 500px; 
	xborder: 1px solid #fff;
	line-height: 130%;
}





/* header
 ----------------------------------------------- */



#logo {
	position: absolute;
	top: 2px;
	left: 0;
	width: 211px;
	height: 90px;
	background: url(../img/catalysis_logo.gif) no-repeat;
}

#logo a {
	width: 211px;
	height: 87px;
	display: block;
}

#metanav {
	float: right;
	font-size: 89%;
	padding-top: 3px;
}

#metanav a {
	color: #0265A8;
}


#metanav-intranet {
	text-align: right;
	margin-top: 45px;

}

#metanav-intranet a {
	border: 1px solid #0265A8;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 1px 4px 2px 4px;
	color: #fff;
	background-color: #6FA9CE;
}

#metanav-intranet a:hover {
	padding: 1px 4px 2px 4px;
	color: #fff;
	background-color: #EF4023;
	text-decoration: none;
}

#header-line {
	height: 5px;
	background-color: #B3D0E5;
	xwidth: 970px;
	margin-left: 20%;
	font-size: 0;
}


/* topnav
 ----------------------------------------------- */

#topnav {
	position: absolute;
	bottom: -5px;
	_bottom: -6px;
	left: 0;
}

#topnav ul {
	padding: 0;
	margin: 0;
	float: left;
	font-weight: bold;
	border: 1px solid #B3D0E5;
	border-bottom: 5px solid #B3D0E5;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a, #topnav ul li a:link {
	padding: 5px 18px 6px 18px;
	background-color: #0265A8;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0 0 0 0;

}

#topnav ul li a:hover {
	background-color: #EF4023;
	color: #fff;
}

#topnav ul li a.active {
	background-color: #EF4023;
	color: #fff;
}


/* subnav
 ----------------------------------------------- */


#subnav {
	margin: 0;
	padding: 0;
	font-size: 89%;
	width: 185px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	background-color: #E9EEF7;
}

 #subnavlist1 {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #E5E5E5;

}

 #subnavlist2 {
	padding-left: 0;
	margin-left: 0;
}

 #subnavlist3 {
	border-top: 1px solid #fff;
	padding-left: 0;
	margin-left: 0;
}

#subnavlist1 li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #E5E5E5;

}

#subnavlist2 li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #fff;

}

#subnavlist3 li {
	list-style: none;
	margin: 0;
	border-top: none;

}

#subnavlist1 li a {
	color: #282828;
	display: block;
	text-decoration: none; 
	width: 150px;
	padding: .7em 10px .7em 25px;
}

/* box model hack ie win */
* html #subnavlist1 li a {
width: 185px;
w\idth: 150px;
}

#subnavlist2 li a {
	color: #282828;
	display: block;
	text-decoration: none; 
	width: 140px;
	padding: .7em 10px .7em 35px;
}

/* box model hack ie win */
* html #subnavlist2 li a {
width: 175px;
w\idth: 140px;
}

#subnavlist3 li a {
	color: #282828;
	display: block;
	text-decoration: none; 
	width: 135px;
	padding: .7em 10px .7em 40px;
}

/* box model hack ie win */
* html #subnavlist3 li a {
width: 170px;
w\idth: 135px;
}


#subnavlist1 li a:link, #subnavlist1 li a:visited {
	text-decoration: none; 
	background: url(../img/listpunkt_subnav_in.gif) 1em .8em no-repeat;
	background-color: #fff;
}

#subnavlist2 li a:link, #subnavlist2 li a:visited {
	text-decoration: none; 
	background: none;
	background-color: #DEE6F5;
	font-weight: normal;
	background: url(../img/listpunkt_subnav_2_in.gif) 23px .8em no-repeat;
	color: #02558D;
	
}

#subnavlist3 li a:link, #subnavlist3 li a:visited {
	text-decoration: none; 
	background: none;
	background-color: #F9FAFB;
	font-weight: normal;
	color: #282828;
	
}

#subnavlist1 li a.out:link, #subnavlist1 li a.out:visited {
	text-decoration: none; 
	font-weight: bold;
	background: url(../img/listpunkt_subnav_out.gif) 1em .8em no-repeat;
	background-color: #1B7FC2;
	color: #fff;
}

#subnavlist1 li a.in:link, #subnavlist1 li a.in:visited {
	text-decoration: none; 
	font-weight: bold;
	background: url(../img/listpunkt_subnav_1_in.gif) 1em .8em no-repeat;
	background-color: #1B7FC2;
	color: #fff;
}


#subnavlist2 li a.out:link, #subnavlist2 li a.out:visited {
	text-decoration: none; 
	font-weight: bold;
	background: url(../img/listpunkt_subnav_2_out.gif) 23px .8em no-repeat;
	background-color: #D4E5F0;
	color: #02558D;
}


#subnavlist2 li a.in:link, #subnavlist2 li a.in:visited {
	text-decoration: none; 
	font-weight: bold;
	background: url(../img/listpunkt_subnav_2_in.gif) 23px .8em no-repeat;
	background-color: #D4E5F0;
	color: #02558D;
}


#subnavlist3 li a.on:link, #subnavlist3 li a.on:visited {
	text-decoration: none; 
	font-weight: bold;
	background: none;
	background-color: #F9FAFB;
}

#subnavlist1 li a:hover, #subnavlist1 li a.in:hover, #subnavlist1 li a.out:hover {
	background-color: #1B7FC2;
	color: #fff;
	text-decoration: none;
}

#subnavlist1 li a.in:hover, #subnavlist1 li a.out:hover {
	background-color: #1B7FC2;
	color: #fff;
	text-decoration: none;
}

#subnavlist2 li a:hover, #subnavlist2 li a.in:hover, #subnavlist2 li a.out:hover {
	background-color: #1B7FC2;
	color: #fff;
	text-decoration: none;
}

 #subnavlist3 li a:hover, #subnavlist3 li a.on:hover {
	background-color: #1B7FC2;
	color: #fff;
	text-decoration: none;
}


/* content
 ----------------------------------------------- */


#breadcrumb {
	font-size: 89%;
	padding: 10px 245px 0 210px;
	margin: 0;
}

#language {
	position: absolute;
	top: 10px;
	right: 0;
}

#language img {
	margin-left: 6px;
}


/* teaser
 ----------------------------------------------- */


.rightcol-teaser {
	background-color: #F2F2F2;
	padding: 1.2em 1.2em .6em 1.4em;
	margin-bottom: 1.4em;
}

.rightcol-teaser h3 {
	padding-top: 0;
	margin-top: 0;
	color: #3D3D3D;
}

/* sitemap
 ----------------------------------------------- */

.sm-rubriklink {
	background-color: #ececec; 
	display: block; 
	padding: .2em 0 .3em .6em;
	margin-bottom: .5em;
	font-weight: bold;
}

#content li.sm-rubriklist {
	background-image: none;
	margin: 0 0 1em -22px;
}

#content ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#content ul li {
	padding: 0 0 4px 18px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 4px no-repeat;
	}

#content ul ul {
	list-style: none;
	margin: .3em 0 .3em 0;
	padding-left: 21px;
	_padding-left: 0; /* ie win referenziert vom oberen li aus */
	}	

#content ul ul li {
	padding: 0 0 4px 10px;
	line-height: 1.4em;
	background: url(../img/listpunkt_contentindent.gif) 0 6px no-repeat;
	}




/* misc
 ----------------------------------------------- */

#footer {
	margin: 4em 0 0 0;
	padding-bottom: 2em;
	color: #3D3D3D;
	font-size: 89%;
}

#footer a {
	color: #3D3D3D;
}

p.csc-header-date {
	color: #7C7C7C;
	margin: 1.5em 0 0 0;
	padding: 0;
}

div { xborder: 1px solid green; }
