/* --------------------------------------------------------- 
 *	basic settings
 */

* {
	font-size: 100%;
	padding: 0; margin: 0;
	list-style: none;
}

body, td, th, input, textarea, select {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	color: #414141;
}
html {
	padding: 0; margin: 0;
}
body {
	font-size: 75%;
	background: #ebebe2;
	behavior:url("/resources/js/csshover3.htc");
}
a {
	color: #9e292c;
	text-decoration: none;
}
a:hover {
	color: #000;
}

a img {
	border: 0;
}

.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}


/* --------------------------------------------------------- 
 *	scrollbar hack
 */ 
 
html {
	overflow-y: scroll; 
} 
/* --------------------------------------------------------- 
 *	clearfix hack
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* --------------------------------------------------------- 
 *	layout
 */

#page {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
}

#top {
	height: 380px;
	background: #952326 url('../clip/bg.jpg') no-repeat;
}
.logo {
	display: block;
	width: 320px; height: 120px;
	background: url('../clip/logo.png') 30px 25px no-repeat;
}
.logo img {
	display: none;
}

#footer {
	z-index: 1;
	position: relative;
	background: #ebebe2;
	height: 90px;
	padding-left: 30px;
	line-height: 55px;
	color: #9e292c;
}

#footer .logos {
	position: absolute;
	right: 0; top: 8px;
	width: 500px; height: 64px;
	text-align: right;
}
#footer .logos img {
	float: right;
}

#content-container {
	padding: 20px 10px 10px 10px;
}

#top .claim-text {
	position: absolute;
	top: 210px; left: 0;
	font-family: serif;
	height: 120px;
	padding: 25px 30px;
	font-size: 380%;
	color: #FFF;
}

#top.claim-size-5 .claim-text {
	font-size: 380%;
}
#top.claim-size-4 .claim-text {
	font-size: 340%;
}
#top.claim-size-3 .claim-text {
	font-size: 300%;
}
#top.claim-size-2 .claim-text {
	font-size: 260%;
}
#top.claim-size-1 .claim-text {
	font-size: 220%;
}

#content-home {
	margin-top: -30px;
	width: 640px; min-height: 100px;
	float: left;
	padding-left: 20px;
}

#right {
	margin-top: -20px;
	width: 320px;
	float: left;
}

#right .notice {
	padding: 0 20px 10px;
}

/* --------------------------------------------------------- 
 *	navigation
 */

.nav-header {
	position: absolute;
	top: 20px; left: 420px;
}
.nav-header li {
	float: left;
}
.nav-header a {
	float: left;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	background: url('../clip/bg-navhead-separator.png') no-repeat 100% 50%;
}
.nav-header a:hover {
	color: #FFF;
	background-color: #333e45;
}
.nav-header .nav-active a {
	color: #a3e1fc;
}
.nav-header .nav-last a {
	background-image: none;
}

.nav-language {
	position: absolute;
	top: 20px; left: 760px;
}
.nav-language li {
	float: left;
}
.nav-language a {
	float: left;
	padding: 5px 10px;
	color: #FFF;
	background: url('../clip/bg-navhead-separator.png') no-repeat 100% 50%;
}
.nav-language a:hover {
	color: #FFF;
	background-color: #333e45;
}
.nav-language .nav-last a {
	background-image: none;
}

.nav-footer {
	z-index: 2;
	position: absolute;
	bottom: 55px; left: 212px;
}
.nav-footer .nav-active a, .nav-footer a:hover {
	color: #000;
}
.nav-footer li {
	float: left;
}
.nav-footer a {
	color: #9e292c;
	padding: 0 8px;
	background: url('../clip/bg-navfoot-separator.png') no-repeat 0 50%;
}

