html {
	height:100%;
	margin-bottom:1px;
}

body {
/*
	background-image: url(background.gif);
	background-repeat: repeat;
*/
	background-color:#f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3C5B;
	padding: 0;
	margin:0;
}


/*
	DIV-ELEMENTS
*/

#wrapper {
	display:block;
	width:912px;
	margin:0 auto;
	position:relative;
}

#header {
	background-image: url(header-background.gif);
	background-repeat: repeat-y;
	height: 30px;
	width: 908px;
}

#header .left {
	float:left; 
	padding:5px 0 0 10px;
}

#header .right {
	float:right; 
	padding:10px 10px 0 0;
}

#pageteaser {
	display:block;
	height:210px;
	width:900px;
	background-image: url(teaser-background.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding:0 4px 0 4px;
}

#headmiddivider {
	display:block;
	height:1px;
	width:908px;
	background-image: url(divider-background.gif);
	background-repeat: repeat-y;
	line-height:0px;
	font-size:0px;
}	

#mid {
	width:908px;
	display:block;
	background-image:url(content-background.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding-bottom:0px;
	padding-left:0px;
}

#midleft {
	width:166px;
	margin-left:0px;
	float:left;
	display:block;
}

#midcenter {
	width:584px;
	float:left;
	padding-left:0px;
	display:block;
}

#midleftcenter {
	display:block;
	width:753px;
	float:left;
	background-image:url(content-background3.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-left:0px;
	padding-right: 0px;
	padding-bottom:20px;
	position:relative;
	left:4px;
}

#midright {
	width:146px;
	float:left;
	padding-left:7px;
	display:block;
}

#footer {
	width:884px;
	height:31px;
	display:block;
	background-image:url(footer-background.gif);
	background-repeat:no-repeat;
	font-size:10px;
	padding:7px 14px 0 14px;
	color:#79808D;
}

#footer a {
	display:block;
	text-decoration:none;
	color:#79808D;
	padding-right:13px;
	height:18px;
	float:left;
	}

#footer a span {
	padding-left:4px;
	position:relative;
	top:-5px;
	}

/*
	SEARCH-FORM
*/
#search {
	background-color:#3B3C5B;
	width:151px;
	height:27px;
	padding:5px 5px 0px 10px;
	overflow:hidden;
}
#search label {
	font-size:11px;
	color:white;
	}
#search input.text {
	width: 80px;
	height:10px;
	margin:0 5px 0 5px;
	font-size:9px;
}
#search input.submit {
	position:relative;
	top:3px;
}

/*
	ROOTLINE
*/

#menuRootline {
	list-style-type: none;
	margin:0;
	padding:2px 0 0px 15px;
	background-image:url(dashes-h.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:11px;
	height:15px;
}

#menuRootline li {
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	margin-right: 5px;
	font-size:10px;
}

#menuRootline li.lastitem {
	border-right: none;
}

#menuRootline li a {
	text-decoration:none;
	color:#999999;
}

/* 
	NAVIGATION - L1
*/

#menuNavigation {
	list-style-type: none;
	margin:0;
	padding:10px 0 0 0;
	display:block;
	width:166px;
	background-image:url(menu-navigation-header.gif);
	background-repeat:no-repeat;
}

#menuNavigation li {
	background-image:url(li-arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 10px;
	background-color:#DADDE2;
	display: block;
	font-size:11px;
	margin:0px;
}

#menuNavigation li a {
	text-decoration:none;
	color:#3B3C5B;
	padding: 5px 0 6px 30px;
	width:136px;
	line-height:14px;
	display:block;	
	border-bottom:1px solid #cccccc;
	border-top: 1px solid #F2F5F9;
}

#menuNavigation li.firstitem a {
	border-top: none;
}

#menuNavigation li.lastitem a {
	border-bottom:none;
}

#menuNavigation li a:hover {
	font-weight: bold;
}
/* 
	NAVIGATION - L2
*/

#menuNavigation li ul {
	list-style-type: none;
	margin:0;
	padding:0px 0 0 0;
	display:block;
	width:166px;
}

#menuNavigation li ul li {
	background-image:url(li-square.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
	background-color:#EFF0F3;
	font-size:11px;
	margin:0px;
}

#menuNavigation li ul li a {
	text-decoration:none;
	color:#3B3C5B;
	display: block;
	width:126px;
	padding: 3px 0 4px 40px;	
	border-bottom:1px solid #cccccc;
	border-top: 1px solid #F2F5F9;	
}

#menuNavigation li ul li.active a {
	font-weight:bold;
}

