html {
	height: 100%;

}

body{	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
  height:100%;
  margin:0px;
  padding:0px;
}
	
a {
	font-size: 13px;
	font-weight:normal;
}
a:link {
	font-weight:normal; 
	color:#A7050B; 
	text-decoration:none;
}
a:visited {
	font-weight:normal; 
	color:#A7050B; 
	text-decoration:none; 
}
a:hover {
	font-weight:normal; 
	color:#999999; 
	text-decoration:underline;
}
a:active {
	font-weight:normal; 
	color:#A7050B; 
	text-decoration:none
}
a:focus {
	font-weight:normal;
	color:#A7050B;
	text-decoration:underline;
}
td {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:0px;
}

td.head { 
	background-color:#a40408; 
	/*background:url(/images/topbg.jpg);*/
	vertical-align:middle; 
	text-align:right;
	padding:0px;
	font-size:16px; 
	font-weight: bold; 
	color:#FFFFFF;
	padding-right: 3em; 
}

p,pre {
	z-index:3;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 9px;
}
p.newsdate {
	margin-top: 20px;
	text-align: right;
	font-style: italic;
	font-size: 11px;
}

p.legende {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 3px;
}

address {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-style: normal;
	font-size: 13px;
}

.balloon {
	border-bottom: dashed 1px #d05859;
}

table#main-layout {
	width: 100%;
	height: 100%;
	border: none;
	margin-top: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

td#content {
	width: 100%;
	height: 100%;
	background-color: white;
	padding: 0px;
	padding-top: 0px;
	vertical-align: top;
}

ul {
	/*list-style-image:url(/images/arrow.gif);*/
	list-style-image:none;
	list-style-position:outside;
	padding: 0px;
	padding-left: 3em;
	padding-bottom: 1em;
	margin: 0px;
}
li {
	border-bottom-width:1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
}

ul.multiline li {
	margin-bottom: 1em;
}


#content h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border: none;
/*	border-left: solid 1px #A7050B;
	border-right: solid 2px #A7050B;*/
	border-bottom: solid 1px #d05859;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}


h2 {
	color: #404040;
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 9px;
}

table.kontakt td {
	vertical-align: middle;
	text-align: center;
}

table.kontakt {
	margin: auto;
}

div#header {
	background:#FFFFFF;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.shadow {
	background:url(/images/shadow.png);
	height: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 0px;
	font-size: 1px;
}

div.shadowtop {
	background:url(/images/shadowtop.png);
	height: 7px;
	border: none;
	margin: 0px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	line-height: 0px;
	font-size: 1px;
}

div.content {
/*
	background:url(/images/background.png);*/
	z-index:2;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: px;
	margin-left: 15px;
	padding: 20px;
 	background: #F0F0F0; 
	border: none;
	border-top: none;
	position: relative;
	clear:both;
}

div.head {
	background: #949594;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

#footer {
	text-align:center;
	color:#BCBEC9;
	padding-top: 6px;
	margin-bottom: 2px;
	border-top:solid #BCBEC9 1px;
}

.floatimageright {
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 7px;
	float: right;
	background-color: white;
	border-left: solid 1px #E1E0E5;
	border-top: solid 1px #E1E0E5;
	border-bottom: solid 2px #C9C8CD;
	border-right: solid 2px #C9C8CD;
	position:relative;
}

.floatimageright img{
  border:0px;
}

.floatimageleft {
	z-index:4;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 7px;
	float: left;
	background-color: white;
	border-left: solid 1px #E1E0E5;
	border-top: solid 1px #E1E0E5;
	border-bottom: solid 2px #C9C8CD;
	border-right: solid 2px #C9C8CD;
	position:relative;
}

.floatimageleft img{
  border:0px;
}

.nofloatimage {
	margin: 10px;
	padding: 6px;
	background-color: white;
	border-left: solid 1px #E1E0E5;
	border-top: solid 1px #E1E0E5;
	border-bottom: solid 2px #C9C8CD;
	border-right: solid 2px #C9C8CD;  
	text-align: center;
}

.nofloatimage img{
  border:0px;
}

.centerimage {
  margin:auto;
	margin-top: 10px;
  margin-bottom: 10px;
	padding: 7px;
	text-align: center; 
}

.centerimage img{
	padding: 6px;
	background-color: white;
	border-left: solid 1px #E1E0E5;
	border-top: solid 1px #E1E0E5;
	border-bottom: solid 2px #C9C8CD;
	border-right: solid 2px #C9C8CD;
}

.indeximage {
  border:solid red 3px;
  padding:5px;
  vertical-align:middle;
}

.referenz_navigation {
  font-weight:900;
  height:20px;
}

.referenz_navigation input[type=text] {
  width:30px;
  text-align:right;
}

.referenz_navigation_front {
  float:right;
  width:200px;
  text-align:right;
}

.referenz_navigation_back {
  float:left;
  width:200px;  
  text-align:left;  
}

.referenzTitle {
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border-bottom: solid 1px #d05859;
}

.titleLink {
  position:relative;
  z-index:2;
}

.titleLink a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}

.refLink {
  float:right;
  position:relative;
  z-index:3;
  display:none;
}

.refLink a {
  font-size:10pt;
  font-weight:500;
}

table.events th {
	text-align:left;
}

table.events td {
	padding-top:3px;
	padding-right:15px;
}

table.events {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}