/* GLOBALER BROWSER-RESET ------------------------------------------------ */

* { 
margin: 0; /* Alle Browser */
padding: 0; /* Alle Browser */
}

html { 
height: 100%; /* Netscape, Firefox und Safari */
margin-bottom: 1px; /* Netscape, Firefox und Safari */
}

* html body * { overflow:visible; } /* IE 5.x und IE 6 */
* html iframe, * html frame { overflow:auto; } /* IE 5.x und IE 6 */
* html frameset { overflow:hidden; } /* IE 5.x und IE 6 */

body {
font-size: 100.01%; /* Opera Fix */
text-align: left; /* Alle Browser */
}

option { 
padding-left: 0.4em; /* Alle Browser */
}

fieldset, img { 
border: 0 solid; /* Alle Browser */
} 

.clearfix:after { /* Clearfix zum Clearen der Float-Umgebungen */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { 
display: block; /* Safari */
overflow: hidden; /* IE7 */
_height: 1%; /* IE7 */
}



/* BASISKONFIGURATION ------------------------------------------------ */

* {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #828a8f;
text-align: left;
}

body {
background: #5f6a72;
text-align: center;
}

a:link, 
a:visited, 
a:active {
color: #5e6a72;
text-decoration: underline; 
}

a:hover {
color: #5e6a72;
text-decoration: underline; 
}

a:focus { 
outline: none; /* Gepunktete Links entfernen */
}

ul {
list-style-type: none;
margin: 1.5em 0;
}

li {
line-height: 22px;
background: url(../media/bullet_red.png) left 10px no-repeat;
padding: 5px 20px;
}

table {
width: 100%;
display: inline-table;
border: 0;
border-style: none;
border-spacing: 0;
border-collapse: collapse;
empty-cells: hide;
}

th {
margin: 0;
padding: 5px 0;
text-align: left;
vertical-align: top;
border-spacing: 0;
}

td {
margin: 0;
padding: 5px 0;
text-align: left;
vertical-align: top;
border-spacing: 0;
}

h1 {
margin-bottom: 22px;
font-size: 28px;
font-weight: normal;
color: #5e6a72;
}

h2 {
margin-bottom: 14px;
font-size: 24px;
color: #5e6a72;
font-weight: normal;
}

h3 {
margin-bottom: 12px;
font-size: 20px;
color: #5e6a72;
font-weight: normal;
}

h4 {
margin-bottom: 10px;
font-size: 18px;
font-weight: normal;
color: #5e6a72;
}

h5 {
margin-bottom: 8px;
line-height: 26px;
font-size: 18px;
color: #5e6a72;
font-weight: normal;
border-bottom: 1px solid #dfe5e6;
}

h6 {
margin-bottom: 6px;
padding: 0;
line-height: 24px;
font-size: 16px;
color: #5e6a72;
font-weight: normal;
border-bottom: 1px solid #dfe5e6;
}

p {
line-height: 22px;
margin-bottom: 22px;
}

b, strong {
font-weight: bold; 
color: #5e6a72;
}

b a:link, 
b a:visited, 
b a:active,
b a:hover,
strong a:link, 
strong a:visited, 
strong a:active,
strong a:hover {
font-style: bold;
color: #5e6a72;
text-decoration: underline; 
}

i, em {
font: 14px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #5e6a72;
line-height: 22px;
}

i a:link, 
i a:visited, 
i a:active,
i a:hover,
em a:link, 
em a:visited, 
em a:active,
em a:hover {
font: 14px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #5e6a72;
line-height: 22px;
text-decoration: underline; 
}

hr {
margin: 35px 0;
border: 0;
border-bottom: 1px solid #dfe5e6;
}

blockquote {
padding: 0;
margin-bottom: 1em;
font: 18px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #5e6a72;
line-height: 26px;
clear: both;
}

blockquote p {
font: 18px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #f0f0f0;
line-height: 26px;
}

.externerLink {
background: url(../media/btn_link_extern.png) right center no-repeat;
padding-right: 15px;
}

.floatLeft {
margin: 0 25px 10px 0;
float: left;
}

.floatRight {
float: right;
margin: 0 0 10px 25px;
}

.leftColumn {
width: 45%;
float: left;
}

.rightColumn {
width: 45%;
float: right;
}

.clearboth {
clear: both;
}


/* CONTAINER ------------------------------------------------ */

#page {
position: relative;
margin: 0;
background: #fff;
text-align: center;
}

#header {
position: relative;
height: 120px;
width: 940px;
margin: 0 auto;
padding: 0;
background: #fff;
}

#logo {
position: absolute;
top: 30px;
right: 0;
}

#wrapper_mainnav {
margin: 0;
padding: 0;
background: #5f6a72;
}

#mainnav {
width: 940px;
height: 27px;
margin: 0 auto;
padding: 0;
}