.nav-main {
	z-index: 2;
	padding-left: 10px;
	font-size: 110%;
	text-transform: uppercase;
	position: absolute;
	top: 125px; left: 0;
	height: 45px; width: 990px;
	
}
.nav-main li {
	float: left;
	position: relative;
}
.nav-main li a:focus {
	outline: none;
}
.nav-main li a {
	float: left;
	display: block;
	height: 45px; line-height: 45px;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	background: url('../clip/bg-nav-separator.png') no-repeat 100% 50%;
}
.nav-main li:hover a {
	color: #FFF;
	background-color: #333e45;
}
.nav-main li.nav-active a {
	color: #a3e1fc;
}
.nav-main li:hover ul {
	display: block;
}
.nav-main li ul {
	z-index: 10;
	display: none;
	position: absolute;
	width: 290px;
	top: 45px; left: 0;
	background: #333e45;
	padding-top: 10px;
	padding-bottom: 10px;
	/* min-height: 190px; */
}
.nav-main li li {
	float: none;
}
* html .nav-main li li {
	height: 1%;
}
.nav-main li li a, .nav-main li.nav-active li a {
	color: #FFF;
	float: none;
	height: auto; line-height: normal;
	padding: 4px 20px;
	font-size: 90%;
	text-transform: none;
	background: none;
}
.nav-main li li.nav-active a, .nav-main li li a:hover {
	color: #a3e1fc;
}
.nav-main .nav-last a {
	background-image: none;
}

.nav-services {
	z-index: 1;
	padding-left: 10px;
	font-size: 125%;
	position: absolute;
	top: 170px; left: 0;
	height: 45px; width: 990px;
}
.nav-services li {
	float: left;
	position: relative;
}
.nav-services li a:focus {
	outline: none;
}
.nav-services li a {
	float: left;
	display: block;
	height: 40px; line-height: 40px;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
}
.nav-services li:hover a {
	color: #FFF;
	background: #333e45;
}
.nav-services li.nav-active a {
	color: #a3e1fc;
}
.nav-services li:hover ul {
	display: block;
}
.nav-services li ul {
	z-index: 10;
	display: none;
	position: absolute;
	width: 310px;
	top: 40px; left: 0;
	background: #333e45;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 150px;
}
* html .nav-services li li {
	height: 1%;
}
.nav-services li li {
	float: none;
}
.nav-services li li a, .nav-services li.nav-active li a {
	color: #FFF;
	float: none;
	height: auto; line-height: normal;
	padding: 4px 20px;
	font-size: 80%;
	text-transform: none;
}
.nav-services li li.nav-active a, .nav-services li li a:hover {
	color: #a3e1fc;
}

#page.lng-de .nav-services {
	font-size: 105%;
	padding-left: 20px;
}
#page.lng-de .nav-services li a {
	padding: 0 10px;
}
#page.lng-de .nav-services li li a {
	font-size: 100%;
	padding: 4px 10px;
}
/* --------------------------------------------------------- 
 *	files
 */

.files {
	margin-top: 10px;
	border: 1px solid #d6d7d9;
	padding-bottom: 10px;
	padding: 8px 20px 8px 10px;
}
.files h2 {
	padding: 18px 0 8px;
	margin: 0 10px;
	border-bottom: 1px solid #d6d7d9;
}

.files ul li {
	padding-left: 35px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
	padding-bottom: 6px;
}
/* --------------------------------------------------------- 
 *	pages
 */
#content .pages {
	padding: 8px 10px 8px 20px;
}
#content .pages li {
	padding-left: 35px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}

/* --------------------------------------------------------- 
 *	breadcrumbs
 */

.breadcrumb {
	padding-left: 20px;
	line-height: 120%;
}
.breadcrumb li {
	float: left;
	padding-right: 10px;
}
.breadcrumb a {
	padding-left: 23px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}

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

