@media all {

body,p,h1,h2,h3,form,ul,li {
  margin: 0;
  padding: 0;
}

html {overflow-y: scroll;}
  
body {
  font: 12px Verdana,Arial,Helvetica,Sans-Serif;
  color: #000000;
}

img {
  border-width: 0;
}

input, select {
  font: 11px Verdana,Arial,Helvetica,Sans-Serif;
}

/* FETT ALLGEMEINES */
a {
  color: #375491;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.mehr {
  text-decoration: none !important;
}


h1,h2,h3,h1 a,h2 a,h3 a {
  color: #000000;
}
h1 {font-size: 1.3em; font-weight: bold;}
h2 {font-size: 1.1em; font-weight: normal; color: #6c6c6c;}
h2.sub {font-weight: normal !important;}
h3 {font-size: 1.1em; font-weight: normal;}
	
ul {
  list-style-type: none;
}


.short p, .text p {
  line-height: 1.3em;
}
.short a, .text a {
  text-decoration: underline;
}
.short p, .text p {
  margin-bottom: 10px;
}
.short ul, .text ul {
	margin: 0 0 10px 0;
}
.short ol, .text ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
}
.short ul li, .text ul li {
  padding: 0 0 0 16px;
  background: url(/pub/pic/triangle.gif) 6px 5px no-repeat;  
}
.short li, .text li {
  margin: 0 0 6px 0;
}
.short .ue3, .text .ue3 {
	color: #375491;
  font-weight: bold;
}

#page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;
  z-index: 10;
}
#page .center {
  overflow: hidden;
  width: 1005px;
  margin: 0 auto;
}
	
/* CONTENT */
#cols {
	overflow: hidden;
  margin-left: 1px;
	background: url(/pub/pic/cols-back.gif) repeat-y;
}
#colL {
	position: relative;
  overflow: hidden;
  padding-bottom: 54px;
  clear: both;
	float: left;
  width: 208px;
  color: #ffffff;
  background: url(/pub/pic/col-l-back.gif) repeat-y;
}
#colLBot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 208px;
	height: 54px;
  background: url(/pub/pic/col-l-back.gif) no-repeat -208px 0;
}
#colM {
  overflow: hidden;
  float: left;
  width: 566px;
  padding: 18px 0 10px 0;
  margin-left: 22px;
}
#colR {
  overflow: hidden;
  float: left;
  width: 194px;
  margin-left: 14px;
  padding: 10px 0;
}

  
#backA {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #afaeae;
}
#backA .center {
	overflow: hidden;
	width: 1005px;
  height: 100%;
	margin: 0 auto;
  background: url(/pub/pic/back.gif) repeat-y;
}
  
/* HEADER */
#header {
  overflow: hidden;
  position: relative;
  height: 230px;
  margin-left: 1px;
  background: no-repeat 200px 0;
}
#logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 170px;
	background: url(/pub/pic/logo.png) no-repeat;
}
#logo:hover {text-decoration: none;}
	
#controls {
	position: relative;
	float: left;
	width: 199px;
	height: 60px;
	background: url(/pub/pic/controls.png) no-repeat 0 10px;
}
.ctrl {
	position: absolute;
	width: 30px;
	height: 20px;
	cursor: pointer;
}
.ctrlHome {left: 25px; top:36px;}
.ctrlPrint {left: 55px; top:36px;}
.ctrlRcmmd {left: 85px; top:36px;}
.ctrlZoomI {left: 115px; top:36px;}
.ctrlZoomO {left: 145px; top:36px;}
.ctrlInfo {
	position: absolute;
	width: 160px;
	height: 20px;
	left: 25px;
	top: 16px;
	font-size: 12px; /*fix*/
}
	
