body {
	background-color: #89ace2;
	background-image: url(images/bg4.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #444444;
}
#panel_logo {
	width:845px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
  width: 500px;
  height: 79px;
	position:relative;
	top:2px;
    left: 20%;
    behavior:url(/images/iepngfix.htc);
}
#preloader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#panel_header {
	width:845px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/panel_header.png);
}
#panel_body {
	width:845px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:url(images/panel_body_long.png);
    background-repeat: repeat-y;
}
* html #panel_body { /*IE6 only*/
	width:845px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:url(images/panel_body_long.png);
}
.clear-all {
   	clear: both;
}
#panel_footer {
	width:845px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/panel_footer.png);
    text-align: center;
}
#panel_footer_menu {
	width:845px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
    color: #555;
}
#panel_footer_menu a {
text-decoration: none;
font-size: 11px;
color: #555555;
}

.menulist {
	position:absolute;
    z-index: 300;
    left: 50%;
    margin-left: -395px;
    top: 130px;
	width:790px;
	height:35px;
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
}


#menucontent {
	margin: 20px 10px 10px 10px;
}
#panel_content {
	position:relative;
	top:0px;
	float:left;
	margin-left:27px;
	margin-bottom:3px;
	padding:10px 15px 10px 15px;
	width:542px;
	height:auto;
    min-height: 450px !important;
	background:url(images/content_bg.png);
	border: 1px solid #CCC;
}
* html #panel_content { /*IE6 only*/
	position:relative;
	top:0px;
	float:left;
	margin-left:14px;
	margin-bottom:3px;
	padding:10px 15px 10px 15px;
	width:542px;
	height:auto;
    min-height: 450px !important;
	background:url(images/content_bg.png);
	border: 1px solid #CCC;
}

#panel_sitebar {
	position:relative;
	top:0px;
	float:right;
	margin-right:28px;
}
* html #panel_sitebar { /*IE6 only*/
	position:relative;
	top:0px;
	float:right;
	margin-right:14px;
}

.panel_block {
	padding:10px;
	width:180px;
	height:auto;
	background:url(images/sitebar_bg.png);
	border: 1px solid #CCC;
    margin-bottom: 15px;
}


#data {}


/* Formatierung der Meldungen */
#info {
height: auto;
background: #FFFFCD;
color: #555555;
padding: 10px;
border : 1px solid #c2260c;
margin-bottom: 10px;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #808080;
 border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

/* Formular mit Editor */
.editorform {
background-color: #E9E9E9;
border-collapse: separate;
border-spacing: 1px 1px;
}
.editorform th {
padding:4px;
background-color : #184876;
color : #ffffff;
font-weight : bold;
text-align : left;
}
.editorform td {
padding:4px;
}

/* Auflistungen */
.table_list {
background-color : #ffffff;
border-collapse: separate;
border-spacing: 1px 1px;
color : #000000;
}
.table_list th {
padding:4px;
background-color : #184876;
color : #ffffff;
font-weight : bold;
text-align : left;
font-size: 14px;
}
.table_list td {
padding:4px;
background-color : #efefef;
font-size: 12px;
}
.table_list .front {
background-color : #dee3e7;
font-weight: bold;
}
.table_list .subheader {
background-color : #e0e0e0;
font-weight: bold;
}
.table_list th a {
  color: #FFF;
}

/* Tabelle mit Hovereffekt */
.table_hover {
background-color : #ffffff;
border-collapse: separate;
border-spacing: 1px 1px;
color : #000000;
}
.table_hover tr {
background-color : #efefef;
}
.table_hover td {
padding:3px;
}
.table_hover tr:hover td {
background-color : #ffffcd;
}
.table_hover th {
padding:3px;
background-color : #184876;
color : #ffffff;
font-weight : bold;
text-align : left;
}
.table_hover th a {
  color: #FFF;
}

.header {
padding:3px;
background-color : #184876;
color : #ffffff;
font-weight : bold;
}
.subheader {
  background-color: #BAC8EF;
  font-weight: bold;
}
.front {
  background-color: #A3B1D8;
}


.content {
  background-color: #E9E9E9;
}
.icon_options {
  vertical-align: middle;
  border: none;
}

