/* Link Formatierung */
		
a:hover {		text-decoration:underline;}
a.bild:hover {		text-decoration:none;}


.bgbody { 		background-image:url(img_allg/bg_body.gif); }			

.seitenrahmen {	border-left:1px solid #001F66;
				border-right:1px solid #001F66;
				border-bottom:1px solid #001F66;
				width: 759px;
				background-color:#FFFFFF;
				text-align:left}

.textinhalt {	width:492px;
				padding:30px;
				padding-top:24px;}
	
		
.leiste {		width:521px;
				background-color:#A5D0E9;
				text-align:right;
				padding:2px;
				padding-right:30px;}
				
.rahmenrechts {	border-right:1px solid #001F66;}						
.rahmenunten {	border-bottom:1px solid #001F66;}

.bildabstand {	margin-left:20px;
				margin-bottom:20px;}

/* Textfeld ohne Breitenangabe für die variable Verwendung */
.textfeld {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				height: 18px;
				background-color: #FFFFFF;
				border: 1px solid #A5D0E9;}			

/* Textfeld mit Breitenangabe für das Kontaktformular */
.kontakttextfeld {font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				height: 18px;
				width: 170px;
				background-color: #FFFFFF;
				border: 1px solid #A5D0E9;}

/* Formatierung für Textarea des Kontaktformulars */
.kontakttextfeldmultiple {font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				width: 170px;
				background-color: #FFFFFF;
				border: 1px solid #A5D0E9;}
	
/* Formatierung der Formularbuttons */
.button {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #FFFFFF;
				background-color: #002B73;
				border: 1px solid #000033;}
				
.marquee {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: 0px;
	width: 760px;
	height: 20px;
	text-decoration: none;
}

.marquee:hover {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: 0px;
	width: 760px;
	height: 20px;
	text-decoration: none;
}

