@CHARSET "UTF-8";

/* Standard ... */
* {
	margin: 0; padding: 0; font-size: 100%; text-align: left;
}

strong {
	font-weight: bold;
}

h1 h2 h3 h4 h5 h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

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

ol {
	list-style: none;
}

p {
	/* none */
}

img {
	border: 0;
}

fieldset {
	padding: 0; margin: 0px;
	border: none;
}

.nodisp {
	top: -500px !important;
	width: 0px !important;
	height: 0px !important;
	display: inline; position: absolute;overflow: hidden;
}

.clear {
	clear: both; height: 1px; overflow: hidden;
	font-size: 1px; 
	margin-top:-1px;
}

.last {
	border: none !important;
}

.printonly {
	display: none;
}
/* ------------- */ 

body {
	background: url(/files/img/body_bg.gif); 
	font: normal 12px verdana,geneva,arial,helvetica,sans-serif; 
	line-height: 18px;
		 
}

#page {
	margin: 0 auto;
	width: 888px;
}
#header {
	width: 848px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	background: #e9e9e9;
}
#header-logo {
	width: 400px;
	float: right;
	text-align: right;
	margin:25px 0;
}
#header-logo h1 {
	text-align: right;
}
#header-left {
	width: 300px;
	float: left;
}
#language {
	color: #575757;
	margin-top: 65px;
	height: 15px;
}
	#language ol {
		
	}
	#language li {
		float: left;
		margin-right:7px;
		padding-right: 7px;
		border-right: 1px solid #575757;
		line-height: 13px;
	}
	#language li a {
		color: #575757;
		text-decoration: underline;
	}
	#language li a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	
#nav {
	background: url(/files/img/nav_bg.gif) repeat-x;
	width: 848px;
	padding: 0 20px;
	height:26px;
}
	#nav ol {
		
	} 
	#nav li {
		float: left;
		line-height: 25px;
		padding:0 20px 0 15px; 
		background: url(/files/img/list_symbol.gif) 0 55% no-repeat;
		
	}
	
	#nav li a {
		color: #334c92;
	}
	#nav li a:hover {
		color: #000;
		text-decoration: underline;
	}

	
	#nav ol .current {
		background: #f8f8f8 url(/files/img/list_symbol.gif) 5px 55% no-repeat !important;
		padding: 0 7px 0 20px;
		margin-right: 16px;
        font-weight: bold;
}


#subnav {
	background: #f8f8f8;
	padding: 0 20px;
	width: 848px;
	height: 25px;
}

	#subnav ol {
	} 
	#subnav li {
		float: left;
		line-height: 13px;
	}
	
	#subnav li a {
		margin-top:5px;
		display: block;
		color: #707070;
		padding-right: 20px;
		margin-right: 19px;
		border-right: 1px solid #9a9a9a;
		
	}
	#subnav li a:hover {
		color: #000;
		text-decoration: underline;
	}

	
	#subnav ol .current a {
		color: #334c92;
		font-weight: bold;
	}


#main {
	width: 848px;
	padding: 50px 20px;
	background: #fff;
	color: #404040;
}
#main h2 {
	color: #044b8d;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:16px;
}

#main h2 img {
	padding-bottom:20px;
}

#content {
	float: left;
	width: 518px;
	line-height: 16px;
}
#content h3 {
	color: #044b8d;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top:8px;
}
#content p {
	margin-bottom: 16px;
}
#content a {
	color: #334c92;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}


#content ul {
	margin-bottom: 16px;
	padding-left: 16px;
}
#content ul li {
	background: url(/files/img/list_symbol.gif) 0 5px no-repeat ;
	padding-left: 16px;
    margin-bottom: 4px;
}
#content ul li a {
	color: #334c92;
}
#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content .linkbox {
	background: #f5f5f5;
	padding: 16px;
	margin-top:32px;
	margin-bottom:32px;
    display: block;
}
#content .linkbox h3{
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0;
}
#content .linkbox ul {
	margin: 0 !important;
}

