body {
	background-color: #FFF;
	background-image: url(images/bg_HBC_1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a:link,
a:visited
 {
	color: #000;
}

a:focus,
a:hover,
a:active
{
	color: #77263C;
}

a img {
	border: none;
}

table.main {
	width: 955px;
}

.adress,
a:link.adress,
a:visited.adress {
	font-size: 11px;
	color:#666;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: none;
}

a:focus.adress,
a:hover.adress,
a:active.adress {
	font-size: 11px;
	color:#77263C;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.sprache,
a:link.sprache,
a:visited.sprache {
	font-size: 10px;
	color:#999;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: none;
}

a:focus.sprache,
a:hover.sprache,
a:active.sprache {
	font-size: 10px;
	color:#666;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #77263C;
	margin: 80px 0 30px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 14px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 16px 0 10px 0;
}

p {
	font-size: 12px;
	color: #000;
	margin: 0 80px 14px 0;
	line-height: 16px;
}

.eingerueckt {
	margin: 0 80px 8px 30px;
}

.copyr,
a:link.copyr,
a:visited.copyr {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #666;
	margin: 70px 0 20px 0;
}

a:focus.copyr,
a:hover.copyr,
a:active.copyr {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #77263C;
	margin: 70px 0 20px 0;
}


.unsichtbar {
	display: none;
}

/* HAUPTNAVIGATION */
ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

ul li a:link,
ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

ul li a:focus,
ul li a:hover,
ul li a:active {
	font-weight: bold;
	color: #FFF;
}

ul li a#current {
	font-weight: bold;
	color: #FFF;
}
/* ENDE HAUPTNAVIGATION */
/*Untermenuepunkte*/

ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 16px 16px;
	font-size: 11px;
	line-height: 20px;
	border: none;
}


ul li ul li a:link,
ul li ul li a:visited
 {
	padding: 0;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

ul li ul li a:focus,
ul li ul li a:hover,
ul li ul li a:active {
	color: #FFF;
	font-weight: bold;
}

ul li ul li a#currentsub {
	font-weight: bold;
	color: #FFF;
}

/* ENDE Untermenuepunkte */

/* Platzierung der Fotos Teammitglieder */
.teamfotos {
	float: left;
	margin: 0 3% 1% 0;
	border: 1px solid #999;
}

