﻿.navlink a, a:visited, a:active, a:focus, a:hover {
border-width:0;
text-decoration:none;
}

a, a:visited, a:active, a:focus, a:hover {
outline:none; 
text-decoration:underline; 
background:#f3f3f3; 
color:#800000;
}

img {
border:0 transparent hidden;
}

.fliesstext {
margin:0 15px;
}

.punkte
{clear:both; 
border-style:dashed; 
margin:0 0 0 120px;}

/*BOXEN*/
.leftbox {
background-color:#fff; 
padding:15px; 
margin:0 15px 0 0; 
float:left; 
width:30%;
-moz-box-shadow: 10px 10px 5px #888; 
-webkit-box-shadow: 10px 10px 5px #888; 
box-shadow: 10px 10px 5px #888; 
text-align:left;
}

.rightbox {
background-color:#fff; 
padding:15px; 
margin:0 15px 0 0; 
float:right; 
width:60%;
-moz-box-shadow: 10px 10px 5px #888; 
-webkit-box-shadow: 10px 10px 5px #888; 
box-shadow: 10px 10px 5px #888;
}

.centerbox {
background-color:#fff; 
padding:15px; 
margin:0 15px 0 5px; 
-moz-box-shadow: 10px 10px 5px #888; 
-webkit-box-shadow: 10px 10px 5px #888; 
box-shadow: 10px 10px 5px #888;
}

/*IMAGEBOXEN*/
.sitemapimage {
float:right; 
width:430px; 
min-height:530px; 
background-image:url('../images/sitemap.jpg'); 
background-repeat:no-repeat; 
background-position:right;
}

.impressumimage {
float:right; 
width:370px; 
min-height:275px; 
background-image:url('../images/impressm.jpg'); 
background-position:right; 
background-repeat:no-repeat;
}

.hilfeimage {
float:right; 
width:90px; 
min-height:305px; 
background-image:url('../images/hilfe.jpg'); 
background-position:right; 
background-repeat:no-repeat;
}

.officeimage {
float:right; 
width:350px; 
min-height:220px; 
background-image:url('../images/office1.png'); 
background-position:right; 
background-repeat:no-repeat;
}

/*TABELLEN*/
.table_table {
width:100%;
border-collapse: separate;
border-spacing:0 0;
margin-left:auto;
margin-right:auto;
}

.table_thead {
text-align:left;
background-color:#e6e6e6;
margin:1px;
height:40px;
}

.table_tbody {
text-align:left;
color:#000000;
margin:1px;
}

.table_th {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #800000;
height: 40px;
background-color:#e6e6e6;
text-align:center;
}

.table_td1_dark, .table_td2_dark {
border-top: 0;
border-left: 0;
border-bottom: 1px solid #800000;
background-color:#dcdcdc;
text-align:left;
height:30px;
padding:0 0 0 10px;
}
.table_td1_dark {
width:200px;
}
.table_td2_dark {
width:400px;
}

.table_td1_light, .table_td2_light {
border-top: 0;
border-left: 0;
border-bottom: 1px solid #800000;
background-color:#e6e6e6;
text-align:left;
height:30px;
padding:0 0 0 10px;
}
.table_td1_light {
width:200px;
}
.table_td2_light {
width:400px;
}
