/* DATEI: ch1.css */

    
	
	
	
body {
	font-size: 13px;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	color: #004a7f;
	background: white;
	text-align: center;
}


#logo span {
  display: none;
}

#logo h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top:0;
  margin-bottom: 0;
}

#logo a {
	display: block;
	width: 439px;
	height: 146px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: 0px solid #f09;
	position: relative;
	top: 0px;
	background: transparent url(images/sorry.png) no-repeat;
	
}

#logo {
	height: 146px;
	width: 439px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: 0px solid #f09;
	position: relative;
	top: 0px;
	text-align: left;
}



#bgwrapper {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #09f;
	background: white;
	position: absolut;
	height: 800px;
	width: 750px;
	text-align: center;
}





#content {
	display: block;
	width: 690px;
	height: auto;
	padding: 30px 30px 30px 30px;
	border: 0px solid #f09;
	margin: 0px 0px 0px 0px;
	background: white;
	background-color: White;
	float: left;
	text-align: left;
}


P  { line-height:17px;}


H1  { font-size:22px; font-weight:normal; color:#003368; }

H2  { font-size:19px; font-weight:bold; color: #05387e; line-height:22px;}

hr {
	margin: 13px 0px 9px 0px;
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #004a7f;
	border-bottom: solid 1px #ffffff; /* Für I.Explorer */
	
 }*

ul  { line-height:17px; text-align: left; }


A  { text-decoration:none; color: #951629;}
A:Visited  { text-decoration:none; color: #951629;}
A:Active  {  text-decoration:none;  color: black;}
A:Hover  { text-decoration:underline;  color: black;}




A.small  { font-size: 11px; color: #951629;  text-decoration:none; font-weight:normal; }
A.small:Visited  { font-size: 11px; color: #951629;  text-decoration:none; font-weight:normal; }
A.small:Active  { font-size: 11px;  color: black;  text-decoration:none; font-weight:normal; }
A.small:Hover  { font-size: 11px;  color: black; text-decoration:underline; font-weight:normal; }


.small { font-size: 11px;  color:#004a7f;}




.hide {display: none;}




    