#wrapper_subnav {
margin: 1px 0 0 0;
padding: 0;
background: #dfe1e3;
}

#subnav {
width: 940px;
height: 27px;
margin: 0 auto;
padding: 0;
}

#main {
width: 940px;
margin: 85px auto 50px;
padding: 0;
min-height: 400px;
}

* html #main {
height: 400px;
}

#left_column {
float:left;
}

#right_column {
float:right;
}

#full_column {
display: block;
padding-top: 25px;
clear: both;
}

#content {
margin: 0;
}

#wrapper_footer {
margin: 0;
padding: 0;
background: #5f6a72;
}

#footer {
height: 100px;
width: 940px;
margin: 0 auto;
padding: 0;
}


/* SPALTENBREITEN ------------------------------------------------ */

.column_140 {
width:140px;
}

.column_220 {
width:220px;
}

.column_300 {
width:300px;
}

.column_380 {
width:380px;
}

.column_460 {
width:460px;
}

.column_540 {
width:540px;
}

.column_620 {
width:620px;
}

.column_700 {
width:700px;
}

.column_940 {
width:940px;
}


/* HAUPTNAVIGATION ------------------------------------------------ */

#mainnav ul {
margin: 0;
padding: 0;
height: 27px;
list-style-type: none;
border-left: 1px solid #7f888e;
}

#mainnav li {
float:left;
font-size: 14px; 
color: #fcfffc; 
background: none;
margin: 0;
padding: 0;
border-right: 1px solid #7f888e;
}

#mainnav li.login {
float:right;
font-size: 16px; 
color: #fcfffc; 
background: none;
margin: 0;
padding: 0;
border-left: 1px solid #7f888e;
border-right: 1px solid #7f888e;
}

#mainnav a,
#mainnav a:link,
#mainnav a:visited,
#mainnav a:active { 
display: block;
padding: 0 19px;
height: 27px;
white-space: nowrap;
line-height: 27px;
font-size: 14px; 
color: #fcfffc; 
text-decoration: none;
cursor: hand;
}

* html #mainnav a {
width: 1%;
}

#mainnav  a:hover {
padding: 0 19px;
font-size: 14px; 
color: #fff; 
text-decoration: underline; 
}

#mainnav .active a,
#mainnav .active a:link,
#mainnav .active a:visited,
#mainnav .active a:active,
#mainnav .active a:hover {
padding: 0 19px;
background: #e7473c;
color: #fff;
text-decoration: none;
line-height: 27px;
font-weight: normal;
}


/* SUBNAVIGATION ------------------------------------------------ */

#subnav ul {
margin: 0;
padding: 0;
height: 27px;
list-style-type: none;
border-left: 1px solid #cecfd1;
}

#subnav li {
float:left;
font-size: 14px; 
color: #828a8f; 
background: none;
margin: 0;
padding: 0;
border-right: 1px solid #cecfd1;
}

#subnav a,
#subnav a:link,
#subnav a:visited,
#subnav a:active { 
display: block;
padding: 0 19px;
height: 27px;
white-space: nowrap;
line-height: 27px;
font-size: 14px; 
color: #828a8f; 
text-decoration: none;
cursor: hand;
}

* html #subnav a {
width: 1%;
}

#subnav  a:hover {
padding: 0 19px;
font-size: 14px; 
color: #7b8287; 
text-decoration: underline; 
}

#subnav .active a,
#subnav .active a:link,
#subnav .active a:visited,
#subnav .active a:active,
#subnav .active a:hover {
padding: 0 19px;
background: #9fa5aa;
color: #fff;
text-decoration: none;
line-height: 27px;
font-weight: normal;
}


/* COPYRIGHT ------------------------------------------------ */
#copyright {
font-size: 14px;
color: #e5e5e5;
float: left;
margin: 0;
line-height: 30px;
}

/* METANAVIGATION ------------------------------------------------ */

#metanav {
float:right;
margin: 0;
font-size: 14px;
color: #7f888e;
line-height: 30px;
}

#metanav a,
#metanav a:link,
#metanav a:visited,
#metanav a:active {
padding: 0 8px;
text-decoration: none;
color: #e5e5e5;
font-size: 14px;
background: none;
}

#metanav a:hover	{
text-decoration: underline;
color: #fff;
font-size: 14px;
}


/* TEASER AUF STARTSEITE */

#teaser {
padding-top: 55px;
}

#teaser img{
float: right;
}



/* NEWS ------------------------------------------------ */

#categories {
width: 180px;
}

#categories h4 {
margin-top: 9px;
padding: 0 10px;
}

#categories ul {
margin: 0;
padding: 0;
list-style-type: none;
border-top: 1px solid #e5e5e5;
}

