/* @group Basics */
body { 
	background: #AAAAAA url(../media/body_bg.gif) repeat-x 0px 0px; 
	margin: 0px 10px 0px 10px;
	padding: 0px;
	text-align: left;
	color: #242424;
	font: 11px/16px Verdana;
}

h1{
	font-size: 14px;
	font-weight: bolder;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	text-indent: 0;
}

p { 
	margin: 0px;
}

a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #BD282f;
	background: url(../media/icon.jpg) no-repeat 0px -2px;
}

a:visited { 
	text-decoration: none; 
	color: #BD282f;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #000;
}

.clearer {
	clear: both;
}

.red{
	color: #BD282F;
}
.spacered{
	display: block;
	width: 200px;
	color: #BD282F;
	float: left;
}
.spaceblack{
	padding-left: 200px;
}
.small{
	font-size: 95%;
}

#logo {
	display: none;
}

#logo_print{
	position: relative;
	margin-left: -173px;
	padding-bottom: 30px;
	display: block;
}

.imp_wrapper_inner{
	display: none;
}

#header, .subnav{
	display: none;
}

#footer {
	display: none;
}

/* @group Sprechzeiten */
.kontakt .inhalt .left{
	float: left;
	width: 330px;
}
.kontakt .inhalt .right{
	float: right;
}
.kontakt .right img{
	margin-right: 10px;
}
.sprechzeiten .day{
	float: left;
	width:40px;
	color: #BD282F;
}
.sprechzeiten .time1{
	float: left;
	width: 80px;
}
.sprechzeiten .plus{
	float: left;
	width: 25px;
	margin-left: 5px;
}
.sprechzeiten .time2{
	float: left;
	width: 100px;
}
/* @end */

.right {
	float: left;
}

.print {
	display: none;
}
