* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #4b4b4b;
	background-image: url(Bilder/back.png);
	background-color: #99ffff;
	background-repeat: repeat-x;
}
p {
	line-height: 120%;
}
.kursiv {
	font-size: 80%;
	font-style: italic;
}
.small     {
	font-size: 85%;
}

/*******************************************
* DIV-Container
********************************************/
#sterne {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(Bilder/sterne.gif);
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Bilder/hg_main.png);
}

#container2 {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Bilder/hg_main_bogen_athina.jpg);
	background-repeat: no-repeat;
}

#foto {
	clear: both;
}

#header {
	height: 288px;
}

#navi {
	padding: 50px 0 20px 0;
	font-size: 90%;
	height: 0px;
	margin-left: 75px;
}

#main {
	min-height: 300px;
	margin: 0 50px 0 50px;
}

#main p {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main ul {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 25px;
}

#footer {
	background-image: url(Bilder/fuss.jpg);
	margin: 0;
	padding: 165px 30px 0px 50px;
	clear: both;
	margin-right: 0px;
}
#footer p {
	margin: 0; /* Ränder des ersten Elements in der Fußzeile auf 0 vermeidet unerwartete Abstände zwischen den divs. */
	padding: 12px 2px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 70%;
	text-align: center;
	color: #000066;
	padding-top: 160px;
}

#news {
	width: 175px;
	float: right;
	background-color: #99FFFF;
	top: 50px;
	padding: 5px;
	overflow: hidden;
}
#news h1 {
	font-wei
	font-weight: bold;
	font-weight: normal;
	color: #B28904;
	font-size: 100%;
	margin-top: 5px;
}
#news p {
	font-size: 90%;
}
.linie  {
	background-image: url(Bilder/linie_02.jpg);
	background-repeat: repeat-x;
	margin-top: 6px;
	line-height: 6px;
}
#news img {
	border: 1px solid #B79622;
	padding: 2px;
}
.acitve {
	color: #4B4B4B;
	font-weight: bold;
}

/*******************************************
* Float-Elemente, clear-Elemente
********************************************/

.fltrt { /* Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear {
	clear:both;
}

.imagefloatright {
	float: right;
	padding: 2px;
	border: 1px dotted #b28904;
	margin: 0 0 10px 10px;
}

.imagefloatleft {
	border: 1px dotted #b28904;
	padding: 3px;
	margin: 0 10px 15px 0;
	float: left;
}

/*******************************************
* Überschriften
********************************************/

h1 {
	color:#B28904;
	font-size:250%;
	margin: 20px 0px 10px 0px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(Bilder/linie.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	letter-spacing: 0px;
}

h2 {
	color:#B28904;
	font-size:175%;
	margin: 15px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	color:#B28904;
	font-size:140%;
	margin: 15px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: dotted #b28904 1px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #B28904;
	margin: 10px 0 5px 0;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #FF0099;
	text-align: center;
	margin: 5px;
	font-weight: normal;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF0099;
	text-align: center;
	margin: 5px;
	font-weight: normal;
}
/*******************************************
* Links
********************************************/

a:link, a:visited, a:active  {
	color: #B28904;
}

a:hover {
	color: #38CDCA;
}

a.fwdlink, a:visited.fwdlink, a:active.fwdlink  {
	padding: 0 0 0 15px;
	background: transparent url(Bilder/pfeil_re.gif) no-repeat 3px 5px;
}

a:hover.fwdlink {
	background: transparent url(Bilder/pfeil_over.gif) no-repeat 3px 5px;
	color: #38CDCA;
}

	
/*******************************************
* Horizontale Listennavigation oben
********************************************/

ul#naviTop/* navi oben*/
 {
	float:left;
	margin:0;
	list-style:none;
	padding: 0;
}

ul#naviTop li {
	float:left;
	margin:0;
	padding:0;
	font: normal 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left: solid #000066 1px;
}

ul#naviTop li#active {
	color: #B28904;
	display: block;
	margin: 2px 2px;
	padding:2px 10px 2px 10px;
	font-size: 90%;
	background-color: #99FFFF;
}

ul#naviTop a {
	white-space:nowrap;
	display:block;
	margin:0;
	padding:0;
	color:#000066;
	text-decoration:none;
}

ul#naviTop a:hover {
	padding: 0;
	color: #B08603;
}

/*******************************************
* Horizontale Listennavigation unten Fuss
********************************************/

ul#footerNavi/* navi unten*/
 {
	float:left;
	margin:0;
	list-style:none;
	padding: 0;
}

ul#footerNavi li {
	float:left;
	margin:0;
	padding:0;
	border-left: solid #000066 1px;
}

ul#footerNavi li#active {
	color: #B28904;
	display: block;
	margin: 0 2px;
	padding:0 10px 0 10px;
	font-size: 70%;
}

ul#footerNavi a {
	white-space:nowrap;
	display:block;
	margin:0;
	padding:0;
	color:#000066;
	text-decoration:none;
}

ul#footerNavi a:hover {
	padding:0;
	color: #B08603;
}
/*********************************
* Stile für  1und1-Formulare
*********************************/

.td_bewerb {
	font-size: 90%;
}
/*.table_bewerb, .td_bewerb {
	background-color:#ccffff
}
*/
.button {	
	border:1px solid #383838;
	background-color: #3FCFD8;
}
/* found in messageboard.xsl and feedback.xsl */
.invert {
	background-color:#3FCFD8;
	color:#333333;
}
input, textarea {
	border:0px none #FFFFFF;
	color:#4b4b4b;
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#383838;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#383838;
}
/* found in messageboard.xsl and feedback.xsl */
.high, input, textarea {
	background-color:#FFFFFF;
	padding: 1px 5px 1px 5px;
}
/* found in messageboard.xsl and feedback.xsl. styling of input fields in case of 
			wrong/missing input.*/
.warn {
	background-color:#F71F1F
}
/* found in messageboard.xsl. formatting of admin link texts in template entryhandle. */
.admin {
	color:#F71F1F;
}
/* found in messageboard.xsl and feedback.xsl. border around table components.*/
.dborder {
	border:1px dotted #383838;
	padding:2px 2px 2px 2px;
}
/* found in messageboard.xsl. formatting of header for guest html reply mail (template entry).
			formatting of entry body (both modes) (template entry).
			found in feedback.xsl. formatting of header for reply mail.*/
.message {
	border-bottom:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	/*line-height:18px;*/ 
	line-height:150%;
	padding:3px 3px 3px 3px
}
/***********************************
* Tabellen
************************************/
table {
	border: dotted #4b4b4b 1px;
}
td {
back
	background-color: #CCFFFF;
	background-color: #CCFFFF;
	font-size: 90%;
	padding: 3px;
.normal {
	color: #b28904;
}
.tooltip {
	color: #B2894F;
	padding: 0 0 0 15px;
	background: transparent url(Bilder/pfeil_re.gif) no-repeat 3px 5px;
	text-decoration: underline;

}
/*********************************
Fotorahmen
**********************************/
.img_rahmen {
	padding: 2px;
	border: solid #b28904 1px;
}
.pink {
	color: #FFFFFF;
	background-color: #FF0099;
}
