body {
	background-image:url(images/bg-image-webdesign.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#9fb7d3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
}
#header {
	width:850px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:text-top;
}
#logo {
	position : relative;
	float:right;
	top : 23px;
	left : -70px;
	outline-style : none;
	border:none;
}

/* Anfang Headermenue */
#header #menubar_m1 {
	position: relative;
  	float: left;
	left: 22px;
	top: 40px;
}

#header #m1mainSXMenu2 {
   float:left;
	height: 30px;
}

#header .menu_m1iad {
   vertical-align:middle;
   border-style: none;
	background: url('page.gif') no-repeat 0 center;
	padding-left: 2px; margin: 0px -6px 0px 0px;
}
/* Ende Headermenue */

#content-header {
	width:850px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-header.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#content-body {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-body.png);
	background-repeat:repeat-y;
}
#content-left {
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 0px 20px;
	width:570px;
	height:auto;
	float:left;
	/*border: 1px solid #e21e48;*/
}
#data {
	height:auto;
}
#content-right {
	margin: 0px 5px 0px 0px;
	padding: 0px 30px 0px 10px;
	width:181px;
	height:auto;
	float:right;
	/*border: 1px solid #e21e48;*/
	
}
.clear-left {
   	clear: left;
}
.clear-right {
   	clear: right;
}
#content-footer {
	width:850px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-footer.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#footer {
	width:850px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footer a {
  color:3a3a3a;
}
/* Contentformatierung - Anfang */

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

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

h3 {
font-size: 12px;
color: #033c7c;
padding: 0px 0px 0px 0px;
margin-bottom: -12px;
}
h4 {
position: relative;
top: 1px;
font-size: 12px;
line-height: 15px;
color: #033c7c;
letter-spacing: 0px;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
h5 {
font-size : 10pt;
font-family : Arial;
color : #033c7c;
font-weight : 100;
}
h6 {
border : 1px solid blue;
}













/* 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;
}

#calendar{}
.calendar_table {
  background-color: #E9E9E9;
  border-collapse: separate;
  border-spacing: 1px 1px;
  color : #000000;
  width: 100%;
}
.calendar_table th {
  background-color: #3057B3;
}














img.image {
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
}
img.gallery {
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
margin: 3px 8px 3px 0px;  
}
img.right {
float: right;
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
margin: 0px 0px 5px 15px;  
}
img.left {
float: left;
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
margin: 0px 15px 5px 0px;
}
img.right2 {
float: right;
border: none;
margin: 0px 0px 5px 15px;  
}
img.left2 {
float: left;
border: none;
margin: 0px 15px 5px 0px;
}

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

/* Formatierung des Restes */

.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;
}

.table_form {
width : 100%;
border-width : 0;
border-style : none;
color : #000000;
}
.table_normal {
width : 100%;
background-color: #ffffff;
border-width : 0;
border-style : none;
color : #000000;
}
.table_net {
width : 100%;
border-width : 0;
}
.tableheader {
color : #000000;
background-color: #C5D2E0;
font-weight : bold;
}
.tableheader a {
color : #000000;
font-weight : bold;
}
.tableheader_light {
background-color: #797979;
color : #ffffff;
font-weight : bold;
}
.tableheader_ebene2 {
background-color: #ebeadb;
color : #444444;
}
.tablefront {
color : #000000;
}
.tablebody {
color : #000000;
}
.tablebody_light {
background-color: #ffffff;
color : #000000;
}
.areiter {
background-color: #292929;
color : #ffffff;
font-weight : bold;
}
.preiter {
background-color: #d8d8d8;
color : #292929;
font-weight : bold;
}
.paspatu_frame {
background-color: #292929;
}
.paspatu {
background-color: #bfbfbf;
}
.paspatu_focus {
background-color: #f3e800;
}
.paspatu_online {
background-color: #93bfe8;
}
.color_title {
font-size : 12pt;
font-family : Arial;
color : #990000;
}

.line {
border : 1px dashed #990000;
height : 0;
width : 100%;
text-align : left;
}

.float-left {
float : left;
}
.float-right {
float : right;
}
.align-left {
text-align : left;
}
.align-right {
text-align : right;
}
.clear {
clear : both;
}
.gray {
color : #bfbfbf;
}
.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;
}
.menu {
color : #000000;
padding : 4px;
background-color: #d8d8d8;
}
.menu a {
color : #000000;
}




.tableheader1 {
font-weight : bold;
}
.tablefront1 {
font-weight : bold;
}
.tablebody1 {
}