/* SEARCH@HEADER */
#frmHeaderSearch {
	position: absolute;
	right: 14px;
	top: 0;
	background-color: #dee2ed;
	padding: 10px;
  opacity:.9;
  -moz-opacity:.9;
  filter:alpha(opacity=90);
	font-size: 10px; /*fix*/
}
#frmHeaderSearch input {
  border: 1px solid #acb8d1;
}
#frmHeaderSearch .sucInp {
  width: 120px;
}
#frmHeaderSearch .sucSub {
  width: 50px;
	color: #375491;
	background-color: #dfe3ed;
	font-weight: bold;
}

/* SEARCH@CONTENT */
#frmContentSearch {
	float: right;
	font-size: 10px; /*fix*/
	padding-bottom: 10px;
}
#frmContentSearch input {
  border: 1px solid #acb8d1;
}
#frmContentSearch .sucInp {
  width: 120px;
}
#frmContentSearch .sucSub {
  width: 50px;
	color: #375491;
	font-weight: bold;
}

/* FOOTER */
#footer {
  overflow: hidden;
  width: 990px;
  clear: both;
  margin: 0 0 50px 1px;
  font-size: 0.9em;
  background: #f5f5f5 url(/pub/pic/footer-back.gif) repeat-x;
}
#footer h1 {
	color: #969594;
	font-weight: bold;
	padding-bottom: 15px;
}
#footer h2 {
	border-bottom: 1px solid #c3c2c2;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
}
.fooLinks {
	float: left;
	padding: 10px 30px 10px 10px;
}
.fooLinks li {
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
  background: url(/pub/pic/footer-link.gif) 2px center no-repeat;  
	color: #000000;
	font-weight: bold;
}
.fooLinks li a {color: #000000;}	
.fooImport {
	float: left;
	margin: 10px 30px 10px 10px;
}
.fooImport li {
	padding: 0 0 5px 0;
	color: #000000;
}
.fooImport li a {color: #000000;}
	
#footer .copy {font-size: 0.8em;}
#footer .copy, #footer .copy a {
	color: #969594;
}
	
/* NAVI */
#naviTop {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 160px;
	width: 990px;
	height: 70px;
  background: url(/pub/pic/navi-top-back.png) repeat-x 0 10px;
  border-bottom: 10px solid #c3c2c2;
}
#naviLeft {
}
	
.itemL1 {
  float: left;
  font-size: 12px; /*fix*/
  font-weight: bold;
  background: url(/pub/pic/navi-top-back2.png) no-repeat;
}
.itemL1 a {
  display: block;
  width: 92px;
  height: 52px;
  padding: 18px 8px 0 10px;
  background: url(/pub/pic/navi-top-sep.png) no-repeat;
  color: #000000;
}
.itemL1 a:hover {
	text-decoration: none;
}
	
.itemL2 {
	position: relative;
  width: 208px;
	height: 50px;
  font-size: 12px; /*fix*/
  background: url(/pub/pic/navi-left-back.png) no-repeat;
  text-align: right;
}
.itemL2 a {
  display: block;
	padding: 12px 40px 0 8px;
  width: 160px;
	height: 38px;
  color: #666666;
}
.itemL2 a:hover {
  color: #000000;
	text-decoration: none;
}
.itemL2sel a {
	color: #ffffff !important;
}	
.itemL2sel .corn {
	position: absolute;
	right: 2px;
	top: -6px;
	width: 6px;
	height: 6px;
	background: url(/pub/pic/navi-left-corn.gif) no-repeat;
}
.itemL2sel .fini {
	position: absolute;
	left: 0;
	top: 50px;
	width: 200px;
	height: 2px;
	background: url(/pub/pic/navi-left-fini.png) no-repeat;
}

.itemL3 {
	font-size: 11px; /*fix*/
}
.itemL3 a {
  display: block;
  margin: 6px 20px 8px 8px;
  padding-right: 20px;
  color: #666666;
	background: url(/pub/pic/mehr-s-d9d9d9.gif) no-repeat right center;
  text-align: right;
}
.itemL3 a:hover, .itemL3sel a {
  color: #000000;
	background: url(/pub/pic/mehr-s-7f7f7f.gif) no-repeat right center;
	text-decoration: none;
}
	
