html * {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	line-height: 1.4;
}
html, body {
	height: 100%;
	text-align: center;
	background-color: #ebebeb;
	color: #333;
}
body * {
	text-align: left;
}
a, a:link, a:visited {
	background-color: inherit;
	color: #DA1617;
}
a:hover, a:active {
	background-color: inherit;
	color: #000;
}
a img {
	border: 0;
	vertical-align: middle;
}
p {
	margin-bottom: 1.25em;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 905px;
	position: relative;
	background: #fff url(../img_css/content_back_dottet.gif) 0 0 repeat-y;
		border: 1px solid #ebebeb;
		padding-left:10px;
		padding-right: 10px;
		padding-bottom: 10px;	
}
#top {
	width: 905px;
	height: 54px;
	border-top: 20px solid #fff;
	border-bottom: 5px solid #fff;
	float: left;
	display: block;
}
#logo {
	display: block;
	width: 80px;
	float: left;
	height: 54px;
}
#primenav {
	padding-left: 0px;
	border-top: 15px solid #fff;
	border-bottom: 9px solid #fff;
	height: 30px;
	width: 660px;
	display: block;
	float: right;
}
#primenav ul {
	background: transparent url(../images/primenav.gif) 0 0 no-repeat;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 660px;
}
#primenav ul li {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
}
#primenav ul li a {
	background: transparent url(../images/primenav.jpg) 0 0 no-repeat;
	border-right: 0 none;
	color: #000;
	display: block;
	float: left;
	height: 30px;
	padding: 0;
}
#p1 a, #p1 a:link, #p1 a:visited { width: 67px; background-position: 0px 0; border-right: 2px solid #ebebeb; }
#p1 a:hover, #p1 a:active, #p1 a.active, #p1 a:visited.active { background-position: 0 -30px; border-right: 2px solid #ebebeb;}

#p2 a, #p2 a:link, #p2 a:visited { width: 90px; background-position: -67px 0; border-right: 2px solid #ebebeb;}
#p2 a:hover, #p2 a:active, #p2 a.active, #p2 a:visited.active { background-position: -67px -30px; border-right: 2px solid #ebebeb;}

#p3 a, #p3 a:link, #p3 a:visited { width: 150px; background-position: -157px 0; border-right: 2px solid #ebebeb;}
#p3 a:hover, #p3 a:active, #p3 a.active, #p3 a:visited.active { background-position: -157px -30px; border-right: 2px solid #ebebeb;}

#p4 a, #p4 a:link, #p4 a:visited { width: 130px; background-position: -307px 0; border-right: 2px solid #ebebeb;}
#p4 a:hover, #p4 a:active, #p4 a.active, #p4 a:visited.active { background-position: -307px -30px; border-right: 2px solid #ebebeb;}

#p5 a, #p5 a:link, #p5 a:visited { width: 100px; background-position: -437px 0; border-right: 2px solid #ebebeb;}
#p5 a:hover, #p5 a:active, #p5 a.active, #p5 a:visited.active { background-position: -437px -30px; border-right: 2px solid #ebebeb;}

#p6 a, #p6 a:link, #p6 a:visited { width: 83px; background-position: -537px 0; }
#p6 a:hover, #p6 a:active, #p6 a.active, #p6 a:visited.active { background-position: -537px -30px; }

#header {
	display: block;
	width: 905px;
	height: 310px;
	background: #fff url(../img_css/header_back.jpg) 100% 0 no-repeat;
	color: #000;
	padding-top: 15px;
	float: left;
	position: relative;
}
#header img {
	float: left;	
}

#main {
	width: 905px;
	padding-top: 0px;
	border-bottom: 20px solid #fff;
}
#main h3 {
	margin-bottom: 15px;
}
#content {
	float: left;
	width: 595px;
	display: block;
	border-right: 1px solid #C0C7C0;
	padding-right: 5px;
}
#lcol {
	padding-top: 5px;
	float: left;
	width: 280px;
	padding-right: 15px;
}
#rcol {
	padding-top: 5px;
	float: left;
	width: 280px;
}
.onecol {
	padding-top: 10px;
	width: 590px;
}