#menuNavigation li ul li.firstitem a {
	border-top:none;
}

#menuNavigation li ul li.lastitem a {
	border-bottom: none;
}

/*
        NAVIGATION L3
*/


#menuNavigation li ul li ul {
        list-style-type: none;
        margin:0;
        padding:0px 0 0 0;
        display:block;
        width:166px;
}

#menuNavigation li ul  li ul li {
        background-image:url(li-dash-red.gif);
        background-repeat:no-repeat;
        background-position: 40px 9px;
        background-color:#EFF0F3;
        font-size:11px;
        margin:0px;
}

#menuNavigation li ul  li ul li a {
        text-decoration:none;
        color:#3B3C5B;
        display: block;
        width:111px;
        padding: 3px 5px 4px 50px;
        border-bottom:1px solid #cccccc;
        border-top: 1px solid #F2F5F9;

}

#menuNavigation li ul  li.active ul li a {
	font-weight: normal;
}

#menuNavigation li ul  li ul li.firstitem a {
        border-top:none;
}

#menuNavigation li ul  li ul li.lastitem a {
/*        border-bottom: none;*/
        border-bottom:1px solid #cccccc;
        border-top: 1px solid #F2F5F9;

}

#menuNavigation li ul  li ul li a.active, #menuNavigation li ul  li ul li a:hover, 
#menuNavigation li ul  li ul li.firstitem a:hover, #menuNavigation li ul  li ul li.lastitem a:hover
{
        font-weight:bold;
}


/* 
	STATIC - L1
*/

#menuStatic {
	background-image:url(menu-static-background.gif);
	background-repeat:repeat-x;
	width:166px;
}

#menuStatic ul {
	list-style-type: none;
	margin:0;
	padding:10px 0 0 0;
	display:block;
	width:166px;
	background-image:url(menu-static-header.gif);
	background-repeat:no-repeat;
}

#menuStatic li {
	background-image:url(li-arrow-grey.gif);
	background-repeat:no-repeat;
	background-position: 15px 10px;
	display: block;
	font-size:11px;
	margin:0px;
}

#menuStatic li a {
	text-decoration:none;
	color:#3B3C5B;
	padding: 5px 0 6px 30px;
	width:136px;
	height:11px;
	display:block;	
	border-bottom:1px solid #cccccc;
	border-top: 1px solid #F2F5F9;
}

#menuStatic li.firstitem a {
	border-top: none;
}

#menuStatic li.lastitem a {
	border-bottom:none;
}

#menuStatic li a:hover {
	font-weight: bold;
}

/* 
	LANGUAGE - L1
*/

#menuLanguage {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	width:166px;
	display:block;
}

#menuLanguageInner {
	padding:7px 0 3px 15px;
	background-color:#79808D;
	border-top:1px solid #F7F7F8;
	border-bottom:1px solid #F7F7F8;
	display:block;
	width:151px;
	height:15px;
}

#menuLanguageInner a {
	float:left;
	height: 15px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}

#menuLanguageInner img {
	float:left;
	border: 1px solid #CCCCCC;
	}

#menuLanguageInner img.english {
	margin-left:5px;
	}
	
#menuLanguageInner a span {
	visibility:hidden;
	}
	
#menuLanguageInner span {
	float:left;
	font-size:10px;
	padding-left:10px;
	padding-bottom:0px;
	color:#B3B3B3;
	}
	


.clearer {
 clear: both;
 display: block;
height: 1px;
margin-bottom: -1px;
font-size: 1px;
line-height: 1px; 
}

/*

	SITEMAP

*/

.csc-sitemap a {
	color:#3B3C5B;
	text-decoration:none;
}

.csc-sitemap-level1 {
	font-weight: bold;
        background-image:url(li-arrow.gif);
        background-repeat:no-repeat;
        background-position: 0px 5px;
	padding: 0 0 0 10px;	
	margin:15px 0 0 15px;
}
.csc-sitemap-level2 {
	font-weight: normal;
        background-image:url(li-square.gif);
        background-repeat:no-repeat;
        background-position: 10px 6px;
	padding: 0 0 0 20px;	
	margin: 10px 0 0 15px;
}

.csc-sitemap-level3 {
	font-weight: normal;
        background-image:url(li-dash-red.gif);
        background-repeat:no-repeat;
        background-position: 20px 7px;
	padding: 0 0 0 30px;	
	margin: 5px 0 0 15px;
}

.csc-sitemap-level4 {
	font-weight: normal;
        background-image:url(li-square-small.gif);
        background-repeat:no-repeat;
        background-position: 30px 7px;
	padding: 0 0 0 40px;	
}



