html,body{
margin:0;
padding:0;
}

html{
	background-color:#d4dfe9;
}

body{
	font-size:0.8em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#333;
}

#localeswitcher{
    width:150px;
	left:50%;
	margin-left:-467px;
	position:absolute;
}

#localeswitcher hr{
display:none;
}

#localeswitcher ul{
    margin:4px 0 0 0;
    padding:0;
	list-style-type:none;
	overflow:hidden;
}
#localeswitcher li{
    float:left;
    margin:0 10px 0 0;
    padding:0;
    font-size:1px;
    line-height:1px;
    background-position:left top;
    width:16px;
    height:11px;
}
#localeswitcher a{
    text-indent:-9999px;
    text-decoration:none;
    display:block;
    width:16px;
    height:11px;
}
#localeswitcher a:hover{
    text-decoration:none;
}

.locale-switcher-en_EN{
    background-image:url(images/en_EN.png);
}

.locale-switcher-de_DE{
    background-image:url(images/de_DE.png);
}

.locale-switcher-fr_FR{
    background-image:url(images/fr_FR.png);
}


#accessibility-links{
	margin:0;
	padding:2px 0 3px 0;
	background-color:#93aec7;
	color:#c1d1df;
	font-size:0.8em;
	text-align:right;
	border-bottom:1px solid #c1d1df;
}

#accessibility-links ul{
	width:934px;
	margin:0 auto;
	list-style-type:none;
}

#accessibility-links li{
	display:inline;
	margin:0;
	padding:0 5px;
	border-right:1px solid #c1d1df;
}

#accessibility-links li.first{
	border-right:none;	
}

#accessibility-links li.last{
	padding-left:5px;
	padding-right:0;
	border-right:none;
	border-left:1px solid #c1d1df;
}

#accessibility-links a{
	color:#eee;
	text-decoration:none;
}

#accessibility-links a:hover{
	color:#fff;
	text-decoration:underline;
}

#accessibility-links hr{
	display:none;
}

#container{
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-position:left top;
}

#main{
	background-image:url(images/main-background.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:954px;
	margin:0 auto;
}

#main-top{
	background-image:url(images/main-top-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 5px 1px 5px;
}

#header{
	background-image:url(images/header-background.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:133px;
	margin:0 5px 0 6px;
}

#header h1, #header p, #header hr{
	display:none;
}

#header p#back-to-home{
	display:block;
	margin:0;
	padding:0;
}

#back-to-home a{
	display:block;
	height:130px;
	width:932px;
	text-indent:-99999px;
	text-decoration:none;
}

#back-to-home a:hover{
	text-decoration:none;
}

#main-menu{
	background-image:url(images/main-menu-top-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0 0 0;
	margin:0 5px 0 6px;
	width:100%;
	overflow:hidden;
}

#main-menu h2, #main-menu hr{
	display:none;
}

#main-menu ul{
	margin:1px 1px 0 1px;
	padding:0;
	list-style-type:none;
}

#main-menu li{
	float:left;
	padding:0;
	margin:0;
	border-right:1px dotted #fff;
}

#main-menu a{
	display:block;
	padding:4px 7px 4px 8px;
	color:#fff;
	text-decoration:none;
}

#main-menu a:hover{
	text-decoration:none;
	color:#000;
}

#main-menu a.parentNode, #main-menu a.currentNode{
	background:#fff url(images/main-menu-active-background.png) left top repeat-x;
	color:#fff;
}



#main-menu-bottom{
	background-image:url(images/main-menu-bottom-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:18px;
	clear:both;
}



#page{
	background-image:url(images/page-background.png);
	background-repeat:repeat-y;
	background-position:712px top;
	padding:0 6px 0 8px;
}
#page-bottom{
	background-image:url(images/page-bottom-background.png);
	background-repeat:repeat;
	background-position:left top;
	height:15px;
	clear:both;
	margin:0 -6px 0 -8px;
}
#page-bottom hr{
	display:none;
}

#content{
	padding:1px 0 5px 0;
	float:left;
	width:700px;
	min-height:400px;
}

#sidebar{
	float:right;
	width:213px;
	padding:10px 0;
}