#categories li {
font-size: 11px; 
color: #a2acb3; 
background: none;
margin: 0;
padding: 0 10px;
line-height: 30px;
border-bottom: 1px solid #e5e5e5;
}

#categories a,
#categories a:link,
#categories a:visited,
#categories a:active { 
padding: 0;
white-space: nowrap;
font-size: 14px; 
color: #828a8f; 
text-decoration: none;
cursor: hand;
}

* html #categories a {
width: 1%;
}

#categories  a:hover {
padding: 0;
font-size: 14px; 
color: #7b8287; 
text-decoration: underline; 
}

#categories .active a,
#categories .active a:link,
#categories .active a:visited,
#categories .active a:active,
#categories .active a:hover {
color: #dd4947;
font-size: 14px;
text-decoration: none;
}

.news {
list-style-type: none;
margin: 0 2px;
padding: 0;
border: 0;
}

.news li {
margin: 0;
padding: 0;
background: none;
border: 0;
}

.news i,
.news em {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
color: #828a8f;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}

.news h2,
.news h2 a,
.news h2 a:link,
.news h2 a:visited,
.news h2 a:active,
.news h2 a:hover {
margin: 2px 0 12px 0;
padding: 0;
font-size: 22px;
color: #5e6a72;
font-weight: normal;
text-decoration: none;
}

.news a.more,
.news a.more:link,
.news a.more:visited,
.news a.more:active,
.news a.more:hover {
color: #dd4947;
font-size: 14px;
text-decoration: none;
}


/* KONTAKTDATEN ------------------------------------------------ */

.adressliste {
margin: 0;
padding: 0;
list-style-type: none;
}

.adressliste li {
background: none;
margin: 0;
padding: 35px 0;
clear: both;
}

.logo  {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
}

.logo img {
margin: 0;
padding: 2px;
border: 1px solid #e5e5e5;
}

.adresse  {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
}

.adresse  em {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
color: #828a8f;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
border: 0;
}

.adresse h3  {
margin: 0;
padding: 0;
border: 0;
line-height: 38px;
}

.adresse p {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
font-size: 14px;
line-height: 22px;
color: #828a8f;
}

.adresse b,
.adresse strong {
display: block;
width: 50px;
padding: 0;
border: 0;
font-size: 14px;
font-weight: bold;
line-height: 22px;
color: #828a8f;
float: left;
}

.anfahrt {
width: 300px;
float: left;
}


/* ANSPRECHPARTNER ------------------------------------------------ */

.ansprechpartner {
width: 100%;
display: inline-table;
border: 0;
border-style: none;
border-spacing: 0;
border-collapse: collapse;
empty-cells: hide;
background: url(../media/bg_table.png) repeat-y;
}

.ansprechpartner th {
margin: 0;
padding: 0 0 22px 0;
text-align: left;
vertical-align: top;
border-spacing: 0;
font-size: 14px;
font-weight: normal;
background: #fff;
}

.ansprechpartner td {
width: 20%;
margin: 0;
padding: 3px 3px;
text-align: left;
vertical-align: top;
border-spacing: 0;
font-size: 13px;
}


/* KONTAKTFORMULAR ------------------------------------------------ */

.kontaktformular  {
margin: 0;
padding: 0;
border: 0;
}

.kontaktformular .textfield,
.kontaktformular .textarea {
margin: 0;
padding: 3px;
width: 420px;
background: #fff;
color: #5f6a72;
border: 1px solid #e5e5e5;
}

.kontaktformular .textfield:focus ,
.kontaktformular .textarea:focus {
margin: 0;
padding: 3px;
width: 420px;
background: #fff;
border: 1px solid #5f6a72;
}

.kontaktformular .textarea {
height: 120px;
}

.kontaktformular .button {
clear: both;
display: block;
width: 138px;
height: 30px;
margin: 0;
padding: 0 20px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #828a8f;
text-decoration: none;
background: url(../media/btn_form_send.png) left top no-repeat;
cursor: hand;
}

.kontaktformular .button:hover {
clear: both;
display: block;
width: 138px;
height: 30px;
margin: 0;
padding: 0 20px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #828a8f;
text-decoration: none;
background: url(../media/btn_form_send.png) left -30px no-repeat;
cursor: hand;
}



/* PAGINIERUNG -------------------------------------------------------------- */

div.paginierung {
padding:0;
margin: 35px 0;
text-align:left;
}

div.paginierung a {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #e5e5e5;
text-decoration: none;
color: #828a8f;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
div.paginierung a:hover, div.paginierung a:active {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #828a8f;
color: #828a8f;
background: #fff;
}
div.paginierung span.current {
padding: 2px 5px 2px 5px;
margin-right: 3px;
background: #fff;
color: #e7473c;
border: 1px solid #e7473c;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
div.paginierung span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #f5f5f5;
color: #f5f5f5;
background: #fff;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}




