@charset "UTF-8";

/* ********************************************************* 
 Definitionen zurücksetzen 
 ********************************************************* */
#printheader { display: none; width: 1px; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
img { border: none; display: block; }

table, table th, table tr, table td {
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* *********************************************************
 * Struktur
 * ******************************************************* */

body {
	background-color: #666;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#page_margins {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	background: #ffffff url(/images/columns.gif) top left repeat-y scroll;
}

#header {
	position: relative;
	width: 900px;
	height: 90px;
	background: transparent url(/images/header.gif) top left no-repeat;
}

#header.paper {
	background: transparent url(/images/header-paper.gif) top left no-repeat;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 15px 0 15px;
	border-top: 1px solid #000;
}

/* Rasterdefinitionen Raster 1 */

body#raster1 #col1 {
	float: left;
	display: inline;
	width: 195px;
	margin-left: -606px;
	min-height: 600px;
	background: #dbe4e3;
    overflow: hidden;
}

body#raster1 #col2 {
	float: left;
	display: inline;
	width: 351px;
	margin-left: 225px;
	margin-right: 30px;
	background: #ffffff;
}

body#raster1 #col3 {
	float: right;
	width: 294px;
}

body#raster1 #col1 img.spacerwidthcurrentcol { width: 195px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important; }
body#raster1 #col2 img.spacerwidthcurrentcol { width: 351px; border-left: none !important; border-right: none !important; margin: 0 !important;}
body#raster1 #col3 img.spacerwidthcurrentcol { width: 294px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important;}

body#raster1 #col3 ul { margin-left: 99px; }
body#raster1 #col3 ul.broad { margin-left: 1px; width: 300px;}
body#raster1 #col3 p { margin-left: 98px; display: inline; }
body#raster1 #col3 ul li ul { margin-left: 0; }

/* Rasterdefinitionen Raster 2 */

body#raster2 #col1 {
	float: left;
	display: inline;
	width: 195px;
	margin-left: -704px;
}

body#raster2 #col2 {
	float: left;
	display: inline;
	width: 351px; 
	margin-left: 225px;
	margin-right: 128px; /* plus 98 */
}

body#raster2 #col3 {
	float: right;
	width: 196px; /* 98 weniger als Raster 1 */
}

body#raster2 #col1 img.spacerwidthcurrentcol { width: 195px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important;}
body#raster2 #col2 img.spacerwidthcurrentcol { width: 449px; border-left: none !important; border-right: none !important; margin: 0 !important;}
body#raster2 #col3 img.spacerwidthcurrentcol { width: 196px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important;}

body#raster2 #col3 ul { margin-left: 1px; }
body#raster2 #col3 p { margin-left: 0px; }
body#raster2 #col3 ul li ul { margin-left: 0; }

/* Rasterdefinitionen Raster 3 */

body#raster3 #col1 {
	float: left;
	display: inline;
	width: 195px;
	margin-left: -704px;
	min-height: 600px;
	background: #dbe4e3;
}

body#raster3 #col2 {
	float: left;
	display: inline;
	width: 451px;
	margin-left: 225px;
	margin-right: 28px;
	background: #ffffff;
}

body#raster3 #col3 {
	float: right;
	width: 196px;
}

body#raster3 #col1 img.spacerwidthcurrentcol { width: 195px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important; }
body#raster3 #col2 img.spacerwidthcurrentcol { width: 351px; border-left: none !important; border-right: none !important; margin: 0 !important;}
body#raster3 #col3 img.spacerwidthcurrentcol { width: 294px; float: left; border-left: none !important; border-right: none !important; margin: 0 !important;}

body#raster3 #col3 ul { margin-left: 99px; }
body#raster3 #col3 ul.broad { margin-left: 1px; width: 300px;}
body#raster3 #col3 p { margin-left: 98px; display: inline; }
body#raster3 #col3 ul li ul { margin-left: 0; }

/* ********************************************************* 
 Header
 ********************************************************* */




#metanav {
	position: absolute;
	top: 27px;
	left: 438px;
}

#metanav li {
	list-style-type: none;
	float: left;
}

#metanav li a {
	float: left;
	display: inline;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}

/* ********************************************************* 
 Footer
 ********************************************************* */


#footer p {
	position: absolute;
	top: 10px;
}

