<!--
/* Style für die gesamte Seite 		*/
body
{
	background-color:	#CCCCCC;
	margin-top:		0px;
	margin-bottom:		0px;
}

/* Style für die Tabellen im Kopf 	*/
.kopf_spalte
{
	background-color:	#007AA1;
	padding:		0px;
}

/* Style für die Logo-Spalte 		*/
.logo_spalte
{
	background-color:	#007AA1;
	padding-bottom:		5px;
	padding-top:		10px;
	padding-left:		10px;
}

/* Style für die Rahmen um die Buttons	*/
/* --> An allen Seiten 			*/
.buttons_rahmen_step1
{
	border-width:		1px;
	border-color:		#007AA1;
	border-style:		solid;
}

/* Style für die Rahmen um die Buttons 	*/
/* --> Nur oben und unten		*/
.buttons_rahmen_step2
{
	border-top-width:	1px;
	border-top-color:	#007AA1;
	border-top-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#007AA1;
	border-bottom-style:	solid;
}

/* Style für die Überschrift		*/
.ueberschrift
{
	color:			#666666;
	font:			bold 16px/19px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-align:		left;
}

/* Style für normalen Text		*/
.text
{
	color:			#333333;
	font:			normal 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-align:		left;
}

/* Style für zitierten Text		*/
.quotedtext
{
	color:			#333333;
	font:			italic 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-align:		left;
}

/* Style für Text im Kontakt		*/
.contacttext
{
	color:			#333333;
	font:			normal 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-align:		center;
}

/* Style für Copyright-Hinweise bei den Fotos */
.copyright
{
	color:			#666666;
	font:			normal 9px/12px Arial, Helvetica, sans-serif;
	text-align:		right;
}

/* Style für einen Link			*/
a:link,
a:visited,
a:active
{
	color:			#333333;
	font:			normal 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-decoration:	none;
}
a:hover
{
	color:			#999999;
	font:			normal 11px/14px Arial, Helvetica, sans-serif;
	letter-spacing:		0.1em;
	text-decoration:	none;
}
-->

