body
{
 background-color:#FFFFFF;
 text-align:center;
 margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; 
}

h1 {
 font-family:verdana,helvetica,sans-serif;
 color:#00498E;
 font-size:18px;
 font-weight:bold;
}

table 
{
	border: 0px solid black;
	padding: 0px;
	color:#00498E;
	width: 100%;
}

td
{
	border: 0px solid red;
	border-spacing: 0px;
	padding: 0px;
}

th
{
	border: 0px solid red;
}

.dunkelblau
{
	background-color: #abcced;
	padding: 12px;
}

.hellblau
{
	background-color: #d5e3ee;
	padding: 12px;
}

.center
{
	text-align: center;
}

.fehlermarkierung
{
	background-color: red;
	padding: 12px;
}



table.doppellayout
{
	width: 940px;
	/*border: 1px dashed red;*/
}

table.doppellayout td.links
{
	width: 50%;
	padding: 30px;
	vertical-align: top;
}

table.doppellayout td.rechts
{
	border-left: 1px dotted #ccdae9;
	padding: 30px;
	vertical-align: top;
}

table.nospace
{
	border-collapse: collapse;
}

table.nospace tr td
{
	padding: 0px;
}

table.infotitel
{
	width: 100%; 
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #F5F8FA;
}

table.infotext
{
	width: 100%; 
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: #F5F8FA;
}


table.unterformular
{
	width: 600px;
}

table.unterformular tr td
{
	height: 30px;
	border: 0px solid red;
}

table.unterformular tr th
{
	width: 300px; 
	border: 0px solid green;
}


#global {
background-color:#ffffff;
width:1000px; 
margin:0px auto; 
text-align:left;
font-family:Verdana,Arial,sans-serif;
color:#000000;
font-size:11px;
}

.content_index {
  background-color:#F5F8FA;
  border:10px solid #ccdae9;
  padding:30px;
  margin:10px 20px 0px 20px;
}

.fehler {
  color:red;
  font-size:xx-small;
  /*background-color:#CBE1F0;*/
}

.noprint {
	display:inline;
}

.nurprint {
	display:none;
}


#footer {
  width:960px;
  background-color:#ffffff;
  border-right:none;
  border-top:5px solid #6691BB;
  border-bottom:none;
  text-align:right;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  color: #5F7C91;
  margin:0px;
  clear:left;
}

#footer a {
  text-decoration:none;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:focus, 
#footer a:active 
{
  color: #5F7C91;
  text-decoration:none;
}

#footerline {
  width:940px;
  padding:0px;
  margin:0px 0px 0px 0px;
}




img {
	border: 0px solid black;
}

a:link { 
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}
a:focus {
	text-decoration: underline;
	color: black;
}