/* Heller untergeordneter Header */
.tableheader_light {
background-color: #EBEADB;
color : #000000;
}

/* Beschreibungszelle oder Optionsbereich einer Tabelle mit Hovereffekt */
.front {
background-color : #dee3e7;
color : #000000;
}


/* Formatierung des Branchenbuches (ibook) */
.kupon {
	position: relative;
	float: right;
	left: 0px;
	top: -5px;
}

.ibook_info {
	background: #ffff9f;
	height: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ibookbody1 {
	background: #FFFFFF;
	height: 120px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
}

.ibookbody2 {
	background: #f7f6f6;
	height: 120px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
}

.ibookcontent {
	position: relative;
  	float: left;
	width: 370px;
	padding: 1px;
	text-align: left;
	color: #333333;
	vertical-align: top;
}

.ibookcontent a:link { text-decoration:underline; font-weight:bold; font-size:8pt; color:#000000; }
.ibookcontent a:visited { text-decoration:none; font-weight:bold; font-size:8pt; color:#000000; }

.ibookoption {
	position: relative;
  	float: right;
	width: 130px;
	height: 40px;
	padding: 1px 1px 1px 10px;
	border-left: 1px dashed #000000;
	text-align: left;
}


img.image {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.right {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
   margin: 0px 0px 5px 15px;
}
img.left {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
   margin: 0px 15px 5px 0px;
}


h1 {
font-size: 16px;
color: #184876;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
margin-top: 0px;
}

h2 {
font-size: 14px;
color: #184876;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}

h3 {
font-size: 12px;
color: #C40000;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
h4 {
font-size: 10px;
color: #C40000;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
h5 {
font-size : 10pt;
font-family : Arial;
color : #000000;
font-weight : 100;
background-color : #ffffff;
}
h6 {
border : 1px solid blue;
}

a:link {
text-decoration : none;
font-size : 10pt;
color : #ca071d;
}
a:visited {
text-decoration : none;
font-size : 10pt;
color : #ca071d;
}
a:hover {
text-decoration : none;
font-size : 10pt;
color : #ca071d;
}
a:active {
text-decoration : none;
font-size : 10pt;
}

/* Formatierung des Kalenders */
.calendar_table {
  background-color: #E9E9E9;
  border-collapse: separate;
  border-spacing: 1px 1px;
  color : #000000;
  width: 100%;
}
.calendar_table th {
  background-color: #184876;
}
.calendar_saturday {
background-color : #ffcaa6;
}
.calendar_sunday {
background-color : #ff9650;
}
.calendar_weekday {
background-color : #f8f8f8;
}
.calendar_today {
background-color : #ffff7d;
}
.calendar_noday {
background-color : #ffffff;
}
.calendar_termin {
background-color : #ffffcc;
}

/* Formatierung der Rahmenfarben in den Galerien */
.paspatu_frame {
background-color : #999999;
}
.paspatu {
background-color : #ffffff;
}
.paspatu_focus {
background-color : #f3e800;
}
.paspatu_online {
background-color : #93bfe8;
}

/* Formatierung der News */
.news {
margin : 0 0 15px 0;
padding : 0;
background : #fff url(images/bg2.jpg) repeat-x;
border : 1px solid #efeded;
}
.news .news-footer {
background-color : #fafafa;
border : 1px solid #f2f2f2;
padding : 5px;
margin-top : 20px;
font-size : 95%;
}
.news .news-footer .date {
background : url('images/clock.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news .news-footer .comments {
background : url('images/comment.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news .news-footer .readmore {
background : url('images/page.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news p {
margin : 10px 15px;
}
.news h4 {
font-size:12px;
margin : 10px 15px;
}
.partner {
visibility : hidden;
}


/* Allgemeine Ausrichtungsklassen */
.float-left {
float : left;
}
.float-right {
float : right;
}
.align-left {
text-align : left;
}
.align-right {
text-align : right;
}
.clear {
clear : both;
}


/* Login bzw. andere Menüpunkte (nicht das Hauptmenü) */
.sitebar_menu {
  padding-left : 0.8em;
}
.sitebar_menu li {
  padding-bottom: 6px;
  display:block;
  padding-left : 1.7em;
  background: url(images/point.gif) no-repeat 0px 0.2em;
}
.sitebar_menu a {
  color: #000000;
}


/* Auflistungen im Contentbereich */
#data ul {
margin-left : 0;
padding-left : 1.5em;
text-indent : 0;
}
.table_normal ul {
margin-left : 0;
padding-left : 1.5em;
text-indent : 0;
}

/* Formatierung von Tabellen ohne Hintergrundfarbe */
.table_normal {
  width : 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
  color : #000000;
}

/* Formatierungen für die Lightbox-Funktion */
#lightbox {
position : absolute;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
}
#lightbox img {
width : auto;
height : auto;
border : 1px solid #bdbdbd;
}
#lightbox a img {
border : none;
}
#outerImageContainer {
position : relative;
background-color : #fff;
width : 250px;
height : 250px;
margin : 0 auto;
}
#imageContainer {
padding : 10px;
}
#loading {
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
}
#hoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#imageContainer > #hoverNav {
left : 0;
}
#hoverNav a {
outline : none;
}
#prevLink, #nextLink {
width : 49%;
height : 100%;
display : block;
}
#prevLink {
left : 0;
float : left;
}
#nextLink {
right : 0;
float : right;
}
#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #fff;
margin : 0 auto;
line-height : 1.4em;
overflow : auto;
width : 100%;
}
#imageData {
padding : 0 10px;
color : #666;
}
#imageData #imageDetails {
width : 70%;
float : left;
text-align : left;
}
#imageData #caption {
font-weight : bold;
}
#imageData #numberDisplay {
display : block;
clear : left;
padding-bottom : 1em;
}
#imageData #bottomNavClose {
width : 66px;
float : right;
padding-bottom : 0.7em;
outline : none;
}
#overlay {
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
}