.sitemap {
	font-size: 140%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.sitemap li div {
	padding-bottom: 3px;
}
.sitemap li {
	font-size: 90%;
	padding-left: 35px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}
.sitemap li ul {
	padding: 5px 0;	
}
.sitemap li ul li {
}
/* --------------------------------------------------------- 
 *	partners
 */
.partners {
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.partners td img {
	display: block;
}
.partners td {
	padding-top: 10px;
	vertical-align: top;
	border-top: 1px solid #d6d7d9;
}
.partners td.partner-logo {
	width: 140px;
}
.partners td.partner-description {
	width: 460px;
}
.partners td.partner-url {
	width: 300px;
}

/* --------------------------------------------------------- 
 *	homepage
 */
.homepage {
	color: #333;
	width: 640px;
}
.homepage .home-clear {
	clear: both;
}
.homepage li {
	width: 290px;
	margin-right: 30px;
	float: left;
	display: inline;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../clip/bg-home-separator.png') no-repeat;
}
.homepage li.home-noborder {
	background: none;
}
.homepage li .date {
	font-size: 90%;
}
.homepage li h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 15px;
}
.homepage li p {
	margin-bottom: 15px;
}
.homepage li a.more {
	padding-left: 23px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}

/* --------------------------------------------------------- 
 *	news
 */

.news {
	padding: 15px 20px 25px;
	background: #f1f1e8;
	margin-bottom: 10px;
} 
.news h2 {
	font-size: 175%;
	color: #2e4159;
	margin-bottom: 15px;
	font-weight: normal;
}
.news li {
	margin-bottom: 15px;
}
.news a.more {
	padding-left: 23px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}

/* --------------------------------------------------------- 
 *	knowledge
 */

.knowledge {
	padding: 15px 20px 25px;
	background: #e3f2f8;
} 
.knowledge h2 {
	font-size: 175%;
	color: #2e4159;
	margin-bottom: 15px;
	font-weight: normal;
}
.knowledge li {
	margin-bottom: 15px;
}
.knowledge a.more {
	padding-left: 23px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
}

/* --------------------------------------------------------- 
 *	secured page
 */

#content .secured {
	margin-top: 10px;
	border: 1px solid #d6d7d9;
	padding-bottom: 10px;
}
#content .secured h2 {
	padding: 18px 0 8px;
	margin: 0 20px 10px;
	border-bottom: 1px solid #d6d7d9;
}
#content .secured div {
	padding: 5px 20px;
}
#content .secured label {
	width: 120px;
	float: left;
}
#content .secured input.i-text {
	padding: 3px 15px 3px 5px;
	border-width: 2px;
	width: 220px;
}
#content .secured input.i-button {
	padding: 2px 5px;
	margin-left: 120px;
}
#content .secured input.i-req {
	background-image: url('../clip/bullet_star.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

#content .secured-logout {
	margin-top: 5px;
}
#content .secured-logout p {
	padding: 8px 10px 8px 20px;
}

/* --------------------------------------------------------- 
 *	paginator
 */
  
#content .paginator {
	padding: 10px 0;
	padding-left: 20px;
	text-align: left;
}
#content .paginator li {
	background: none;
	padding: 0; margin: 0;
	display: inline;
}
#content .paginator li a, #content .paginator li span {
	background: #EEE;
	color: #000;
	padding: 3px 6px;
	margin-right: 3px;
}
#content .paginator li span {
	color: #999;
}
#content .paginator li a:hover, #content .paginator li span.pg-actual {
	background: #666;
	color: #a3e1fc;
	text-decoration: none;
		
}
#content .paginator li a.pg-last, #content .paginator li span.pg-last {
	margin-right: 0;
}

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

#content h1 {
	padding: 5px 10px 12px 20px;
	font-size: 180%;
	font-weight: normal;
	color: #333333;
	width: 470px;
}

#content {
	width: 980px;
	padding-bottom: 15px;
}
#content #content-left {
	width: 490px;
	float: left;
	min-height: 10px;
}
#content #content-right {
	width: 490px;
	float: left;
	min-height: 10px;
}
#content-left h1, #content-left h2, #content-left h3, #content-left h4, #content-left h5, 
#content-left p, #content-left ul, #content-left ol {
	padding: 8px 10px 8px 20px;
} 
#content-right h1, #content-right h2, #content-right h3, #content-right h4, #content-right h5, 
#content-right p, #content-right ul, #content-right ol {
	padding: 8px 20px 8px 10px;
}

#content ol {
	margin-left: 20px;
}
#content ol, #content ol li {
	list-style: decimal;
}
#content ol li {
	padding-left: 15px;
	padding-bottom: 3px;
}
#content ul li {
	padding-left: 35px;
	background: url('../clip/bg-li.png') no-repeat 2px 7px;
	padding-bottom: 3px;
}

#content h2 {
	font-size: 125%;
	font-weight: normal;
}
#content h3 {
	font-size: 110%;
	font-weight: bold;
}
#content h4 {
	font-size: 105%;
	font-weight: normal;
}

#content .highlight {
		background: #e3f2f8;
		margin-bottom: 5px;
		padding: 2px 0;
		color: #3b3e3f;
}
#content .highlight ul li {
	background: url('../clip/bg-li-highlight.png') no-repeat 2px 7px;
}

#content .message {
		background: #e3f2f8;
		margin-bottom: 5px;
		padding: 8px 10px 8px 20px;
		color: #3b3e3f;
		font-weight: bold;
}