h3, h3 a, h3 a:link, h3 a:visited{
	font-size: 16px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000;
	text-decoration:none;
}
.grundriss {
	margin-bottom: 30px;
	position: relative;
}
.grundriss h2 {
	background-color: #fff;
	color: #818E84;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}
.grundriss dl {
	background-color: #818E84;
	color: #fff;
	padding: 5px;
	height: 30px;
	width: 279px;
}
.grundriss dl dt {
	display: block;
	width: 120px;
	float: left;
}
.grundriss dl dd {
	display: block;
	width: 155px;
	float: right;
	text-align: right;
}
.grundriss img {
	margin-bottom: 10px;
}
.grundriss #status {
	position: absolute;
	top: 82px;
	left: 10px;
	z-index: 2;
}
#sidebar {
	display: block;
	width: 260px;
	float: right;
	padding: 10px 0 0 25px;
	margin: 0;
}
#sidebar img {
	float: left;
	padding: 0 10px 5px 0;
}
#sidebar p {
	background-color: inherit;
	color: #808080;
	line-height: 1.4em;
	font-size: 11px;
}
#sidebar p strong {
	font-size: 11px;
}

#sidebar h3{
	color: #808080;
}
form {
	margin: 30px 0;
}
form #lc {
	width: 68%;
	float: left;
	margin-right: 2%;
}
form #rc {
	width: 30%;
	float: right;
}
fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.grid label {
	display: block;
	width: 30%;
	float: left;
	margin-bottom: 7px;
	background-color: inherit;
	color: #818E81;
}
label, legend {
	background-color: inherit;
	color: #818E81;
}
.grid input {
	padding: 2px;
	width: 68%;
	margin-bottom: 7px;
	float: left;
	border: 1px solid #ccc;
}
.grid {
	margin-bottom: 10px;
}
#submit {
	background-color: #818E81;
	color: #fff;
	padding: 3px 5px;
	margin-top: 8px;
	border: 0;
	text-align: center;
}

#formcols {
	padding: 10px 0;
}
#formcols .lc, #formcols .rc {
	width: 50%;
	float: left;
}
#formcols label, #formcols input {
	margin-bottom: 7px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-table;
}
#formcols label {
	width: 81%;
}
textarea {
	width: 99%;
	height: 80px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#addresses {
	width: 905px;
	background-color: #fff;
	color: #333;
	border-top: 1px solid #C0C7C0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.add_block{
	display: block;
	width: 280px;
	float: left;
	margin-right: 20px;
}
#footer {
	width: 905px;
	background-color: #fff;
	color: #333;
	/*border-top: 1px solid #C0C7C0;*/
	padding-top: 10px;
}
#footer * {
	background-color: inherit;
	color: #9A9A9A;
	font-size: 10px;
}
#copy {
	display: block;
	float: left;
	width: 600px;
}
#kq {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}
#impressum {
	width: 905px;
	background-color: #fff;
	color: #333;
	border-top: 1px solid #C0C7C0;
	padding-top: 20px;
	padding-bottom: 40px;
}
.h {
	visibility: hidden;
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#toggle_img{
}

#paginate-slider1{
    width:120px;
	margin-left: 15px;
	float:left;
}

#paginate-slider1 img{
	margin-bottom: 6px;
}

#paginate-slider2{
    width:460px;
	margin-left: 0px;
	float:left;
}

#paginate-slider2 img{
	margin-left: 20px;
	margin-bottom: 6px;
}

#header_right{
	background: #818E81;
	width: 335px;
	height: 297px;
	float:right;
	text-align:left;
}

#header_right p{
color: #fff;
padding-left: 0px;
margin-left: 0px;
	display: block;
		font-size: 14px;
margin: 25px;
}

#header_right ul li{
color: #fff;
padding-left: 0px;
margin-left: 0px;
display: block;
font-size: 14px;
line-height: 1.2em;
margin: 25px;
}

.entry ul{
	padding: 20px;
	list-style-type: square;
}

#sidebar ul{
	list-style-type: none;
	padding-bottom: 20px;		
}
#sidebar li a{
	padding-left: 20px;	
}

.post{
	padding-bottom:10px;
}

.flvPlayer{
	text-align:center;
	}
}