@import url(cms.css);

body {
	/*font-family: verdana,arial,helvetica;*/
	font-family: "Lucida Grande",Geneva,verdana,helvetica,sans-serif;   /*"Trebuchet MS",Trebuchet*/
	line-height: 150%;
	font-size: 9pt;
	color: #013657;
	border: none;
	margin: 0;
	
	/*background: url(page_bg.gif) center top;*/
	background: white url(page_bg2.gif) 0 139px repeat-x;
}

#main {
	/*background: url(top_bg.gif) center top repeat-x;*/
	background: url(top_bg2.gif) center top repeat-x;
	height: 144px;
	text-align: center;
	padding-top: 36px;
}

#main-center {
	border: none;
	width: 764px;
	margin: auto;
	text-align: left;
	position: relative;
}

#main-top1 {
	/*background: url(bg_top3-2.gif) no-repeat 0 0px;*/
	background: url(bg_top3-2.gif) no-repeat 0 0px;
	padding: 3px 3px 0px 3px;
/*	padding: 95px 3px 2px 3px;
	background: url(bg_top.gif) no-repeat 0 37px;
	height: 20px;
*/
	line-height: 19px;

	margin: 0;

	position: absolute;
	width: 764px;
	height: 245px;
	top: 0px;
}

#top-bar {
}

#main-top2 {
	margin: 0;
	background: url(bg_top2.gif) white no-repeat;
	padding: 0 3px;
	padding-top: 3px;
	height: 167px;
}

#main-mid {
	background: white url(bg_mid2.gif) repeat-y 0 0;
	/*background: white url(bg_mid.gif) repeat-y 0 0;*/
	padding: 0 3px;
	margin: 0;
	padding-top: 2px;
	padding-top: 248px;
}

#main-mid-spacer {
	border-top: 1px solid #e0e0e0;
	height: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

#main-menu {
	float: left;
	width : 170px;
	margin: 0;
	margin-top: 0px;
}

/*--- für startseite ---*/
#side-bar {
	float: left;
	width : 150px;
	margin: 0;
	padding: 4px 7px 3em 12px;
	font-size: 8pt;
	line-height: 140%;
	border-right: 1px solid #ddd;
}
	
#main-bottom-spacer {
	clear: both;
	height: 18px;
	line-height: 1px;
}

#main-bottom {
	/*background: url(bot_bar.gif) no-repeat;*/
	background: url(bot_bar-2.gif) no-repeat;

	margin: 0;
	height: 23px;
	line-height: 100%;
	padding: 7px 3px 3px 3px;
}

#main-content {
	float: right;
	margin: 0;
	/*margin-top: 1em;*/
	width: 574px;
	margin-right: 2px;
	position: relative;
}

#main-content-start {
	position: relative;
}


#content-title {
	font-size: 20px; 
	font-weight: bold;
 
	border-left: 1px solid #e0e0e0;
	padding: 6px 0 4px 8px;
	margin: 2px 0 2px 169px;
	line-height: 100%;
}

#content, #content2, #content1 {
	/*line-height: 160%;*/
	/*text-align: justify;*/
}

#content2 {
	float: right;
	width: 150px;
	padding-right: 12px;
}

#content1 {
	float: left;
	width: 397px;
	/*margin-right: 175px;*/
	margin-top: 1em;
}

#content1full {
	float: left;
	width: 540px;
	/*margin-right: 175px;*/
	margin-top: 1em;
}

#main-content-start  #content {
	margin-right: 0px;
	margin-top: 8px;
	color: #545454;
}

#main-content-start  #top-content {
	margin-right: 0px;
	background: #ebf0f6;
	padding-bottom: 8px;
	position: relative;
	/*height: 135px;*/
}

#main-content-start p {
	margin: 0.5em 0 0.5em 8px;
}

#content {

}

.box1 {
	background: white;
	margin-bottom: 10px;
	padding: 10px;
}


#footer {
	border-top: 1px solid #e0e0e0;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 8pt;
	padding-top: 4px;
	line-height: 18px;
	width: 562px;
}

