﻿/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #91AED2;
	background-image:url(../bilder/hg_bild_body_orangerot.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}




a {
	text-decoration: none;	
	color: #3B5B7C
	}




a:hover {
	color: #D5DFD5;
	text-decoration: none;
	}
	



.hg_linkliste {
	background-image: url(../bilder/hg_bild_orangerot.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	text-transform: uppercase;
	float: none;
}




.menue {
	color: #E87E0B;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	text-transform: uppercase;
}

.menue2 {
	color: #ACC4D7;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
	right: 8px;
	text-transform: uppercase;
}


.textkoerper {
	font-family: "Arial", Times, serif;
	font-size: 16px;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}


.striche_hor {
	background-color: #FF9900;
	}