.naviTop0 {background-position: 0  -90px !important;}
.naviTop1 {background-position: 0 -190px !important;}
.naviTop2 {background-position: 0 -290px !important;}
.naviTop3 {background-position: 0 -390px !important;}
.naviTop4 {background-position: 0 -490px !important;}
.naviTop5 {background-position: 0 -590px !important;}

.naviColor0 .itemL1 {background-position: -150px 0 !important;}
.naviColor1 .itemL1 {background-position: -300px 0 !important;}
.naviColor2 .itemL1 {background-position: -450px 0 !important;}
.naviColor3 .itemL1 {background-position: -600px 0 !important;}
.naviColor4 .itemL1 {background-position: -750px 0 !important;}
.naviColor5 .itemL1 {background-position: -900px 0 !important;}

.naviColor0 .itemL1:hover {background-position: -150px -70px !important;}
.naviColor1 .itemL1:hover {background-position: -300px -70px !important;}
.naviColor2 .itemL1:hover {background-position: -450px -70px !important;}
.naviColor3 .itemL1:hover {background-position: -600px -70px !important;}
.naviColor4 .itemL1:hover {background-position: -750px -70px !important;}
.naviColor5 .itemL1:hover {background-position: -900px -70px !important;}

.naviColor0 .itemL1sel, .naviColor0 .itemL1sel:hover {background-position: -150px -140px !important;}
.naviColor1 .itemL1sel, .naviColor1 .itemL1sel:hover {background-position: -300px -140px !important;}
.naviColor2 .itemL1sel, .naviColor2 .itemL1sel:hover {background-position: -450px -140px !important;}
.naviColor3 .itemL1sel, .naviColor3 .itemL1sel:hover {background-position: -600px -140px !important;}
.naviColor4 .itemL1sel, .naviColor4 .itemL1sel:hover {background-position: -750px -140px !important;}
.naviColor5 .itemL1sel, .naviColor5 .itemL1sel:hover {background-position: -900px -140px !important;}
	
.naviLeft0 .itemL2 {background-position:     0   0;}
.naviLeft1 .itemL2 {background-position:  -250px 0;}
.naviLeft2 .itemL2 {background-position:  -500px 0;}
.naviLeft3 .itemL2 {background-position:  -750px 0;}
.naviLeft4 .itemL2 {background-position: -1000px 0;}
.naviLeft5 .itemL2 {background-position: -1250px 0;}
	
.naviLeft0 .itemL2:hover {background-position:     0   -50px;}
.naviLeft1 .itemL2:hover {background-position:  -250px -50px;}
.naviLeft2 .itemL2:hover {background-position:  -500px -50px;}
.naviLeft3 .itemL2:hover {background-position:  -750px -50px;}
.naviLeft4 .itemL2:hover {background-position: -1000px -50px;}
.naviLeft5 .itemL2:hover {background-position: -1250px -50px;}
	
.naviLeft0 .itemL2sel {background-position:     0   -100px !important;}
.naviLeft1 .itemL2sel	{background-position:  -250px -100px !important;}
.naviLeft2 .itemL2sel	{background-position:  -500px -100px !important;}
.naviLeft3 .itemL2sel	{background-position:  -750px -100px !important;}
.naviLeft4 .itemL2sel	{background-position: -1000px -100px !important;}
.naviLeft5 .itemL2sel	{background-position: -1250px -100px !important;}

.naviLeft0 .itemL2sel	.corn {background-position: -10px 0;}
.naviLeft1 .itemL2sel	.corn {background-position: -20px 0;}
.naviLeft2 .itemL2sel	.corn {background-position: -30px 0;}
.naviLeft3 .itemL2sel	.corn {background-position: -40px 0;}
.naviLeft4 .itemL2sel	.corn {background-position: -50px 0;}
.naviLeft5 .itemL2sel	.corn {background-position: -60px 0;}
	

#naviBread {
  overflow: hidden;
  padding: 0 0 25px 0;
  color: #777777;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
