@media all { 

* { 	margin: 0px;
	padding: 0px;
}
	
html { 
	padding: 0px;
	margin: 0px;
	height: 100%;
}
 
body { 
	min-height: 101%;	
	font-size: 61.9%;	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial,verdana,sans; 
}

input, textarea {
	background-color: #BDC4CE;
	border: 1px solid #7A765C;
	padding: 2px;
}

a {
	color: #676C89;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

 /* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/* IE-Clearing: ... */
#ie_clearing { display: none }

#header_start {
	/* Container für den header auf der Homepage (höher als auf den inneren Seiten) */
	left: 0px;
	top: 0px;
	width: 99%;
	height: 284px;
	padding: 4px;
}

#header {
	/* Container für den header auf inneren Seiten */
	left: 0px;
	top: 0px;
	width: 99%;
	height: 229px;
	padding: 4px;
}

#header_image_start {
	/* Aufmacherbild auf der Homepage */
	position: absolute;
	left: 4px;
	top: 4px;
	width: 751px;
	height: 284px;
	background-color: #96B3DD;
	background-image: url("img/header_start.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#header_image {
	/* Aufmacherbild auf inneren Seiten */
	position: absolute;
	left: 4px;
	top: 4px;
	width: 537px;
	height: 229px;
	background-color: transparent;
}

#rundeecke {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	background-image: url("img/rundeecke.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#header_logo {
	/* Logo überlagert über dem Bild oben links auf der Seite */
	position: absolute;
	top: 22px;
	left: 0px;
	width: 150px;
	height: 90px;
	background-color: transparent;
	background-image: url("img/logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
}	

#suchbox_container_start {
	/* Container für die Suchbox auf der Homepage */
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 282px;
	height: 26px;
}

#suchbox_container {
	/* Container für die Suchbox auf inneren Seiten */
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 282px;
	height: 26px;
}

#suchbox {
	padding-top: 4px;	
	padding-left: 20px;
	background-image: url("img/suchbox-background.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#suchbox img {
	vertical-align: top;
}

#suchbox input {
	width: 160px;
	border: none;
}

#menu_1_container_start {
	/* Menü 01 auf der Homepage (etwas weiter rechts als auf den inneren Seiten) */
	position: absolute;
	left: 759px;
	top: 4px;
	width: 210px;
	height: 284px;
	background-color: #324C77;
	background-image: url("img/01.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_1_container {
	/* Menü 01 auf inneren Seiten */
	position: absolute;
	left: 545px;
	top: 4px;
	width: 210px;
	height: 229px;
	background-color: #324C77;
	background-image: url("img/01.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_1 {
	font-size: 11px;
}

#menu_1 a {
	color: white;
}

#menu_1 ul {
	list-style: none;
	padding-left: 0px;
	line-height: 2em;
}

#menu_1 li {
	padding-left: 10px;
}

#menu_1 li.act {
	background-image: url("img/menu-bullet.gif");
	background-position: left 8px;
       background-repeat: no-repeat;
}

#menu_2_container {
	/* Menü 0 auf inneren Seiten */
	position: absolute;
	left: 759px;
	top: 4px;
	width: 210px;
	height: 229px;
	background-color: #324C77;
	background-image: url("img/02.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_2 {
	font-size: 11px;
}

#menu_2 a {
	color: white;
}

#menu_2 ul {
	list-style: none;
	padding-left: 0px;
	line-height: 2em;
}

#menu_2 li {
	padding-left: 10px;
}

#menu_2 li.act {
	background-image: url("img/menu-bullet.gif");
	background-position: left 8px;
       background-repeat: no-repeat;
}

#filler_start {
	/* Schraffierter Bereich rechts auf der Homepage */
	position: absolute;
	left: 973px;
	right: 4px;
	top: 4px;	
	height: 284px;
	background-color: #324C77;
	background-image: url("img/blue_filler.gif");
}

#filler {
	/* Schraffierter Bereich rechts auf inneren Seiten */
	position: absolute;
	left: 973px;
	right: 4px;
	top: 4px;	
	height: 229px;
	background-color: #324C77;
	background-image: url("img/blue_filler.gif");
}

#menu_3_container {
	left: 4px;
	top: 237px;
	height: 26px;
	width: 100%;	padding-bottom: 4px;
}