/*--- Menus ------------------------------------------*/



#sub-menu {
	border-right: 1px solid #e0e0e0;
	padding-bottom: 34px;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	font-family: verdana,helvetica;
}

#sub-menu ul.level0 {
	font-size: 10pt;
}

#sub-menu ul.level1 {
	background: #ecf5fc;
	font-size: 8pt;
	border-bottom: 1px solid #e0e0e0;
}

#sub-menu li {
	display: inline;
}

#sub-menu a {	
	/*font-weight: bold;*/
	color: #888;
	
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 3px;
	border-bottom: 1px solid #e0e0e0;
	/*background: url(arrow_sm.gif) no-repeat 9px center;*/
}

#sub-menu ul.level0 a {
	padding-left: 0.7em;
}

#sub-menu ul.level1 a {
	padding-left: 2em;
	border-bottom: none;
}

#sub-menu ul.level2 a {
	padding-left: 3em;
	border-bottom: none;
}

/* #cfe0f8*/

#sub-menu a:hover, #sub-menu a.active:hover {	
	-moz-outline-style: none;
}

#sub-menu a.active {	
	font-weight: bold;
	color: #3399dd;
}

#sub-menu ul.level0 a.active {
	position: relative;	
	border-right: 4px solid #38f;
	/*left: -4px;*/
}

#sub-menu ul.level1 a.active {
	border-right: 4px solid #06c;
	background: #cfe0f8;
}

#sub-menu ul.level2 a.active {	
	background: #B3CDEF;
}

ul.bar-menu {
	float: right;
	font-family: verdana,helvetica;
	font-size: 11px;
	line-height: 19px;
	list-style: none;
	
	/*letter-spacing: 1px;*/
	margin: 0;
	padding: 0;
	padding-right: 4px;
	padding-left: 7px;
}

ul.bar-menu li {	
	color: #ccdde8;
	list-style: none;
	display: inline;
	margin: 0;
}

ul.bar-menu a {
	color: #ccdde8;
	font-weight: bold;
	text-decoration: none;
	
	border: 1px solid #00538a;
	padding: 2px 7px 2px;

	background: url(dot.gif) no-repeat 6px 5px;
	padding-left: 20px;
	margin: 0;
	margin-right: 12px;
}

ul.bar-menu a.active{
	border: 1px solid #fff;
	background-color: #0082d6;
	/*color: white;*/
}

ul.bar-menu a:hover {	
	color: white;
	-moz-outline-style: none;
}

#copyright {
	float: left;
	font-family: verdana,helvetica;
	font-size: 10px;
	color: #ccdde8;
	font-weight: bold;
	padding: 4px 10px 0px 40px;
}


/*--- diverses --------------------------------------*/

h1.title {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 167px;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0068ac;
}

a:hover {
	text-decoration: underline;
}

.alt {
	display: none;
}


img {
	border: none;
}

img.banner {
}

h2 {
	font-size: 10pt;
	color: #39d;
	margin: 1.5em 0 0.5em;
}

h3 {
	font-size: 10pt;
	border-bottom: 1px solid #eee;
}

h4 {
	font-size: 10pt;
}

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

#content1 ul li, #content1full ul li {
	padding-left: 12px;
	background: url(bullet2.gif) no-repeat left 7px;
}

#content1 ol li, #content1full ol li {
	margin: 0.5em 0;
}
	
#content1 div.link-list ul li {
	background: url(bullet.gif) no-repeat left 5px;
	padding-left: 16px;
}

a.external {
	padding-right: 14px;
	background: url(link_ext.gif) no-repeat right 5px;
/*	

	padding-left: 14px;
	background: url(link_ext.gif) no-repeat left center;
	font-weight: bold;
*/	
}

div.clear {
	clear: both;
}

div.box2 div.bg2 div.no-inner-border {
	padding: 2px 0px;
}

div.box2 {
	width: 188px;
}

