
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
    color: #555;
    font-family: Verdana;
    font-size: 13px;
}
#header {
	width:900px;
	height:165px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	position:relative;
	left:0px;
	top:30px;
    border: none;
}
.menulist {
  position: absolute;
  top: 129px;
  left: 50%;
  width: 900px;
  margin-left: -450px;
    z-index: 400;
}


#body {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#content {
  /*background: #FFCC99;*/
	float:left;
	width:590px;
	height:auto;
    margin-top: 15px;
}
#sitebar {
  /*background: #EE0000;*/
	float:right;
	width:290px;
	height:auto;
    margin-top: 15px;
}
.sitebar_body {
  /*background: #f6f6f6;*/
  background-image: url(images/bg_sitebar.jpg);
  background-repeat: repeat-x;
  border : 1px solid #cecece;
  margin-bottom: 15px;
  padding: 0px 10px 10px 10px;
}

#footer {
  position: relative;
  border-top: 1px solid #cecece;
    background-image: url(images/bg_footer.jpg);
    width: 100%;
    height: 200px;
}
#sub_footer {
  /*background: #663300;*/
	width:950px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
}

.clear-all {
  clear: both;
}

#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 : #6E89DD;
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 : #6E89DD;
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 : #6E89DD;
color : #ffffff;
font-weight : bold;
text-align : left;
}
.table_hover th a {
  color: #FFF;
}

.header {
padding:3px;
background-color : #6E89DD;
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;
}

blockquote {
	position:relative;
	left:0px;
	width:560px;
    background-color: #F6F6F6;
	border-left: 5px solid #cecece;
    border-right: none;
    border-bottom: none;
    border-top: none;
	padding: 10px 10px 10px 10px;
    font-variant: small-caps;
}

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

h2 {
position: relative;
top: 1px;
font-size: 14px;
line-height: 15px;
color: #555;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}

h3 {
position: relative;
top: 1px;
font-size: 14px;
line-height: 15px;
color: #C40000;
letter-spacing: 0px;
background: url('images/dash.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
h4 {
position: relative;
top: 1px;
font-size: 12px;
line-height: 15px;
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 : #001ee1;
}
a:visited {
text-decoration : none;
font-size : 10pt;
color : #001ee1;
}
a:hover {
text-decoration : none;
font-size : 10pt;
color : #aa0000;
}
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: #3057B3;
}
.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 : 15px 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:14px;
/*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 : #3057b3;
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;
}