#menu_3_background {
	margin-left: 259px;
	width: 710px;
	height: 26px;
	background-color: #324C77;
	background-image: url("img/03.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu_3 {
	margin-left: 60px;
	padding-top: 6px;
	color: white;
	font-size: 11px;
}

#menu_3 a {
	color: white;
}

#filler_menu_3 {
	/* Schraffierter Bereich rechts vom 03-Menu auf inneren Seiten */
	position: absolute;
	left: 973px;
	right: 4px;
	top: 237px;	
	height: 26px;
	background-color: #324C77;
	background-image: url("img/blue_filler.gif");
}

#wrap_start {
	width: 99%;
	background-image: url("img/faux_col_background.jpg");
	background-position: 1px 0px;
	background-repeat: repeat-y;
}

#wrap {
	width: 99%;
	background-image: url("img/faux_col_background.jpg");
	background-position: 1px 0px;
	background-repeat: repeat-y;
}

#content_container {
	float: left;
	width: 740px;
	padding: 4px 4px 4px 12px;
	margin-top: 26px;
	overflow: hidden;
}

#service_container {
 	margin-left: 758px;
	padding-top: 26px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 210px;
}

#video_des_monats {
	width: 200px;
	margin-bottom: 26px;
	background-color: white;
	overflow: hidden;
}

#breadcrumb-container { 
	width: 196px;
	margin-bottom: 26px;
	padding: 13px 0px 13px 4px;
	background-color: white;
}

#breadcrumb ul {
	color: #7A765C;
	list-style: none;
	padding-left: 10px;
	line-height: 2em;
	overflow: hidden;
}

#breadcrumb ul li.no {
	padding-left: 20px;
	background-image: url("img/breadcrumb-bullet.gif");
	background-position: left 8px;
	background-repeat: no-repeat;
}

#servicemenu {
	width: 200px;
	margin-bottom: 26px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: white;
	
}

#pdf { 
	padding: 6px 0px 6px 30px;
	background-image: url("img/pdf-bullet.gif");
	background-position: left 4px;
	background-repeat: no-repeat;
}

#print { 
	padding: 6px 0px 6px 30px;
	background-image: url("img/print-bullet.gif");
	background-position: left 4px;
	background-repeat: no-repeat;
}

#tipafriend { 
	padding: 6px 0px 6px 30px;
	background-image: url("img/tipafriend-bullet.gif");
	background-position: left 4px;
	background-repeat: no-repeat;
}
	
#news {
	width: 200px;
	margin-bottom: 26px;
	padding-top: 13px;
	background-color: white;
}

#footer_container {
	color: #7A765C;
	width: 99%;
	padding-top: -11px;
	margin-top: -11px;
	background-image: url("img/faux_col_background.jpg");
	background-position: 1px 0px;
	background-repeat: repeat-y;
}

#footer {
	width: 720px;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #7A765C;
}

div.columns {
	padding-right: 0px;
}

.subcolumns {
	width: 99%;
	padding: 1px 1px 1px 1px;
	margin: 0px;
}

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l { float: left;  overflow: hidden; }
.c50r, .c50r_menu, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { float: right; overflow: hidden; }

.c25l, .c25r { width: 24.999%; }
.c33l, .c33r { width: 33.333%; }
.c50l { width: 340px; } 
.c50r, .c50r_menu { width: 49.999%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 74.999%; }
.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */

.subc  { padding: 0 0.5em 0 0.5em; overflow: hidden; }
.subcl { padding: 0 1em 0 0; overflow: hidden; }
.subcr { padding: 0 0 0 1em; overflow: hidden; }

#subq {
	clear: both; 
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

div.content-item {
	clear: both;
}

#subq div.content-item {
	float: left;
	clear: none;	
	width: 200px;
	height: 300px;
	overflow: hidden;
	background-color: #F6F6F6;
	margin-right: 40px;	
       margin-bottom: 40px;
}

div.csc-textpic img {
	padding-bottom: 1em;
}

.csc-textpic-text {
       white-space: normal;
}

table.userlist td {
	vertical-align: top;
}

table.userlist td.city {
	white-space: nowrap;
}

table.userlist td.address {
	white-space: nowrap;
}

table#gebuehren th {
	align: right;
	vertical-align:middle;
}

table#gebuehren td {
	align: right;
	vertical-align:middle;
	margin-right: 2em;
}

}