div.format1 {
	margin: 8px 0;
	background: #f8fafc;
	border: 1px solid #eee;
	border-left: 2px solid #eee;
	padding: 4px;
}
/*
div.img_with_title {
	border: 1px solid #eee;
	padding: 2px;
	margin: 4px;
}

div.img_with_title p {
	background: #f8f8f8;
}
*/
div.img_with_title.align_l {
	margin-left: 0;
	clear: none;
}

div.img_with_title.align_r {
	margin-right: 0;
}

/*--- Referenzen-Seite ------------------------------------------------------*/

div.ref-img {
	padding: 12px; 
	background: #dddddd;
	text-align: center;
}

div.ref-img img.banner {
	border: 1px solid white;
}

div.ref-main {
	background: url(ref-border-top.gif) no-repeat; 
	margin: 6px 0; 
	margin-bottom: -4px; 
	padding: 4px 4px;
}

div.ref-box {
	float:right; 
	width:200px; 
	padding: 6px; 
	background: #f8f8f8; 
	margin:0 0 8px 8px
}

div.ref-main h2 {
	clear: left;
	font-size: inherit;
	padding: 0;
	margin: 0;
	padding-left: 14px;
	background: url(ref-bullet.gif) 0px 5px no-repeat;
	line-height: 16pt;
	float: left;
	width: 60px;
}

div.ref-main  p {
	width: 270px;
	margin: 0;
	margin-left: 70px;
}

p.ref-para {
	clear: left;
	/*border: 1px solid red;*/
}

/*
div.img_with_title {
	float: left;
	margin: 0;
	margin-top: 6px; 
	margin-right: 8px;
	padding: 10px;
	background: #e9e9e9;
	border: none;
}

.img_with_title p { 
	margin-top: 2px;
}
*/

/*--- startseite ---------------*/

#side-bar  h1 {
	font-size: 10pt;
	color: #0068ac;
}

#side-bar a  {
	background: url(link-dot.gif) no-repeat 0px 4px;
	font-size: 8pt;
	padding-left: 8px;
	color: #01548a;
}

#main-content-start {
	padding: 0;
}

#main-content-start h2 {
	font-size: 10pt;
	color: #0068ac;
	margin: 4px 0;
	padding: 0;
	margin-left: 8px;
}

#main-content-start  div.link-list a,  {
	font-size: 10pt;
	font-weight: bold;
	display: block;
	background: url(link-dot2.gif) #ebebeb no-repeat 2px 4px;
	margin-bottom: 2px;
	padding-left: 17px;
	color: #888;
}

div.link-list {
	margin-bottom: 20px;
}


div.sp-box {
	clear: both;
	padding: 0; /*2px 8px; */
	padding-bottom: 4px;
	margin: 0;
	font-size: 8pt;
	line-height: 140%;
	color: #545454;
}

div.sp-box.big-text{
	font-size: 9pt !important;
}

#top-content div.sp-box {
	float: left;
	clear: none;
	background: #E1EDF5;
	border: 1px solid #dadada;
	font-size: 6pt;
	font-weight: bold;
	line-height: 130%;
	/*width: 365px;*/
	width: 240px;
	font-size: 7.5pt;
	margin: 8px 0px 0px 8px;
}

div.sp-box p {
	margin: 0px 8px !important;
	margin-bottom: 0.7em;
	/*text-align: justify;*/
}

#top-content div.sp-box  p {
	margin-bottom: 0.7em;
	/*margin-right: 95px !important;*/
}

div.sp-box a.internal, div.info-box a.internal {
	float: right;
/*	background: url(more_dot_main.gif) no-repeat 0 2px;*/
	background: url(bullet.gif) no-repeat 0 4px;
	padding-left: 13px;
	padding-bottom:2px;
	margin: 0.5em 20px;
	color: #545454;
}

div.info-box a.internal {
	/*float: left;*/
	margin: 0;
}

#top-content div.sp-box a {
/*	background: url(more_dot_top.gif) no-repeat 0 3px;*/
	background: url(bullet.gif) no-repeat 0 3px;
	padding-left: 13px;
}

#top-content div.sp-box  img {
	float: right;
	border: none;
	opacity: 0.5;
}

div.sp-box  img.banner {
	margin: 4px 0 0px 0px;
}

