body {
	padding: 0px;
	margin: 0px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 100.01%;
	font-size: 14px;
	text-align: center;
	background: #CCC url(img/bg.gif) top left repeat-x;
}

a {
	color: #9C181B;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.up {
  text-transform: uppercase;
}

.big {
  letter-spacing: 0.23em;
  text-transform: uppercase;
  font-weight: bold;
}

#seite {
	text-align: left;
	width: 950px;
	padding: 0px;
	margin: 0px auto 0 auto;
}


#titel {
	margin: 0 auto;
	text-align: center;
	height: 140px;
}


#divisionen {
	width: 950px;
	float: left;
}

#divisionen .division {
	width: 226px;
	float: left;
}
#divisionen .division a {
	height: 372px;
	text-decoration: none;
	float: left;
}
#divisionen .division a img {
	margin: 53px 0 25px 0;
	padding: 0px;
	float: left;
}

#divisionen .spacer {
	float: left;
	width: 15px;
	height: 372px;
}


#divisionen #praxis a {
	color: #777;
	background: #BBB url(img/div_praxis_p.gif) bottom left no-repeat;
}
#divisionen #praxis a:hover {
	color: #FFF;
	background: #AAA url(img/div_praxis_a.gif) bottom left no-repeat;
}

#divisionen #schwer a {
	color: #777;
	background: #BBB url(img/div_schwer_p.gif) bottom left no-repeat;
}
#divisionen #schwer a:hover {
	color: #FFF;
	background: #AAA url(img/div_schwer_a.gif) bottom left no-repeat;
}

#divisionen #standort a {
	color: #777;
	background: #BBB url(img/div_standort_p.gif) bottom left no-repeat;
}
#divisionen #standort a:hover {
	color: #FFF;
	background: #AAA url(img/div_standort_a.gif) bottom left no-repeat;
}

#divisionen #aktuell a {
	color: #777;
	background: #BBB url(img/div_aktuell_p.gif) bottom left no-repeat;
}
#divisionen #aktuell a:hover {
	color: #FFF;
	background: #AAA url(img/div_aktuell_a.gif) bottom left no-repeat;
}



#footer {
	float: left;
	width: 950px;
	margin: 30px 0 0 0;
	text-align: center;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #9C181B;
	text-decoration: none;
}

