/* Allgemein */

html {
  height : 101%; }

body {
  font-family : Book Antiqua, Georgia, "Times New Roman", Times, serif; 
  font-size : 12pt; 
  margin:0;
  padding: 0;
  height: 100%;
  color: black;
	background: url(/images/sternenhimmel.jpg) repeat-x;
  background-color: #0d2a7a;
  padding-bottom: 100px;
} 

/* Inhalte */
a:link {
  text-decoration: none;
  color: #0000ff; 
  border-bottom: 1px dotted #0000ff; }
a:visited {
  text-decoration: none;
  color: #4444ff; 
  border-bottom: 1px dotted #4444ff; }
a:hover {
	text-decoration: none;
  border-bottom: 1px solid #0000ff; }
a:active { }

a.noborder {
  text-decoration: none;
  border-bottom: none; }


#wrapper {
  width: 1000px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#hintergrund {
	width: 100%;
  margin: 0;
	padding: 0; 
	background-image: url(/images/bg.png);
	border: 1px solid black;
	margin-bottom: 20px; }

#logo {
	margin-top: 20px;
	margin-left: 20px;}

#claim {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #444444;
	background-image: url(/images/bg.png);
  padding: 5px;
  padding-left: 15px; 
  font-size: 15pt; }
#claim a {
  color: #000066;
  border-bottom: 1px dotted #000066; }
#claim a:hover {
  border-bottom: 1px solid #000066; }

#text {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid black;
	background-color: white;
  padding: 15px;}

h1 {
  margin-top: 0; }
h1 a {
  margin-top: 0; }