#content .cols2 {
	width: 518px;
	margin: 20px 0;
	display: block;
	margin-top:32px;
}
#content .cols2-left {
	width: 249px;
	float: left;
	
}

#content .cols2 h3 {
	background: url(/files/img/bg_h3.gif) 100% 100% no-repeat;
	padding-top: 0px !important;
	line-height: 25px;
	padding-left: 5px;
}

#content .cols2-right {
	width: 249px;
	float: right;
}
#content .cols2 .linkbox {
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
}
#content .cols2 .linkbox li {
	margin-left: 0px !important;
}
#content .cols2 .linkbox ul {
	padding-left: 5px !important;
}

#content .imagebox {
	margin: 16px 0;
}
#content .imagebox .image-left {
	float: left;
	margin-right: 16px; margin-bottom: 0px;
}


#content dl {
	width: 518px;
}
#content dl dt {
	width: 150px;
	display: block;
	float: left;
	margin-bottom: 16px;
}
#content dl dd {
	width: 368px;
	display: block;
	float: left;
	margin-bottom: 16px;
}

#content .linkbox h3 {
	color: #044b8d;	
	font-size: 12px;
}

#content .img-left {
	float: left;
	display: inline;
	margin-right: 18px;
	padding-bottom: 18px;
}

#content .linkbutton {
	margin-top: 10px;
}

#content .linkbutton a {
	background: url(/files/img/list_symbol.gif) 0 5px no-repeat ;
	padding-left: 16px;
	font-weight: bold;	
}
#content .loginform ul li {
	background: none;
	padding-left: 0;
}
#content .loginform label {
	display: block;
	float: left;
	width: 90px;
}
#content .loginform input {
	width: 140px;	
}
#content .loginbutton {
	padding-left: 92px !important;
	padding-top:8px !important;
}
#content .loginbutton input {
	width: 80px !important;
	text-align: center;
}
#content .p-inline {
	padding: 0; margin: 0;
	margin-bottom: 4px;
}
#content .forminline {
	margin-bottom: 16px;
}
#content .loginerror {
	color: #d00000;
	font-weight: bold;
}

#right {
	float: left;
	width: 310px;
	margin-right: -20px;
	padding-left: 40px;
	}

#right .linkbox {
	background: #f5f5f5;
	padding: 16px;
	margin-top:32px;
	margin-right: 20px;
    display: block;
    margin-bottom: 22px;
}
#right .linkbox h3{
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0;
}
#right .linkbox ul {
	margin: 0 !important;
}
#right ul {
	margin-bottom: 16px;
	padding-left: 16px;
}
#right ul li {
	background: url(/files/img/list_symbol.gif) 0 5px no-repeat ;
	padding-left: 16px;
    margin-bottom: 4px;
}
#right ul li a {
	color: #334c92;
}
#right ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#right .infobox {
	width: 300px;
	padding: 16px 0;
	display: block;
	line-height: 16px;
}
#right .infobox img {
	display: block;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
#right .infobox a {
	color:#334c92;
	text-decoration: underline;
}
#right .infobox a:hover {
	color:#000;
	text-decoration: underline;
}


#right .infobox .teaser {
	
}
#right .infobox h3 {
	color: #334c92;
	display: block;
	padding: 3px 0 5px 0 !important;
}


#visual {
	/* margin-bottom: 32px; */
}


#startmain {
  margin: -51px -20px 0 -20px;
}
#startmain h2 {
  padding-left: 20px;
  margin-top: 40px;
  font-size: 12px;
}
#startmain p {
  padding-left: 20px;
  margin-bottom: 15px;
}

.margintop {
  margin-top: 20px;
}

