/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background:url(/files/include/layout/image/jpeg/bg_verlauf.jpg) repeat-x #D9D9D9;
	color: #626569;
	font-size: 0.81em;
	font-family: Arial, Helvetica;
}

#container {
	width: 993px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	background:url(/files/include/layout/image/gif/bg_container.gif) repeat-y #e5e5e5;
	background-position: 0px 178px;
}
*html #container {
	height: 100% !important;
}

.clear {
	clear: both;
}

h1 {
	font-size:1.15em;
	color: #DF4443;
}

h2 {
    font-size:1.01em;
	color: #DF4443;
}

h3, h4 {
    font-size: 1em;
}

h5{
	color: #fff;
	font-size: 1.15em;
}

h1, h2, h3, h4, h5, p, ul, ol, table {
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.6em;
}

td, th {
	padding: 0.4em 0.2em;
	vertical-align: top;
}


/* links */

div.links {
	width: 335px;
	float: left;
	overflow: hidden;
}

#willkommen{
	padding: 20px 0 0 17px;
}


#keyvis{
	background-color: #fff;
	padding: 30px 0 0px 0;
}

.homenav{
	padding: 4px 15px 7px 0px;
	text-align: right;
}

.homenav a{
	color: #9B9B9B;
	text-decoration:none;
	font-size: 0.85em;
}

.homenav ul{
	list-style-type:none;
	margin: 0;
}

.homenav li {
	display: inline;
}



.smll_line{
	color: #9B9B9B;
	font-size: 0.85em;
	padding-left: 3px;
        padding-right: 3px
}

#serviceinfo{
	padding: 17px 0 0 17px;
}

#serviceinfo p{
	font-size: 0.9em;
	color: #fff;
	margin-left: 5px;
}

#serviceinfo form{
	margin-bottom: 17px;
}

#serviceinfo input{
	font-size: 0.9em;
	color: #768696;
	background-color: #fff;
	border: 1px solid #DBDCDC;
	width: 265px;
	padding: 1px 0;
}
#serviceinfo input,{
	padding: 2px 0 1px 0;
}

#serviceinfo input.button{
	width: 2.2em;
	padding: 0;
}

#serviceinfo a {
	color: #fff;
	text-decoration: none;
}


/* mitte */

div.mitte {
	float: left;
	width: 395px;
	padding: 0 15px;
}

div.mitte a{
	color: #676767;
}

/* Navigation ******************************/

#nav, #subnav {
	font-size: 0.9em;
	padding: 20px 0;
}

#nav ul, #subnav ul {
	margin: 0;
	list-style-type:none;
}

#nav li, #subnav li {
	margin: 0.5em 0;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#nav li {
	background-image: url(/files/include/layout/image/gif/pfeil_grau.gif);
}

#nav li.standort_unter {
	background-image: url(/files/include/layout/image/gif/pfeil_rot.gif);
}

#subnav li {
	background-image: url(/files/include/layout/image/gif/pfeil_rot2.gif);
}

#nav a, #subnav a {
	text-decoration:none;
	color: #626569;
	margin-left: 10px;
}

#nav {
	width: 160px;
	float: left;
}

#subnav {
	width: 210px;
	margin-left: 175px;
}

a.active, #nav a.active, #subnav a.active, #nav a.link_gew, #subnav a.gew, #spalte_rechts ul a.active {
	text-decoration:none;
	color: #df4344;
}

/* Content ******************************/

.cont_single{
	padding-bottom: 4em;
}

.heading1 {
	color: #626569;
    border-style: solid;
    border-width: 1px 0;
    border-color: #CCCCCC;
    padding: 0.6em 0;
    margin: 0 0 0.6em;
}

.heading2 {
	font-weight: normal;
	color: #626569;
    border-style: solid;
    border-width: 1px 0;
    border-color: #CCCCCC;
    padding: 0.7em 0 0.74em;
    margin: 0 0 0.6em;
}


/* rechts */

div.rechts {
	width: 218px;
	float:left;
}

#spalte_rechts{
	color:#626569;
	padding-left: 15px;
	width: 188px;
	overflow: hidden;
	font-size: 0.9em;
}

#spalte_rechts p {
	margin-bottom: 0.6em;
}

.terminvergabe {
	text-decoration:none;
	color: #df4344;
/*	font-weight: bold; */
}

#spalte_rechts h4.heading1 {
	font-weight: normal;
}

#spalte_rechts ul{
	margin-left: 0;
	padding-left: 15px;
	list-style-type:none;
}

#spalte_rechts li{
	background-image: url(/files/include/layout/image/gif/pfeil_grau.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 0.5em;
}

#spalte_rechts li.standort {
	background-image: url(/files/include/layout/image/gif/pfeil_rot.gif);
}

#spalte_rechts ul a, .link_service {
	text-decoration:none;
	margin-left: 10px;
	color: #626569;
}

.icon{
	margin-left: 5px;
}


/* other stuff */

div.image {
	text-align: center;
	padding-bottom: 1em;
}
div.caption {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	padding-top: 1em;
}
div.center {
	text-align: center;
}

input, select, textarea {
	color: #000;
	background-color: #fff;
	border: 1px ridge #626569;
	font-size: 1em;
	font-family: Arial, Helvetica;
}

input.button, input.radio, input.check {
	width: auto;
}

input.radio, input.check {
	border: 0;
}

input, textarea {
	padding: 0.2em;
	width: 99%;
}
option {
	padding: 0 0.2em;
}
select {
}

input.button {
	background-color: #DBDCDC;
}

hr {
    height: 0px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #CCCCCC;
    padding: 1px;
}

hr.balken_dark {
    border-color: #999999;
}


/* kontakt */

.form_contact_left, .form_contact_right {
	display: inline-block;
	vertical-align: top;
}
.form_contact_left, .form_contact_right, {
	display: inline;
}

.form_contact_left {
	font-size:0.9em;
	padding: 0.4em 0.4em 0.4em 0;
	width: 25%;
	text-align:right;
}

.form_contact_right {
	padding: 0.4em 0;
	width: 70%;
}

/* anfahrt */

.data_links {
	float: left;
	width: 50%;
}
*html .data_links{
	margin-top: -3px;
}

.data_rechts {
	float: right;
	width: 50%;
}
*html .data_rechts{
	margin-top: -3px;
}

#map_canvas {
	width: 395px;
	height: 400px;
}

/* infomaterial */

.tableFormat {
	width: 100%;
	font-size:0.9em;
}

/* datenbank */

.form_datenbank_left, .form_datenbank_right {
	display: inline-block;
	vertical-align: top;
}
.form_datenbank_left, .form_datenbank_right, {
	display: inline;
}

.form_datenbank_left {
	font-size:0.9em;
	padding: 0.4em 0;
	width: 25%;
	text-align:left;
}

.form_datenbank_right {
	padding: 0.4em 0;
	width: 70%;
}

.datenbank {
	padding-bottom: 1em;
}
.datenbank select {
	width: 90%;
}