#footer p.suche {
	left: 0px;
}

#footer p.kontakt {
	left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer p.footernav {
	left: 687px;
}


#footer p.suche input.text {
	width: 95px;
}
#footer p.suche input.button {
	width: 65px;
	border: 1px solid #dbe4e3;
	background-color: #dbe4e3;
}

#footer p.footernav a {
	color: #000;
	text-decoration: none;
	float: left;
	display: inline;
	margin-left: 14px;
}

/* ********************************************************* 
 Col 1
 ********************************************************* */


#col1 ul,
#col3 ul {
	list-style-type: none;
	clear: both;
}

#col1 ul li,
#col3 ul li {
	float: left;
}

#col1 ul li a,
#col3 ul li a {
	float: left;
	width: 180px;
	line-height: 21px;
	border-bottom: 1px solid #fff;
	background-color: #bed3d0;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
}
#col3 ul.broad li a {
	width: 278px;
	line-height: 15px;
	border-bottom: 0px;
}

#col1 ul li.current,
#col3 ul li.current {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #feeddf;
	
}
#col1 div ul li.current a{
	color: #f1692d;
	font-weight: bold;
}
#col1 div ul li.current ul li a{
	color: #000;
	font-weight: normal;
}
#col1 div ul li.current ul li.current a{
	color: #f1692d;
	font-weight: bold;
}
#col1 ul li.current a,
#col3 ul li.current a {
	background-color: #feeddf;
	border-bottom: none;
	line-height: 18px;
}

#col1 ul li.rechts a,
#col3 ul li.rechts a {
	/* background: url(/images/navpoint.gif) 16px 7px no-repeat; */
	text-align: right;
	float: left;
	width: 165px;
	line-height: 21px;
	border-bottom: 1px solid #fff;
	background-color: #bed3d0;
	color: #000;
	text-decoration: none;
	padding-right: 15px;
}

#col1 ul li ul,
#col3 ul li ul {
	display: none;
}

#col1 ul li.current ul,
#col3 ul li.current ul {
	display: block;
}

#col1 ul li ul li a,
#col3 ul li ul li a {
	background: url(/images/navpoint.gif) 16px 7px no-repeat;
	padding-left: 30px;
	width: 165px;
}

#col1 ul li ul li.current a,
#col3 ul li ul li.current a {
	background-image: url(/images/navpointcurrent.gif);
}

#col1 ul li ul li.current,
#col3 ul li ul li.current {
	padding-top: 0; padding-bottom: 0;
}

#col1 ul li ul li.current a,
#col3 ul li ul li.current a {
	color: #f1692d;
	font-weight: bold;
}

#col1 p,
#col3 p {
	float: left;
	width: 165px;
	padding: 10px 15px 10px 15px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#col1 p a,
#col3 p a {
	color: #000;
	text-decoration: none;
}

/* ********************************************************* 
 Col 2
 ********************************************************* */

#col2 ul#breadcrumb {
	display: block;
	margin: 0;
	padding-bottom: 30px;
}

#col2 ul#breadcrumb li {
	list-style-type: none;
	float: left;
}

#col2 ul#breadcrumb li a {
	float: left;
	margin-right: 5px;
	text-decoration: none;
	color: #000;
}

#col2 ul#breadcrumb li.current a {
	font-weight: bold;
	color: #FF7700;
}

/*
* fuer news
*/
#col1 p a.current{
	font-weight: bold;
}
#col2 h1 {
	margin-bottom: 10px;
	line-height: 17px;
	font-weight: bold;
	font-size: 16px;
	clear: both;
	padding-top: 15px;
}

#col2 h2 {
	margin: 0;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
}

#col2 p {
	margin-bottom: 10px;
	line-height: 16px;
}

#col2 ul, #col2 ol {
	margin-bottom: 10px;
	line-height: 16px;
	margin-left: 10px;
}

#col2 a {
	text-decoration: underline;
	color: #000;
}
#col2 a:hover {
	color: #ff7700;
}

#col2 a.zurueck {
	color: #009584;
	font-weight: bold;
}

#col2 #text {
	line-height: 16px;
}
#col2 .right {
	text-align: right;
}
#footer a {
	text-decoration: underline;
	color: #000;
}
#footer a:hover {
	color: #ff7700;
}