#footer {
	width: 888px;
	padding: 0;
	margin-top:3px;
	font-size: 11px;
	line-height: 14px;
}
#footer-text {
	width: 888px;
	margin: 0px;
	padding: 0;
	margin-top:5px;
	margin-bottom:20px;
	font-size: 11px;
}
#footer-text-left {
	float:left;
	width: 650px;
	color: #848484;
	font-size: 11px;
	line-height: 14px;
}
#footer-text-right {
	float:right;
	width: 170px;
	color: #848484;
	font-size: 11px;
	line-height: 14px;
}
#footer-text-right a {
	color: #848484;
	text-decoration: underline;
}
#footer-text-right a:hover {
	color: #000000;
	text-decoration: underline;
}


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

#contentformular ol {
	margin-bottom: 10px;
}
#contentformular li {
	width: 401px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 2px solid #f8f8f8;
	padding: 3px 5px 5px 10px;
}
#contentformular textarea{
	width: 95%;
	margin-bottom:3px;
    font: normal 11px verdana,geneva,arial,helvetica,sans-serif;
    padding: 2px;
}
#contentformular input{
	width: 95%;
	margin-bottom:3px;
	height: auto !important;
	padding:2px;
}

#contentformular label {
	margin-bottom: 4px;
    cursor: pointer;
    display: block;
}

#contentformular .require {
	background: #eaeaea !important;
	border: 2px solid #eaeaea !important;
}

#contentformular .require label {
	background: url(/files/img/require.gif) 1px 4px no-repeat;
	padding-left: 12px;
}

#contentformular .error {
	background: #eaeaea !important;
	border: 1px solid #c00000 !important;
}

#contentformular .error label {
	background: url(/files/img/error.gif) 0 3px no-repeat;
	padding-left: 16px;
	color: #c00000;
	font-weight: bold;
}

#contentformular .form-error-msg {
	background: #c00000;
	display: block;
	width: 397px;
	border: 1px solid #c00000;
	padding: 10px;
	color: #fff;
	margin-bottom:15px;
}


#contentformular .button {
	padding: 8px 0 0 0 !important;
	background: none !important;
	width: 421px;
	border: 0px !important;
    text-align: right;
}
#contentformular .button input {
	width: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: #334c92;
	color: #ffffff !important;
	font-weight: bold;
	line-height: 12px;
	font-size: 11px;
    text-align: center;
}
#contentformular .copy {
}
#contentformular .copy input {
	width: auto !important;
	float: left;
	margin-right: 10px;
}
#contentformular .copy label {
	display: block !important;
	float: left;
	width: 90% !important;
	padding-top: 0px !important;
}


#contentformular .anrede{
	width: 140px !important;
}




/* ---------------- */


div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 400px;	 
	height:100px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	
}

/* custom positioning for navigational links */
a.prev, a.next {
	
}



/* single item */
#thumbs div {
	float:left;
	width:400px;
	height:100px;
	color:#444444;
	font-size: 14px;
	line-height: 20px;
}
.slidertxt {
	float:left;
	width: 395px;
	display: block;
}
.slidernmb{
	float:left;
	width: 25px;
	color: #444444;
	font-weight: bold;
	display: block;
	margin-right:5px;
	text-align: right;
}
/* style when mouse is over the item */
#thumbs div.hover {
}

/* style when element is active (clicked) */
#thumbs div.active {
	
}

.slider {
	width: 532px;
	display: block;
	margin-bottom: 32px;
	clear: both;
	padding-top:20px;
}






/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
	width: 400px;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next{
	display:block;
	height:100px;
	float:left;
	width: 50px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next {
	margin-left: 20px;
	clear:right;
	background: url(/files/img/next.gif) 0 50% no-repeat;	
}
a.next:hover {
	background: url(/files/img/next_over.gif) 0 50% no-repeat;	
}
a.prev {
	clear:right;
	
	background: url(/files/img/pre.gif) 0 50% no-repeat;	
}
a.prev:hover {
	background: url(/files/img/pre_over.gif) 0 50% no-repeat;	
}


/*********** navigator ***********/


/* position and dimensions of the navigator */

	
	
	
	
	
	
	
	
	
	
	
	
	
	