#naviBread a {
  color: #777777;
}
#naviBread span {
  font-weight: normal;
}

/* ALLGEMEIN */
.mehr {
  padding-left: 15px;
  background: url(/pub/pic/mehr-s.gif) 1px 2px no-repeat;
}
.mehr:hover {
  text-decoration: none;
  background-position: 1px -48px;
}
    


/* CONTAINER */
/* allgemein */
.con {
  clear: both;
  overflow: hidden;
  margin-bottom: 17px;
}
.conhead {
  font-size: 1.3em; /*fix*/
  font-weight: bold;
}
.conbody {
  clear: both;
}
/* allg. rechts */
#colR .con {
	margin-bottom: 7px;
	background: url(/pub/pic/con-r.png) repeat-y;
}
#colR .conhead {
	width: 185px;
	height: 30px;
	padding: 14px 0 0 9px;
	background: url(/pub/pic/con-r.png) no-repeat -194px 0;
	color: #375491;
  font-size: 16px; /*fix*/
}
#colR .conhead a {	
	color: #375491;
}
#colR .conbody {
	padding: 0 5px 0 1px;
	color: #375491;
}
#colR .con .conbttm {
	width: 194px;
	height: 5px;
	background: url(/pub/pic/con-r.png) no-repeat -388px 0;
}
  
/* speziell */
/* MEDIUMLINK */
#colR .conMedlink	.conbody {
	overflow: hidden;
	width: 183px;
}
/* FREEHTML */
#colR .conFreehtml	.conbody {
	overflow: hidden;
	width: 183px;
}	
	
/* NEWS */
.conNews .conbody {
	padding: 2px 8px 5px 8px;
	margin: 5px 0 0 0;
	border: 0 solid #d7d7d6;
	border-width: 1px 0;
	background-color: #f4f4f4;
}
.conNews .itm {
	padding: 3px 0;
}
}
.conNews .itmF {
	border-top: 0;
}
.conNews .itm a {
  color: #000000;
}
.conNews .date {
	margin: 0 8px 0 0;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}
.conNews .mehr {
  padding-left: 15px;
  background: url(/pub/pic/mehr-s-b.gif) 1px 2px no-repeat;
}
.conNews a:hover .mehr {
  text-decoration: none;
  background-position: 1px -48px;
}