#sidebar h2{
	background-image:url(images/sidebar-title-top-background.png);
	background-repeat:repeat-x;
	background-position:left top;
	color:#fff;
	font-size:1.2em;
	margin:0;
	padding:0;
}
#sidebar h2 span{
	background-image:url(images/sidebar-title-bottom-background.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	display:block;
	padding:4px 2px 8px 2px;
}


#submenu{
	font-size:0.85em;
}

#submenu h2, #submenu hr{
	display:none;
}

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

#submenu ul ul{
	margin:0 0 5px 20px;
}

#submenu li{
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
}

#submenu li li{
	border-bottom:none;
	border-top:1px solid #999;
}

#submenu li li.first{
	border-top:none;
}

#submenu a{
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 20px;
	background-image:url(images/submenu-bullet.png);
	background-repeat:no-repeat;
	background-position:2px center;
	
}

#submenu a:hover{
	text-decoration:none;
	background-image:url(images/submenu-bullet-hover.png);
}

#submenu a.currentNode, #submenu a.parentNode, #submenu a.currentNode:hover, #submenu a.parentNode:hover{
	background-image:url(images/submenu-bullet-active.png);
	font-weight:bold;
}


#footer{
	background-image:url(images/footer-background.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:3px 8px 18px 8px;
	text-align:center;
	font-size:0.8em;
	margin:0 0;
	color:#666;
}

#bottom{
	width:934px;
	margin:0 auto;
}

#bottom hr{
	display:none;
}

#bottom-links{
	margin:0;
	padding:0 0 3px 0;
	float:left;
	width:700px;
	color:#999;
	font-size:0.85em;
}

#bottom-links ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#bottom-links li{
	display:inline;
	margin:0;
	padding:0 5px;
	border-right:1px solid #999;
}

#bottom-links li.first{
	padding-left:0;
	border-right:none;
}

#bottom-links li.last{
	padding-right:0;
	border-right:none;
	border-left:1px solid #999;
}

#bottom-links a{
	color:#666;
	text-decoration:underline;
}

#bottom-links a:hover{
	color:#333;
	text-decoration:none;
}



#breadcrumb{
	font-size:0.9em;
	margin:0;
	padding:0.2em 0 1em 0;
	color:#5380aa;
}

#breadcrumb a{
	color:#5380aa;
	text-decoration:underline;
}

#breadcrumb a:hover{
	text-decoration:none;
}

#content h2{
	display:none;
}

#content h3{
	font-size:1.4em;
	padding:0 0 8px 0;
	margin:1.2em 0 0.8em 0;
	color:#5380aa;
	background-image:url(images/content-title-background.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#content h4{
	font-size:1.3em;
	color:#666;
	margin:1.4em 0 0.8em 0;
}

#content p{
	margin:0.6em 0;
}


#secondary-content{
	font-size:0.9em;
	padding:3px;
}



.ikecmsElt.form .jforms-label{
	font-weight:normal;
}

.ikecmsElt.form .jforms-required{
	font-weight:bold;
}

.ikecmsElt input, .ikecmsElt select, .ikecmsElt textarea{
	border:1px solid #999;
	background-color:inherit;
}

.ikecmsElt .jforms-chkbox input,
.ikecmsElt .jforms-radio input,
.ikecmsElt .jforms-choice input{
	border:none;
}





.ikecmsElt{
	margin:2em 0;
	padding:1px 0;
	width:100%;
	overflow:hidden;
}

.ikecmsEltFirst{
	margin-top:0;
}


table{
	width:100%;
	border-collapse:collapse;
}

td, th{
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	padding:3px 5px;
}

.align-right{
	text-align:right;
}

.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}



.float-left{
	float:left;
}

.float-right{
	float:right;
}

img.float-left{
	margin:0 6px 6px 0;
}

img.float-right{
	margin:0 6px 0 6px;
}


img.with-border{
	border:1px solid #666;
}


ul{
	margin:0.6em 0 0.6em 1.5em;
	padding:0;
	list-style-type:square;
}

li{
	margin:0.6em 0;
	padding:0;
}


a{
	color:#5380aa;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}