div.sp-box h1 {
	font-size: 9pt;
}

div.sp-box h2 {
	margin: 5px 8px !important;
	font-size: 9pt;
	padding-left: 14px !important;
	background: url(dot_start_page.gif) no-repeat 0px 3px;
}

div.sp-box h3 {
	clear: both;
	font-size: 8pt;
	font-style: italic;
	margin: 1em 0 0.2em 8px;
	border: none;
}





a.img-link {
	background: none !important;
	padding: 0 !important;
}

#main-content-start div.img_with_title {
	padding: 0;
	background: none;
}

#main-content-start hr {
	clear: both;
	padding: 0;
	border: none;
	/*border-bottom: 1px dashed #999;
	padding: 0 8px;*/
	margin: 0px 8px;
}


div.reflist-img img.banner, div.img_with_title img.banner {
	border: none;
}


div.info-box {
	font-size: 8pt;
	line-height: 140%;
	margin-bottom: 1em;

	/*border: 2px solid #ddd;*/
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.info-box img.banner {
	border: none !important;
}

div.info-content {
	margin: 0 0 4px 4px;
}

div.info-box h2 {
	font-size: 9pt;
	margin: 0;
	margin-bottom: 0.5em;
	/*background: #ddd;*/
	padding: 0px 0px 0px 0px;
	margin-left: 4px;
	background: url(ref-bullet.gif) no-repeat left 2px;
	padding-left: 14px;
	color: #0068ac;
	/*border-left: 4px solid #cfe0f8;*/
	/*border-left: 4px solid #3388ff;
	padding-left: 4px;*/
}


#content2 img.banner {
	/*border: 2px solid #ddd;*/
	border-left: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	padding: 1em 0;
	padding-left: 0px;
}

#content2 div.swf {
	border-left: 1px solid #ddd;
	padding: 1em 0;
	padding-left: 0px;
}


/*--- Sitemap ---------------------------------------*/

#content1 div.sitemap {
	border-right: 1px solid #ccc;
	padding-bottom: 2em;
}

#content1 div.sitemap ul {
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
}

#content1 div.sitemap ul li {
	background: none; /*url(ref-bullet.gif) no-repeat left 4px;*/
	margin: 0;
	padding: 0;
	/*padding-left: 13px;*/
	margin-left: 0.5em;
	margin-top: 1px;
	margin-bottom: 1px;
}

#content1 div.sitemap li.level1 a{
	font-size: 10pt;
	font-weight: bold;
	color: #444;
	background: #fafafa;
	margin-top: 0.5em;
	border: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 4px;
}

#content1 div.sitemap li.level1 {
	margin-top: 0.8em;
}

#content1 div.sitemap li.level2 {
	margin-top: 0.2em;
}

#content1 div.sitemap li.level2 a {
	font-size: 9pt;
	color: #666;
	font-weight: normal;
	border: none;
	background: none;
}

#content1 div.sitemap li.level3 a {
	font-size: 8pt;
	line-height: 150%;
	color: #666;
}

#content1 div.sitemap li.level1 ul {
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content1 div.sitemap li.level2 ul {
	background: #f8f8f8; /*#ecf5fc;*/
	/*
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	/*border: none;*/
}


#content1 div.sitemap li.level3 {
	background: none;
	padding-left: 0;
}

#icon-print {
    background: url(icon_print.gif) no-repeat 0 -1px; 
    padding-left: 18px;
}

#icon-top {
    background: url(icon_top.gif) no-repeat 0 -1px; 
    padding-left: 18px;
}

#icon-back {
    background: url(icon_back.gif) no-repeat 0 0; 
    padding-left: 18px;
}

div.quote {
	background: url(q.gif) top left no-repeat;
	padding: 6px 0 6px 56px; 
	margin: 1.5em 1em; 
	margin-right: 0;
	/*font-style: italic;*/
	font-weight: bold;
	color: #666;
}
 
div.quote strong {
	font-weight: normal;
}

