/* CSS Document */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 101%;
	line-height: 1.2em;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

p {
	margin: .5em 0em .5em 0em;
	padding: 0px;
	font-size: .75em;
	line-height: 1.4em;
}



h1 {
	font-size: 1.1em;
	line-height: 1em;
	margin: 0em 0em 0.7em 0em;
}

h2 {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0em 0em 0em 0em;
	padding: 1em 0em 0em 0em;
}

a.tit:link, a.tit:visited   {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: #000;
	margin: 0em 0em 0em 0em;
	padding: 1em 0em 0em 0em;
}

a:link, a:visited { 
	color: #000099;
	font-size: 1.0em;
	text-decoration: none;
}

a:active { 
	color: #000099; 
}

a:hover { 
	text-decoration: underline;
}

a.stdwin:link, a.stdwin:visited {
	color: #CC0000;
	font-weight:bold;
	font-size: 0.75em;
	float:right;
}

a.stdwin:active {
	color: #CC0000;
	font-weight:bold;
}

a.stdwin:hover {
	text-decoration: underline;
}

a.win:link, a.win:visited {
	color: #133184;
	font-weight:bold;
	font-size: 0.75em;
	float:right;
}

a.win:active {
	color: #133184;
	font-weight:bold;
}

a.win:hover {
	text-decoration: underline;
}

.kastenstdwin {
	display: table;
	width: 100%;
	height: 10em;
   height:auto !important;
	padding: 5px 5px 10px 5px;
	margin: 0px;
	border-right: 1px solid #E2E2E2 ;
	border-bottom: 1px solid #E2E2E2 ;
	border-left: 20px solid #CC0000 ;
	background-color:#EBEBEB;
}

.kastenwin {
	display: table;
	width: 100%;
	height: 10em;
	height:auto !important;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #D7DBE7 ;
	border-bottom: 1px solid  #D7DBE7 ;
	border-left: 20px solid #133184 ;
	/* background-color:#FFD1B2; */
	background-color:#E7EAF2;
}

.nomargin {
	margin: 0px;
}

.mb1 {
	margin-bottom: 0.5em;
}


.unsichtbar {
 	position:absolute;
	left:-2000px; /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen sich übereifrige Screenreader, die ausgerechnet "display:none" akustisch auswerten, täuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/* Navigation */

ul#servicenav {
	margin: 0px;
	padding: 0px;
}
ul#servicenav li {
	display: inline;
}

ul#servicenav li a:link, ul#servicenav li a:visited	{
	color: #000099;
	list-style: none;
	text-decoration: none;
	line-height: 0.8em;
	float: right;
	margin: 0px;
	padding: 1px 10px 2px 10px;
	font-size: 0.7em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;	
}

ul#servicenav li a:hover {
	text-decoration: underline;
}

a.servicenavend {
	border-left-width: 1px;
	border-left-style: none !important;
}

li.servicenavact, a.servicenavact {
	color: #000000 !important;
	text-decoration: none;
	line-height: 0.8em;
	float: right;
	margin: 0px;
	padding: 1px 10px 2px 10px;
	font-size: 0.7em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

li.servicenavactend, a.servicenavactend {
	color: #000000 !important;
	text-decoration: none;
	line-height: 0.8em;
	float: right;
	margin: 0px;
	padding: 1px 10px 2px 10px;
	font-size: 0.7em;
	border-left-width: 1px;
	border-left-style: none !important;
}

/* Div's */
#divhead {
	position: relative;
	width: 600px;
	top: 0px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align:center;
}


#divservicenav {
	height: 15px;
	position: relative;
	top: 10px;
	left: 4%;
	width: 93.5%;
	padding: 0px;
	text-align:right;
}

#divcont {
   position:relative;
	display: table;
	top: 10px;
	width: 96%;
	height: 480px;
	margin: 0px 0px 40px 0px;
	left: 2%;
	
}

#divlinkespalte {
	display: table;
	position: relative;
	width: 44%;
	margin: 0px;
	padding: 0px;
	float:left;
}

#divrechtespalte {
	display: table;
	position: relative;
	width: 44%;
	left:40px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#divfooter {
   position:relative;
	margin: 0;
	top: 10px;
	left: 3%;
	width: 95%;
	clear: both;
	
	
}
p.footer {
	margin: 3px 0px 3px 0px;
	font-size: .7em;
}

p.footerwebadresse {
	position:absolute;
	left:-2000px; /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen sich übereifrige Screenreader, die ausgerechnet "display:none" akustisch auswerten, täuschen, und lesen die so versteckten Hilfen dennoch vor. */
}