@charset "utf-8";

/* >> BASIC ELEMENTS */

* {
	border:0;
	font-weight:normal;
	list-style-type:none;
	margin:0;
	padding:0;
	text-decoration:none;
}

#container {
	width:960px;
	margin:10px auto;
	position:relative
}

#accessibility {
	display:none;
	text-indent:-9999px;
}

#slideshow {
	position:absolute;
	top:0;
	left:0;
}

/* >> TAG REDEFINITIONS */

html {
	padding:20px;
}

body {
	color:#4a4b4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg-body.gif) repeat-x;
}

a {
	color:#4a4b4c;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#a11d2b;
	text-decoration:none;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#4a4b4c;
	margin-bottom:20px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#4a4b4c;
	margin-bottom:20px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

h5 {
	font-size:11px;
	font-weight:bold;
}

h6 {
	font-size:10px;
	font-weight:bold;
}

hr {
}

p {
	line-height:150%;
}

strong {
	font-weight:bold;
}

/* >> HEADER ELEMENTS */

#header {
	position:relative;
	margin:0 auto;
	width:920px; /* 960 - 40 */
	padding:20px;
	height:105px;
	background:#fff url(../images/bg-header.jpg) no-repeat;
	overflow:hidden;
}

.branding a {
	position:absolute;
	top:0px;
	left:250px;
	width:145px;
	height:145px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	z-index:9999;
}

/* >> NAVI ELEMENTS */

#navi {
	display:block;
	margin:0 auto;
	width:680px; /* 960 - 280 */
	padding:0 10px 0 270px;
	height:30px;
	background:#4a4b4c url(../images/bg-navi.gif) no-repeat;
}

#navi li {
	display:inline;
	padding-right:20px;
}

#navi a {
	color:#fff;
	text-decoration:none;
	line-height:30px;
	padding:7px 0;
}

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

#navi a.active {
	text-decoration:none;
	background:url(../images/bg-navi-li-hover.gif) center bottom no-repeat;
}

#navi-add {
	position:absolute;
	top:-23px;
	left:10px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}

#ewcms_active_link {
	color:#a11d2b;
}

/* >> CONTENT ELEMENTS */

#content-container {
	margin:0 auto;
	width:960px;
	background:#fff url(../images/bg-content-container.gif) repeat-y;
}

#content-main {
	width:670px; /* 710 - 40 */
	padding:20px 20px 0 20px !important;
	height:315px; /* 355 - 40 */
	float:right;
	overflow:auto;
}

#content-main p {
	margin:0 0 10px 0;
}

#content-main p small {
	line-height:150%;
}

#content-main ul {
	margin:15px 0;
}

#content-main li {
	margin:0 0 0 20px;
	list-style:disc;
}

#content-sidebar {
	position:relative;
	width:248px;
	padding:15px 1px 0 1px;
	float:left;
}

#content-sidebar h3 {
	padding:5px 10px 0 20px;
	font-size:13px;
}

#content-sidebar p {
	padding:0 20px 0 20px;
}

#content-sidebar ul li {
	display:inline;
}

#content-sidebar ul li a,#content-sidebar ul li ul li a  {
	display:block;
	line-height:23px;
	background:#fff url(../images/bg-navi-li.gif) 0px 0px no-repeat;
	text-decoration:none;
	margin:2px 0;
	padding:0 0 0 20px;
	font-size:13px;
	font-weight:bold;
}

#content-sidebar ul li a:hover {
	text-decoration:underline;
}

#content-sidebar ul li ul li a {
	display:block;
	line-height:19px;
	background:#fff url(../images/bg-navi-li.gif) 0px -23px no-repeat;
	text-decoration:none;
	margin:2px 0;
	padding:0 0 0 30px;
	font-size:12px;
	font-weight:normal;
}

#content-sidebar ul li ul li a:hover {
	text-decoration:underline;
}

/* >> FOOTER ELEMENTS */

#footer {
	width:920px; /* 960 - 40 */
	padding:0 20px;
	height:30px;
	background:#a11d2b url(../images/bg-footer.gif) no-repeat;
}

#footer p {
	line-height:30px;
	color:#fff;
	text-align:center;
}

#footer a {
	color:#fff;
}

#footer p span {
	padding:0 5px;
}
#footer a span {
	padding:0;
}

/* >> COMMON ELEMENTS */

.clear {
	float:none;
	clear:both;
}

.newslink {
	display:block;
	text-align:right;
}

.palette {
	display:block;
	height:31px;
	width:566px;
	background:#eee url(../images/bg-palette.gif) 2px center no-repeat;
	padding:2px;
	text-indent:-9999px;
}

.image-left,
.image-right {
	padding:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}

.image-left {
	margin:0 15px 15px 0;
	float:left;
}

.image-right {
	margin:0 0 10px 5px;
	float:right;
}

.image-pdf {
	display:block;
	margin:0 15px 0 0;
	padding:0 0 0 20px;
   background:url(../images/bg-image-pdf.gif) 0px 0px no-repeat;
	height:20px;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.german{
	text-indent:-9999px;
	background:url(../images/de.gif) no-repeat;
	float:right;
}
	
.english{
	text-indent:-9999px;
	background:url(../images/gb.gif) no-repeat;
	float:right;
}



/*---------------------------------------------------------------------------------------
--------------------------------------LANGUAGE--------------------------------------------
---------------------------------------------------------------------------------------*/
div#navigationLanguage {
	position:absolute;
	top:-16px;
	right:0;
}
div#navigationLanguage ul{
		width:60px;
		height:29px;
		}
		
		
		div#navigationLanguage ul li{
			height:29px;
			float:left;
				}
			
			
			div#navigationLanguage ul li a{
				display:block;
				text-indent:-2000px;
				height:29px;
				text-decoration:none;
				}

			div#navigationLanguage ul li a.b1{
					width:30px;
					background:url(../images/de.gif) no-repeat;
					}
					
					
			div#navigationLanguage ul li a.b2{
					width:30px;
					background:url(../images/gb.gif) no-repeat;
					}
			

