﻿/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b3bbc7;
	background-image:url('../pictures/hg_bild_body_buy.jpg');
	background-repeat: repeat-y;
	background-position: center;
	
}



a {
	text-decoration: none;	
	color: #8f9196;
	}


a:hover {
	color:#ced2de;
	text-decoration:none;
	font-weight: bold;
	}
	



.hg_bild {
	background-image:url("../../Anna/bilder/hg_bild_gr_ark_blau.gif");
	background-repeat: repeat-y;
	background-position: left;
	}

.hg_linkliste {
	
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#808080;
	text-align: links;
	vertical-align: bottom;
	text-transform: uppercase;
	float: none;
}



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

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


.striche_hor {
	background-color: #DFDFDF;
	}