div.img-list {
	float: left;
	padding: 0 2px 2px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.img-list:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
div.img-list div.img_with_title {
	background: none;
	padding: 2px;
	margin: 0;
	margin-left: 2px;
	margin-bottom: 2px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

div.img-list div.img_with_title img.banner {
}

div.img-list div.img_with_title  p {
	background: none;
}

div#content2 div.img_with_title  {
	margin: 0;
	border-left: none;
	margin-bottom: 1em;
	border-left: 1px solid #ddd;
}

div#content2 div.img_with_title  img.banner {
	border: none;
	padding-bottom: 2px;
}

div#content2 div.img_with_title p {
	padding-left: 4px;
	padding-bottom: 4px;
	/*border: 1px solid red;*/
}
 
div#content2 div.info-box {
	clear: both;
}

table.app-form {
	/*width: 350px;*/
}

span.f_err {
	color: #c00;
	font-weight: bold;
}

div.form-line {
	margin-bottom: 4px;
	float: left;
	width: 390px;
}

div.form-line label {
	float: left;
	text-align: left;
	margin-right: 4px;
	width: 110px;
	font-size: 8pt;
	border-top: 1px solid #eee;
}

div.form-line label.error {
	color: #f00;
	font-weight: bold;
}

div.form-line label.required {
	font-style: italic;
}

div.form-field {
	float: left;
	width: 270px;
}

div.form-wide {
	margin-left: 0px;
	margin-top: 0.5em;
	font-size: 8pt;
}

div.form-2 div.form-line {
	margin-bottom: 0px;
}

div.form-2 div.form-line label{
	float: none;
	width: auto;
	border: none;
}

div.form-2 div.form-field {
	float: none;
	width: auto;
}

div.liste2  {
	border:1px solid #c9d2e1;
	padding: 1px;
	margin-left: 0em;
	margin-right: 2em;
}

div.liste2 table {
	width: 100%;
}

div.liste2 table th {
	padding: 1px 4px;
	background: #eaeef4;
	color: #7788bb;
	text-align: center;
	border-bottom: 1px solid #c9d2e1;
	font-weight: bold;
}

div.liste2 table td {
	background: #F4F7FB;
	padding: 4px 8px;
	text-align: top;
}

div.liste2 table tr.odd td {
	background: white;
}

div.liste2 table tr.title td {
	background: #99aacc;
	color: white;
	font-weight: bold;
}

div.liste2 table tr.subtitle th {
	background: #99aacc;
	color: white;
	text-align: center;
	padding: 2px 4px;
	border-top: 1px solid white;
}

div.liste2 table tr.subtitle td {
	background: #eaeef4;
	color: #7788bb;
	font-size: 8pt;
	text-align: center;
	padding: 1px 4px;
	border-top: 1px solid #c9d2e1;
}


div.columns0  div.column {
	float: left;
	width: 243px;
	margin: 0;
	margin-left: 8px;
}

div.columns1 div.column {
	float: left;
	width: 370px;
	margin: 0;
	margin-left: 8px;
}

div.tag-cloud {
	/*border: 1px solid #c9d2e1;
	padding: 4px;*/
	padding: 0 0 0 8px;
}

div.tag-cloud a {
	color: #545454;
}

.size1 {
	font-size: 7pt;
}

.size2 {
	font-size: 9pt;
}

.size3 {
	font-size: 11pt;
	font-weight: bold;
}

.size4 {
	font-size: 13pt;
	font-weight: bold;
}

div.intro {
	font-weight: bold;
	margin: 0.5em 0;
}

p.important {
	margin: 0.5em 2em;
	color: #3399E3;
	font-weight: bold;
}


/*--- jqzoom ------------------*/

.jqzoom{
	/*border:1px solid black;*/
	/*float:left;*/
	position:relative;
	padding:0px;
	cursor:pointer;
}

.jqzoom img{
	float:left;
}


div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border:1px solid #00538A;
	display:none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #00538A;
	background: #ffffff; /*url(../images/zoom.gif) 50% top  no-repeat*/
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

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

div.agb {
	font-size: 8pt;
	line-height: 130%;
}

div.agb ul li {
	background-position: 0 5px !important;
}