#footer a.zurueck {
	color: #009584;
	font-weight: bold;
}
/* ********************************************************* 
 Tabellenstile Col 2
 ********************************************************* */

#footertable {
	position: absolute;
}


/* Tabellenstil 1 */

#col2 table.tabellenstil1 {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 20px;
	background-color: #ddd;
}

#col2 table.tabellenstil1 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	vertical-align: top;
}

#col2 table.tabellenstil1 td {
	border-collapse: collapse;
	margin: 1px;
	vertical-align: top;
}

#col2 table.tabellenstil1 thead td { background-color: #ffe1cf; color: #FF7700; font-weight: bold; }
#col2 table.tabellenstil1 tfoot td { background-color: #bed3d0; }
#col2 table.tabellenstil1 tbody td { background-color: #dbe4e3; }

/**
* für die suchkategorien
*/
#col2 table.tabellenstil2 td.thead { background-color: #ffe1cf; color: #FF7700; font-weight: bold; }

#col2 table.tabellenstil1 td a {
	color: #000;
	text-decoration: none;
}
#col2 table.tabellenstil1 td a:hover {
	color: #ff7700;
}

/* Tabellenstil 2 */

#col2 table.tabellenstil2 {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 20px;
	background-color: #ddd;
}

#col2 table.tabellenstil2 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	vertical-align: top;
}

#col2 table.tabellenstil2 td {
	border-collapse: collapse;
	margin: 1px;
	vertical-align: top;
}

#col2 table.tabellenstil2 thead td { background-color: #bed3d0; font-weight: bold; }
#col2 table.tabellenstil2 tfoot td { background-color: #bed3d0; }
#col2 table.tabellenstil2 tbody td { background-color: #dbe4e3; }

#col2 table.tabellenstil2 td a {
	color: #000;
	text-decoration: none;
}
#col2 table.tabellenstil2 td a:hover {
	color: #ff7700;
}
/** Tabellenstil3 */


#col2 table.tabellenstil3 {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 20px;
	background-color: #ddd;
}

#col2 table.tabellenstil3 td {
	padding: 3px;
	vertical-align: top;
}

#col2 table.tabellenstil3 td {
	border-collapse: collapse;
	margin: 1px;
	vertical-align: top;
}

#col2 table.tabellenstil3 thead td { background-color: #bed3d0; font-weight: bold; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;}
#col2 table.tabellenstil3 tfoot td { background-color: #bed3d0; }
#col2 table.tabellenstil3 tbody td { background-color: #dbe4e3; }

#col2 table.tabellenstil3 td a {
	color: #000;
	text-decoration: none;
}
#col2 table.tabellenstil3 td a:hover {
	color: #ff7700;
}

/* Tabellenstil partner */

#col2 table.tabellenstilpartner {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 20px;
}

#col2 table.tabellenstilpartner td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	vertical-align: top;
}

#col2 table.tabellenstilpartner td {
	border-collapse: collapse;
	margin: 1px;
	vertical-align: top;
}
#col2 table.tabellenstilpartner td.nomargin {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	vertical-align: top;
}

#col2 table.tabellenstilpartner thead td { background-color: #dbe4e3; color: #000; font-weight: bold; }
#col2 table.tabellenstilpartner tfoot td { background-color: #bed3d0; }
#col2 table.tabellenstilpartner tbody td {  }

#col2 table.tabellenstilpartner td a {
	color: #000;
	text-decoration: none;
}
#col2 table.tabellenstilpartner td a:hover {
	color: #ff7700;
}

/* Right float*/
.rightfloat{
float: right;
}
/* Left float*/
.leftfloat{
float: left;
}
/* tabellenstil_geb_mach */
#col2 table.tabellenstil_geb_mach {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 20px;
	background-color: #ddd;
}

#col2 table.tabellenstil_geb_mach td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	vertical-align: top;
}

#col2 table.tabellenstil_geb_mach td {
	border-collapse: collapse;
	margin: 1px;
	vertical-align: top;
}

#col2 table.tabellenstil_geb_mach thead td { background-color: #ffe1cf; color: #FF7700; font-weight: bold;  }
#col2 table.tabellenstil_geb_mach tfoot td { background-color: #bed3d0; }
#col2 table.tabellenstil_geb_mach tbody td { background-color: #dbe4e3; }
#col2 table.tabellenstil_geb_mach tbody td.type{ background-color: #bed3d0; }

