@charset "UTF-8";

/* ############# SEMANTIK ############# */

/* Hiermit werden ALLE Abstände auf null gestellt */
* {
	margin:0px;
	padding:0px;
}

#navilinkswrap, #mainnaviwrap, #footerwrap, #metanvigation, #sprachumstellung, #content-re, #content-re-news-single {
	display: none;
}

#headerwrap {
	position: absolute;
	top: 0px;
}

#mainpartwrap {
	position: absolute;
	top: 150px;
	margin-bottom: 50px;
	padding-left: 210px;
}

/* Die Basisschriftgrösse wird im Body definiert. Falls nicht anderes angegeben, wird dies durchgehend vererbt. Bitte alle anderen Schriftgrössen in ems angeben (1em = Basisgrösse, 2em = doppelte Basisgrösse). Dies hat den Vorteil, dass mit der Einstellung der Grösse in "body" alle Schriftgrössen verändert werden. Tabellen (td tr etc sind davon nicht betroffen) */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FEFEFE;
	line-height: normal;
	font-size: 12px;
}

body.html {
	
}

h1, h2, h4, h5, h6 {
	margin-bottom:9px;
	margin-top:0;
	padding:0;
	font-weight:bold;
}

h1 {
	color:#333333;
	font-weight: normal;
	font-size:19px;
	padding-top:0px;
	padding-bottom:9px;
	line-height:23px;
}
h2 {
	color:#333333;
	font-weight: normal;
	font-size:19px;
	padding-top:0px;
	padding-bottom:5px;
	line-height:120%;
}
h3 {
	color:#333333;
	font-weight: normal;
	font-size:19px;
	padding-top:0px;
	padding-bottom:5px;
	line-height:120%;
}
h4 {
	font-size:12px;
	margin-bottom:3px;
	margin-top: 25px;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
	line-height:125%;
	font-size: 12px;
	margin-bottom: 12px;
	padding-top: 2px;
	
}

tr, td {
	font-size: 12px;
}

td p {
	padding:0;
	margin:0;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#000;
}


a:hover {
	color:#FF7500;
	text-decoration:none;
}

a:active {
}

ul {
	line-height:17px;
	margin-bottom:15px;
	list-style-type: disc;
}
li {
margin-left:15px;
font-size: 12px;
list-style-type: disc;
}




blockquote {
}

cite {
}

address {
}

fieldset, label {
	font-size: 12px;
}

input, select, textarea {
	border:#999999 1px solid;
	font-size: 12px;
}
input {
	padding: 1px;
}

textarea {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select {
}

img {
	border:none;
}

/* #############  TABELLEN  ############# */



table.tabelle-portaits {
	border-collapse:collapse;
	
}
table.tabelle-portaits td {

}

table.tabelle-portaits p {
	padding:0;
	margin:0;
}
table.tabelle-inhalt-1 {
	border-top:#FFF 2px solid;
	padding:0;
	margin-bottom:8px;
	border-collapse:collapse;
	
}
table.tabelle-inhalt-1 td {
	background-color:#cdcdcd;
	border-bottom:#FFF 2px solid;
	border-right:#FFF 2px solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	margin:0;
}

table.tabelle-inhalt-1 p {
	padding:0;
	margin:0;
}

table.tabelle-inhalt-2 {
	padding:0;
	margin-bottom:8px;
	border-collapse:collapse;
	
}
table.tabelle-inhalt-2 td {
	border-right:#FFF 2px solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	margin:0;
}

tr.tabelle-inhalt-2_dunkel {
	background-color:#cdcdcd;
}

table.tabelle-inhalt-2 p {
	padding:0;
	margin:0;
}



/* #############  LINKS FUER RTE  ############# */
a.pdf-icon {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;

	padding-left:19px;
	margin-bottom:2px;
	margin-top:0px;
	background-color: #E8E8E8;
}
a.word-icon {
	background-image: url(../img/word-icon.gif);
	background-repeat: no-repeat;
	padding-left:19px;
	padding-bottom:2px;
	padding-top:0px;
}
a.externer-link {
	background-image: url(../img/ext-link.gif);
	background-repeat: no-repeat;
	padding-left:19px;
}
a.interner-link {
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	padding-left:19px;
	line-height:135%;
	text-decoration: underline;
}
a.interner-link:hover {
	text-decoration: none;
}

/* #############  ZEICHENFORMATE  ############# */
span.rot {
	color:#FF0000;
}
span.grau {
	color:#717171;
}
span.grau-bold {
	color:#717171;
	font-weight:bold;
}

/* #############  ABSTATZFORMATE  ############# */
p.Hintergrund-Gelb {
	background-color: #FFF5C9;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:0;
}