BODY {
	background-color : #262626;
	color: #FFFFCC;
	font-size: 12px;
}
A:LINK, A:VISITED, A:FOCUS, A:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #DA5C05;
	text-decoration: none;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffcc00;
	text-decoration: none;
	
}
H1 {
	color: #DA5c05;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2
{
	color: #DA5c05;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copy {
	color: #FFFFCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;

}

.html {
	color: #FFFFCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 700px;
	position: absolute;
	left: 70px;
	top: 40px;
	text-align: justify;
}


.textbold {
	
	color:#FFFFCC;
	font-size: 12px;
	font-weight: bold;


	
}
.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFCC;
	font-weight: normal;

}
.textbox {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color:#D2691E; font-weight: normal;
	text-align: center;
}
.headline {
	
	color: #DA5C05;
}

.logo {
	border-color : White White White White;
}
.welt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFCC;
	font-weight: normal;
}
.weltno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFCC;
	font-weight: normal;


}

.bildnotiz {
font-size:10px;
text-align:justify;
}

hr {
	width:600px;
	color:gray;
	height:1px;
	text-align:center;
	border:1px gray solid;
  }

/* Das Kontaktformular */
form.kontaktformular {

	width: 370px; /* Breite des Formulars */
	padding: 20px;
	/* border: 1px solid #8c8c8c; */
}
label.kontaktformular { /* Beschriftung auf eigener Zeile */
	display: block;
	cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,input#absendername,
textarea.kontaktformular {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea.kontaktformular {
	height: 7em;
}
input:focus,
textarea:focus {
	background-color: #d9d9d9;
}