#col2 table.tabellenstil_geb_mach td a {
	color: #000;
	text-decoration: none;
}
#col2 table.tabellenstil_geb_mach td a:hover {
	color: #ff7700;
}
/* footertable Aufzählung (sitemap) */

#col2 #footertable ul, #col2 #footertable li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#col2 #footertable li {
	padding-left: 15px;
	background: transparent url(/images/navpoint.gif) 1px 5px no-repeat;
}
#col2 #footertable table {
	margin-top:8px;
}

/* ********************************************************* 
 Col 3
 ********************************************************* */


#col3 img {
	display: block;
	float: left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#col3 img.spacer97px {
	border-bottom: none;
	border-left: none;
	margin-bottom: 1px;
	margin-left: 1px;
	width: 97px; height: 97px;
}

#col3 img.spacer195px {
	border-bottom: none;
	border-left: none;
	margin-bottom: 1px;
	margin-left: 1px;
	width: 195px; height: 195px;
}

#col3 img.spacer27px {
	border-bottom: none;
	border-left: none;
	margin-bottom: 1px;
	margin-left: 1px;
	width: 27px; height: 27px;
}

#col3 a.text {
	display: block;
	float: left;
	width: 83px;
	height: 85px;
	padding-right: 15px;
	text-align: right;
	color: #000;
	text-decoration: none;
	clear: both;
	font-weight: bold;
}

body#raster2 #col3 a.text {
	position: relative;
	display: inline;
	margin-left: -103px;
}

.clear {
	clear: both;
}
#header h1 {
	float: left;
}
#col1 ul li.current a{
	font-weight: bold; 
	color: #ff7700;
}
#col1 ul li.current ul li a{
	font-weight: normal; 
	color: #000000;
} 
#col1 ul li.current ul li.current a{
	font-weight: bold; 
	color: #ff7700;
} 
/**
mediagallery
*/
#col1 ul.nav li.current ul li a{
	font-weight: normal; 
	color: #000000;
} 
#col1 ul.nav li.current ul li.current a{
	font-weight: bold; 
	color: #ff7700;
} 
#col1 ul.nav li.parent ul,
#col1 ul.nav li.parent ul li{
    display: block;
    margin-left: 5px;
}
#col1 ul.nav li.parent li.current a.current{
	font-weight: bold; 
	color: #ff7700;
}
#col1 ul.nav li.parent a.parent{
	font-weight: bold; 
}
#col1 ul.nav li.current a.current {
    background-image:url("/images/navpointcurrent.gif");
}
#col1 ul.nav li.current a {
    background:url("/images/navpoint.gif") no-repeat scroll 16px 7px transparent;
}
#col1 ul.nav li.current a.current {
    background-color:#FEEDDF;
}
#col1 ul.nav li.current {
    background-color:#DBE4E3;
    border-bottom:medium none;
    line-height:18px;
}
#col1 ul.nav li.top a.top {
    background-color:#BED3D0;
    border-bottom:1px solid #FFFFFF;
    color:#000000;
    background-image: none;
    float:left;
    line-height:21px;
    padding-left:15px;
    text-decoration:none;
    width:180px;
}
#col1 ul.nav li.top {
    padding-bottom:0px;
    padding-top:0px;
}
.next, .prev{
	cursor:pointer;
}
#buttons{
	margin-bottom:5px;
	width:450px;
}

#buttons a{
	margin:10px 10px;
	color:#69C;
}
.prev{
	float:left;
}
.next{
	float:right;
}

#slideshow{
    overflow:hidden;
    width:450px;
}

#slideshow ul{
	width:3900px;
	padding-left:225px;
}

#slideshow li{
	float:left;
	margin:0 16px;
	cursor:pointer;
}
#col2 #footertable li.picture {
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0px;
    background: none;
    float: left; 
}
/**
endmediagallery
*/
.tableimage{
	float: left;
	background: transparent;
	width: 100px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
}
#col1 p.current a, #col3 p.current a {
    font-weight: bold;
}
.extension_icon{
	float: left;
}
#modal {
     display: none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}

#modal div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}