/* NEWSCOMPLETE */
.conNewsC .conbody {
	padding: 0 8px 5px 8px;
	margin: 5px 0 0 0;
	border: 0 solid #d7d7d6;
	border-width: 1px 0;
	background-color: #f4f4f4;
}
.conNewsC .itm {
	overflow: hidden;
  padding: 3px 0 3px 5px;
}
.conNewsC .itm a {
	display: block;
	color: #000000;
	margin-left: 12px;
}
.conNewsC .date {
	margin: 2px 0 0 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #d7d7d6;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}
.conNewsC .dateF {
	border-top: 0;
}
.conNewsC .cat {
	color: #000000;
	padding: 0 0 0 4px;
	border-left: 8px solid red;
	font-size: 0.8em;
	color: #777777;
	text-transform: uppercase;
}
.conNewsC .mehr {
  padding-left: 15px;
  background: url(/pub/pic/mehr-s-b.gif) 1px 2px no-repeat;
}
.conNewsC a:hover .mehr {
  text-decoration: none;
  background-position: 1px -48px;
}
.conNewsC .catAK {border-color: #fdc400;}
.conNewsC .catVP {border-color: #76b85a;}
.conNewsC .catWA {border-color: #e20031;}
.conNewsC .catKF {border-color: #6aacda;}
.conNewsC .catBS {border-color: #9d82b1;}
.conNewsC .catVV {border-color: #ee813c;}

/* SEARCH */
.conSearch .conbody {
	padding: 10px 8px 5px 8px;
	margin: 5px 0 0 0;
	border: 0 solid #d7d7d6;
	border-width: 1px 0;
	background-color: #f4f4f4;
}
.conSearch .itm {
	overflow: hidden;
  padding: 3px 0 3px 5px;
}
.conSearch .itm a {
	color: #000000;
}
.conSearch .itm h3 {
	display: block;
	color: #000000;
	margin-left: 24px;
	margin-right: 8px;
}
.conSearch .date {
	margin: 2px 0 0 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #d7d7d6;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}
.conSearch .dateF {
	border-top: 0;
}
.conSearch .cat {
	color: #000000;
	padding: 0 0 0 4px;
	border-left: 8px solid red;
	font-size: 0.8em;
	color: #777777;
	text-transform: uppercase;
}
.conSearch .mehr {
  padding-left: 15px;
  background: url(/pub/pic/mehr-s-b.gif) 1px 2px no-repeat;
}
.conSearch .link {
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 24px;
  font-size: 0.8em;
}
.conSearch a:hover .mehr {
  text-decoration: none;
  background-position: 1px -48px;
}
.conSearch .catAK {border-color: #fdc400;}
.conSearch .catVP {border-color: #76b85a;}
.conSearch .catWA {border-color: #e20031;}
.conSearch .catKF {border-color: #6aacda;}
.conSearch .catBS {border-color: #9d82b1;}
.conSearch .catVV {border-color: #ee813c;}

/* BANNER */
.conBanner {
	position: relative;
	overflow: visible;
	margin-right: 7px;
	border: 1px solid #cdcccc;
}
.conBanner .conhead {
	position: absolute;
	height: 24px;
	width: 546px;
	padding: 4px 0 0 8px;
	margin: 9px 0 0 9px;
	border: 1px solid #6e6e6e;
	background-color: #898989;
	color: #ffffff;
}
.conBanner .conhead a {
	color: #ffffff;
}
.conBanner .conhead a:hover {
	text-decoration: none;
}
.conBanner .conbody {
	overflow: hidden;
	padding: 40px 10px 0 10px;
}
.conBanner .vsep {
	width: 100%;
	height: 1px;
	background-color: #c3c2c2;
}
.conBanner .bild {
  float: left;
  margin: 10px 9px 7px 9px;
}
.conBanner .bild img {
	border: 1px solid #e1e1e1;
}
.conBanner h1 {
	padding: 7px 9px 0 9px;
	font-size: 1em;
}
.conBanner h2 {
	font-weight: bold;
}
.conBanner .text {
	padding: 2px 9px 0 9px;
}
.conBanner .corn {
	position: absolute;
	right: 0;
	top: -7px;
	width: 6px;
	height: 6px;
	background: url(/pub/pic/navi-left-corn.gif) no-repeat;	
}
.conBanner .fini {
	position: absolute;
	left: -1px;
	top: 29px;
	width: 556px;
	height: 2px;
	background: url(/pub/pic/con-banner-fini.png) no-repeat;
}
/* banner in doppel */
.conDoppel .conBanner .conhead {
	width: 255px;
}
.conDoppel .conBanner .fini {
	width: 265px;
}
/* categories */
.conBanner .conheadAK {border: 1px solid #dca800;	background-color: #fdc400;}
.conBanner .conheadVP {border: 1px solid #61974a;	background-color: #76b85a;}
.conBanner .conheadWA {border: 1px solid #c0002a;	background-color: #e20031;}
.conBanner .conheadKF {border: 1px solid #5a91b8;	background-color: #6aacda;}
.conBanner .conheadBS {border: 1px solid #7e688f;	background-color: #9d82b1;}
.conBanner .conheadVV {border: 1px solid #cc6e33;	background-color: #ee813c;}
.conBanner .conheadAK .corn {background-position: -10px 0;}
.conBanner .conheadVP .corn {background-position: -20px 0;}
.conBanner .conheadWA .corn {background-position: -30px 0;}
.conBanner .conheadKF .corn {background-position: -40px 0;}
.conBanner .conheadBS .corn {background-position: -50px 0;}
.conBanner .conheadVV .corn {background-position: -60px 0;}	

/* NAVIREF */
.conNavi .bild {
	padding: 20px 0 0 20px;
}
.conNavi .bild img {
	border: 1px solid #e1e1e1;
	border-bottom-width: 0;
}
.conNavi .bildsub {
	position: relative;
	width: 176px;
	height: 35px;
	padding: 4px 10px 0 20px;
	border: 1px solid #6e6e6e;
	background-color: #898989;
	color: #ffffff;
	font-size: 12px; /*fix*/
}
.conNavi .bildsub .corn {
	position: absolute;
	right: 0;
	top: -7px;
	width: 6px;
	height: 6px;
	background: url(/pub/pic/navi-left-corn.gif) no-repeat;	
}
.conNavi .bildsub .fini {
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	height: 2px;
	background: url(/pub/pic/navi-left-fini.png) no-repeat;
}
.conNavi h1 {
	margin: 9px 8px 0 20px;
	font-size: 0.9em;
	font-weight: bold;
}
.conNavi .short {
	margin: 6px 15px 0 20px;
	color: #000000;
	font-size: 0.9em;
}

/* MAPS */
.conMaps .conbody {
}
.conMaps .map {
  overflow: hidden;
  margin-top: 3px;
  width: 564px;
  height: 317px;
	border: 1px solid #cdcccc;
  background-color: #eeeeee;
}

/* LINKSAMM */
#colM .conLinks .conhead {
	margin-bottom: 5px;
}	
#colM .conLinks .conbody {
  background: url(/pub/pic/con-m-links-back.png) repeat-y;
  border-bottom: 1px solid #adadad;
}	
#colM .conLinks a {
  overflow: hidden;
  display: block;
  padding: 7px 8px 7px 10px;
  border-top: 1px solid #adadad;
  background: url(/pub/pic/mehr-b-7d7c7b.png) no-repeat 540px 8px;
  color: #adadad;
  font-size: 0.9em;
}
#colM .conLinks a:hover {
  background-position: 540px -92px;
  text-decoration: none;
  color: #666666;
}
#colM .conLinks .title {
	display: block;
	width: 500px;
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #666666;
}
#colM .conLinks a:hover .title {
  color: #000000;
}
	
#colR .conLinks a {
  overflow: hidden;
  display: block;
  padding: 7px 0 0 18px;
  height: 23px;
  background: url(/pub/pic/con-r-links-back.png) no-repeat;
  color: #375491;
  font-size: 12px;
  font-weight: bold;
}
#colR .conLinks a:hover {
  background: url(/pub/pic/con-r-links-back.png) no-repeat 0 -30px;
  text-decoration: none;
}

/* STANDARD */
.conStd h1 {
  margin: 0 0 5px 0 !important;
}
.conStd h2 {
  margin: 0 0 5px 0 !important;
  font-weight: bold;
}
.conStd .bild {
  margin: 2px 10px 5px 0 !important;
  float: left;
}
.conStd .short {
  font-weight: normal !important;
}
.conDoppel .conStd h1 {margin: 0 0 3px 0 !important;}

#colR .conStd .conbody {
  font-size: 0.9em;
}
#colR .conStd h1 a {
	text-decoration: underline;
}
#colR .conStd p {
	margin: 2px 10px 7px 8px;
}
.artcomp .conStd h1 a {
	text-decoration: none;
}
.artcomp .conStd h1 a:hover {
	text-decoration: underline;
}
.artcomp .conStd .bild {
	margin: 0 0 5px 0 !important;
	float: none;
}
	
/* SAMMLER */
.conSammler .itm {
	clear: both;
	overflow: hidden;
	padding: 8px 0 0 0;
}	
.conSammler h1 {
  margin: 0 0 5px 0 !important;
}
.conSammler h2 {
  margin: 0 0 5px 0 !important;
  font-weight: bold;
}
.conSammler .bild {
  margin: 2px 10px 5px 0 !important;
  float: left;
}
.conSammler .short {
  font-weight: normal !important;
}

/* DOPPEL */
.conDoppel {
  margin-bottom: 0;
}
.conDoppel .conbA {
  float: left;
  width: 275px; 
  margin-right: 16px;
}
.conDoppel .conbB {
  float: left;
  width: 275px; 
}

/* DIASHOW */
.conDia h1 {margin-bottom: 15px;}
.conDia .control {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.conDia .bdesc {
	padding: 5px 0;
	font-size: 0.9em;
}	
.conDia .bcopy {
	float: right;
	color: #666666;
	margin: 0 0 0 5px;
	font-size: 0.8em;
}
.conDia .control .diaprev {
	overflow: hidden;
	display: block;
	float: left;
	width: 30px;
	height: 23px;
	background: url(/pub/pic/dia-controls.png) no-repeat 0 0;
}
.conDia .control .diaprev:hover {text-decoration: none; background-position: 0 -25px;}
.conDia .control .diaprev:active {background-position: 1px -24px;}
.conDia .control .dianext {
	overflow: hidden;
	display: block;
	float: right;
	width: 30px;
	height: 23px;
	background-color: red;
	background: url(/pub/pic/dia-controls.png) no-repeat -50px 0;
}
.conDia .control .dianext:hover {text-decoration: none; background-position: -50px -25px;}
.conDia .control .dianext:active {background-position: -49px -24px;}
	.conDia .control .dianum {
	float: left;
	width: 60px;
	padding-top: 4px;
	text-align: center;
}
	
/* ARTICLE */
.conart h1 {margin-bottom: 10px;}
.conart h2 {margin: 15px 0 8px 0; font-weight: bold;}
.conart .bild {
	overflow: hidden;
	margin-bottom: 5px;
}
.conart .bild img {
	display: block;
}
.conart .artbdesc {
	padding: 5px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}
.conart .artbcopy {
	color: #666666;
	margin: 0 0 5px 0;
	font-size: 0.8em;
}
.conart .short {
}
.conart .date {
  float: right;
  margin: 0 0 10px 10px;
  color: #6c6c6c;
  font-size: 0.9em;
}
.conart .author {
  color: #6c6c6c;
  text-align: right;
  font-style: italic;
}

.conRel {
  margin-top: 20px;
}
.conRel h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.conRel .conbody {
  margin-top: 5px;
}
.conRel .item {
  font-size: 0.9em;
  margin-bottom: 4px;
  padding-left: 15px;
  background: url(/pub/pic/triangle.gif) 0 3px no-repeat;  
}
.conRel .item a {
  color: #000000;
}

.artcomp {
  overflow: hidden;
}
.artcompL {
  clear: left;
  float: left;
  width: 178px;
  margin: 0 10px 10px 0px;
}
.artcompR {
  clear: right;
  float: right;
  width: 178px;
  margin: 0 0 10px 10px;
}
.artcompM {
  clear: both;
  margin: 0 auto 10px auto;
  width: 384px;
}
.artcomp p {
  margin-bottom: 0;
}
.text table {
  border-collapse: collapse;
}
.text table td {
	border: 1px dotted #000000;
}
.text .taStd {
  border-collapse: collapse;
  background-color: #f3f6f8;
}
.text .taStd td {
  vertical-align: top;
  border: 0 solid #b8bcbf;
  border-width: 1px 0 1px 0;
  padding: 2px 5px;
}
.text .taStd .taHead td {
	border: 0 solid #666666;
	border-width: 2px 0 1px 0;
	background-color: #e1eef8;
  vertical-align: middle;
}
.linkExt {
  color: #375491;
	padding-left: 14px;
  background: url(/pub/pic/icn-ext.gif) no-repeat 0 1px;
}
.linkPDF {
	padding-left: 20px;
	background: url(/pub/pic/icn-pdf.png) no-repeat;
}

} /* END MEDIA ALL */

@media print {

#header,#footer {
  display:none !important;
}
  
} /* END MEDIA PRINT */
