html {
	height: 100%;
}

body {
 background-color: #F8F1E4;
 margin: 0px;
 text-align: center;
 margin: auto;
 width: 100%;
 font-family: Arial, Helvertica, sans-serif;
 font-style: italic;
 height: 100%;
}

* html body {
 overflow: hidden;
 padding-bottom: 38px;
}

#mainbox {
 padding-bottom: 48px;
}

* html #mainbox {
 width: 100%;
 height: 100%;
 overflow: auto;
 padding-bottom: 2px;
}

#slvlogo {
 margin-top: 7px;
 margin-bottom: 7px;
 width: 30px;
 height: 33px;
}

#headerstripe {
 width: 100%;
 background-image: url('/images/headerbg.jpg');
 background-repeat: repeat-x;
 height: 77px;
}

#headertext {
 font-size: 26pt;
 color: white;
 padding-top: 17px;
}

#imagestripe {
 margin-top: 43px;
 background-color: #94B6D3;
 width: 100%;
 height: 180px;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
}

#imagestripe img {
 margin-left: 53px;
 margin-right: 53px;
 border-left: 1px solid white;
 border-right: 1px solid white;
 border-bottom-width: 0px;
 border-top-width: 0px;
}

#textstripe {
 width: 758px;
 text-align: center;
 margin: auto;
}

#textstripe div {
 color: #A4C1D9;
 font-size: 11pt;
 width: 182px;
 font-weight: bold;
 margin-top: 8px;
 height: 55px;
 float: left;
 margin-bottom: 18px;
}

* html #textstripe div {
 margin-bottom: 8px;
}

#textstripe a {
 text-decoration: none;
 color: #A4C1D9;
}

#textstripe a:hover {
 color: #0060A3; 
}

#themiddle {
 margin-left: 106px;
 margin-right: 106px;
}

#bottomstripe {
 width: 100%;
 position: fixed;
 left: 0px;
 bottom: 0px;
 height: 38px;
 background-image: url('/images/bottombg.jpg');
 background-repeat: repeat-x;
}

* html #bottomstripe {
	position: absolute;
  overflow: auto;
}

#bottomtext {
 font-size: 12pt;
 color: white;
 padding-top: 14px;
 font-weight: bold;
 font-style: normal;
}

#bottomtext a {
 color: white;
 text-decoration: none;
}

#bottomtext a:hover {
 text-decoration: underline;
}


table {
 text-align: center;
 margin: auto;
 margin-top: 0px;
}

table * {
 text-align: left;
 font-family: Arial, Helvertica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 /* background-color: #94B6D3; */
 padding: 2px;
 padding-left: 5px;
 padding-right: 5px; 
 color: #0060A3; 
}

/*
td a {
 text-decoration: none;
 color: #5F604B;
}

td a:hover {
 color: #0060A3; 
}
*/

td a {
	text-decoration: none;
	color: #FB7200;
}

td a:hover {
	color: #005296; 
}

/* impressum */
#impressum {
 margin: auto;
 color: #0060A3;
 font-size: 10pt;
 font-style: normal;
 width: 600px;
 margin-top: 45px;
}

#impulse {
	width: 113px;
	height: 75px;
	margin: 7px;
}


.listtable {
	border-spacing: 1px 3px;
}

.listtable td, .listtable th  {
	background-color: #A2C0D9;
}

.listtable td.tdbunt {
 	border: 1px solid #A2C0D9;
 	background-color: transparent !important;
}