/* Kontaktformular */
.contact {
margin : 18px;
}




/*Alte Formatierungen, die zum Teil noch in Verwendung sind ----------------------------------------------------------- */

.table_form {
width : 100%;
border-width : 0;
border-style : none;
color : #000000;
}
.table_net {
width : 100%;
border-width : 0;
}
.tableheader {
background-color : #184876;
color : #FFFFFF;
font-weight : bold;
}
.tableheader_ebene2 {
background-color : #ebeadb;
color : #444444;
}
.tablefront {
background-color : #d9e2ec;
color : #000000;
}
.tablebody {
background-color : #eaedf4;
color : #000000;
}
.tablebody_light {
background-color : #ffffff;
color : #000000;
}
.color_title {
font-size : 10pt;
font-family : Arial;
color : #3366ff;
font-weight : bold;
}
.line {
border : 1px solid #9d9d9d;
height : 1px;
width : 100%;
text-align : left;
}
.gray {
color : #bfbfbf;
}
.tableheader a {
color : #ffffff;
font-weight : bold;
}
/* Shop Formatierungen */
.first_prize_large {
  color: #CC0000;
  font-size: 15px;
  font-weight: bold;
}
.first_prize_small {
  color: #CC0000;
  font-size: 11px;
  font-weight: bold;
}
.second_prize_large {
  color: #79B5BF;
  font-size: 15px;
}
.second_prize_small {
  color: #79B5BF;
  font-size: 11px;
}
.prize_right {
  text-align: right;
}

.shopbox_header {
  background-color: #D7E6E7;
  height: 38px;
  padding-top: 8px;
  border: #AAABD2 solid 1px;
  overflow: hidden;
}
.shopbox_body {
  background-color: #FFFFFF;
  line-height: 160px;
  border: #AAABD2 solid 1px;
}
.shopbox_footer {
  background-color: #EBEADB;
  border: #AAABD2 solid 1px;
}

.bookmark {
  border: none;
  width: 20px;
  height: 20px;
  padding: 0px;
}

blockquote {
	position:relative;
	left:0px;
	width:98%;
	border-left: 5px solid #888888;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background: none;
	padding: 0px 10px 0px 10px;
}
#jqueryTooltip {
	position:absolute; /* das ist zwingend notwendig, damit der Tooltip der Maus folgen kann */
	display:none; /* auch wichtig damit der Tooltip leer nicht gezeigt wird */
	border:1px solid #777777;
    background:url(images/content_bg.png);
	padding:0.25em;
    max-width: 300px;
}
