/* -- Farbdefinitionen ------------------- */
.bg_blue {
	background-color: #176EC9;
}

.bg_gray1 {
	background-color: #E8E8E8;
}

.bg_gray2 {
	background-color: #171717;
}

.bg_red {
	background-color: #e81e41;
}

/* -- Grundgeruest ----------------------- */
body {
	
}

td {
	text-align: left;
	font-family: verdana;
	font-size: 10pt;;
}

/* -- Designelemente --------------------- */
.gray2_line {
	background-color: #171717;
	hight: 5px;
	font-size: 2px;
}

.header1 {
	background-image: url('#');
	width: 160px;
	height: 200px;
}

.header2 {
	background-image: url('../gfx/header5.jpg');
	width: 610px;
	height: 200px;
}

/* -- Menue ------------------------------ */
#menu a:link {
	display: block;
	height: 20px;
	width: 132px;
	padding-left: 20px;
	background-image: url('../gfx/menu/link.jpg');
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
}

#menu a:visited {
	display: block;
	height: 20px;
	width: 132px;
	padding-left: 20px;
	background-image: url('../gfx/menu/link.jpg');
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
}

#menu a:active {
	display: block;
	height: 20px;
	width: 132px;
	padding-left: 20px;
	background-image: url('../gfx/menu/link.jpg');
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
}

#menu a:hover {
	display: block;
	height: 20px;
	width: 132px;
	padding-left: 20px;
	background-image: url('../gfx/menu/hover.jpg');
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
}
