body {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	margin:0px;
	padding:10px 0px 20px 0px;
	background: #C2C0C3 url(../images/bg.gif) left top repeat-x;
	}



/* Text */

br.halb {
	line-height: 6px;
	}

h1, h2, h3, h4 {
	color: #333; 
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin:0px;
	padding: 12px 0px 6px  0px;
	}

h1 {
	padding:12px 0px 12px 0px;
	color: #2655ab;
	font-weight:bold;
	font-size:14px;
	line-height: 18px;
	}

h2 {
	padding: 12px 0px 6px  0px;
	}
	
h3 {
	padding: 6px 0px 6px  0px;
	color: #808080;
	}
	
h4 {
	padding: 0px 0px 6px  0px;
	color: #ccc;
	}
	
p, p.inhalt, div.inhalt {
	font-size: 12px;
	line-height: 16px;
	color:#333;
	margin:0px;
	padding: 0px 0px 6px  0px;
 	}

td {
	margin:0px;
/*	padding:0px; */
	}
 	
.TextInhalt, td {
	color: #333;
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	text-align: left;
	/* padding: 0px; */
	}
	
.TextImage {
	color: #808080;
	font-size: 11px;
	line-height:15px;
	text-align: left;
	margin-top:-4px;
	margin-bottom:5px;
	}

textarea, input {
	font-family:Arial, Sans-serif;
	font-size:12px;
	color:#404040;
	padding:0px 2px;
	margin:0px;
	border-style:solid;
	border-color:#5a5a5a;
	border-color:#bfbfbf;
	border-width:1px;
	}
	
div.button input {
	background-color: #fecdd8;
	border:none;
	padding:2px 2px;
	}

div.eingabe textarea, div.eingabe input {
	width:240px;
	}

div.eingabe input {
	height:16px;
	}



/* Rahmen */

div.rahmen {
	margin: 5px 0px;
	background-color:#EEF2F5;
	border: 1px solid #999;
	padding:0px 12px;
	}



/* Listen */

ul.normal li p, ul.layout-1 li p, ul.layout-2 li p, ol.layout-3 li p {
	padding:0px;
	font-weight:normal;
  }
  
ul.normal {
	list-style: none;
	padding:0px;
	margin:0px 0px 6px 0px;
	}

ul.normal li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:15px;
	}

ul.layout-1 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 8px 0px;
	}

ul.layout-1 li {
	list-style: disc outside none;
	color:#2655ab;
	font-size: 12px;
	line-height:15px;
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 5px;
	}

ul.layout-2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

ul.layout-2 li {
	list-style: disc outside none;
	color:#2655ab;
	font-size: 12px;
	line-height:15px;
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 8px 5px;
	}

ol.layout-3 {
	list-style: none;
	padding: 0px;
	margin:0px 0px 0px 22px;
	}

ol.layout-3 li {
	list-style: decimal outside none;
	font-size: 12px;
	line-height:15px;
	color: #2655ab;
	font-weight: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	}


/* Tabellen */

table.normal {
	margin: 0px 0px 6px 0px;
	width:533px;
	}
	
td.normal-ol, td.normal-or, td.normal-ul, td.normal-ur {
	background:none;
	border:none;
	padding: 0px 8px 0px 0px;
	}

td.layout-1-ol, td.layout-1-or, td.layout-1-ul, td.layout-1-ur, td.layout-2-ol, td.layout-2-or, td.layout-2-ur, td.layout-2-ul, td.layout-3-ol, td.layout-3-or, td.layout-3-ur, td.layout-3-ul {
	background-color: #ECEDEF;
	border-bottom: 1px solid #fff;
	padding: 1px 4px 1px 4px;
	color:#000;
	font-size:11px;
	line-height:13px;
	}

td.layout-1-ol, td.layout-1-or, td.layout-3-ol, td.layout-3-or {
	border-top: 2px solid #CF2D5B;
	}
	
td.layout-1-ur, td.layout-1-or {
	}

td.layout-2-ol, td.layout-2-or {
	border-top: 1px solid #2655ab;
	background-color: #2655ab;
	color:#fff;
	font-weight:bold;
	/*padding: 1px 4px 1px 4px;*/
	}

td.layout-3-ol, td.layout-3-ul {
	background-color: #2655ab;
	color:#fff;
	font-weight:bold;
	/*padding: 1px 4px 1px 4px;*/
	}

td.layout-3-ol, td.layout-3-or {
	border-top: 2px solid #2655ab;
	}
	
	

/* Links */

a {
	color: #CF2D5B;
	text-decoration:underline;
	}
	
a:hover	{
	color: #FF2E67;
	}

a.Drucken {
	color: #CF2D5B;
	font-size: 12px;
	line-height:15px;
	font-weight:normal;
	}

a.Drucken:hover	{
	color: #D56483;
	}

.NichtDruckversion {display:block}



/* Formular */

form {
	margin:0px;
	padding:0px;
	}
	
div.Formular {
	padding-bottom:20px;
	}

div.FormularLabel {
	position:relative;
	top:2px;
	float:left;
	width:80px;
	text-align:right;
	padding:1px 0px 0px 0px;
	}

* html div.FormularLabel {
	padding:0px;
	}

div.FormularField {
	margin-left:90px;
	padding-top:2px;
	color:#1a1a1a;
	}

* html div.FormularField {
	padding-top:0px;
	}

div.FormularLabel div {
	position:relative;
	top:2px;
	margin-left:90px;
	font-weight:bold;
	color:#000;
	}

div.FormularLabelCheck {
	padding-top:1px;
	font-size: 12px;
	}

div.FormularLabelCheck a {
	color: #404040;
	font-weight:bold;
	}
	
div.FormularLabelCheck a:hover {
	color:#808080;
	}
	
span.radio {
	position:relative;
	top:-1px;
	padding-left:8px;
	font-weight: normal;
	}
	
input.Formular, textarea.Formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#1a1a1a;
	width:270px;
	border:1px solid #D0DDF6;
	border:1px solid #C4D2ED;
	border:1px solid #B9B9BC;
	background-color:#ECEDEF;
	}
	
select.Formular { 
	width:275px;
	}

input.Check, input.Radio {
	cursor:pointer;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	}
	
input.Check {
	float:left;
	margin-right:8px;
	}
	
/*input.Submit { 
	cursor:pointer;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
	background-color: #2655ab;
	border-left:1px solid #597CC0;
	border-top:1px solid #597CC0;
	border-right:1px solid #273F6C;
	border-bottom:1px solid #273F6C;
	}*/

input.Submit { 
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
	cursor:pointer;
	font-size: 9px;
	/*line-height:9px;*/
	text-align:center;
	color:#2655ab;
	font-weight:bold;
	/*padding:0px 12px;*/
	background-color: #ECEDEF;
	border:1px solid #B9B9BC;
	}
	
* html input.Submit { 
	margin-top:1px;
	}
	

/* Sitemap */

ul.sitemap {
	list-style: none;
	margin:0px 0px;
	padding:0px 12px 0px 0px;
	}

ul.sitemap ul {
	margin:0px;
	padding: 8px 0px 8px 14px;
	}

ul.sitemap li {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	}

ul.sitemap li li {
	list-style: disc outside none;
	font-weight: normal;
	}

ul.sitemap li li li {
	list-style: circle outside none;
	line-height:14px;
	}

ul.sitemap li a {
	font-size: 12px;
	color: #416792;
	text-decoration: none;
	display:none;
	}

ul.sitemap li a:hover {
	text-decoration: underline;
	}
ul.sitemap li li a {
	display: block;
	color: #404040; 
	}

ul.sitemap li li li li {
	list-style: none;
	}
	
ul.sitemap li li li li a {
	color: #808080; 
	font-size:11px;
	line-height:12px;
	}



/* Klickpfad */

div.klickpfad {
	padding-top:24Px;
	}

div.klickpfad a {
	font-size:11px;
	color:#666;
	text-decoration:none;
	}

div.klickpfad a:hover {
	text-decoration:underline;
	}

div.klickpfad img {
	margin-bottom:1px;
	margin:0px 6px 1px 6px;
	}


/* Login */

div.tx-newloginbox-pi1 {
	padding:0px 0px 0px 8px;
	margin-top:50px;
	background:transparent url(../images/punkte-menu.gif) left top no-repeat;
	}

div.tx-newloginbox-pi1 form {
	margin:0px;
	padding:0px;
	}

div.tx-newloginbox-pi1 h1 {
	color:#2655ab;
	padding:6px 0px 0px 0px;
	font-weight:bold;
	font-size:11px;
	line-height: 16px;
	}	

div.tx-newloginbox-pi1 p {
	color:#2655ab;
	font-size:11px;
	padding:0px 0px 0px 0px;
	}	
	
div.tx-newloginbox-pi1 input#user, div.tx-newloginbox-pi1 input#pass {
	width:108px;
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	}	
	
div.tx-newloginbox-pi1 input#submit {
	margin-top:-3px;
	position:relative;
	top:3px;
	border:none;
	}	
	
div.tx-newloginbox-pi1 input#logout {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
	width:50px;
	cursor:pointer;
	font-size: 9px;
	/*line-height:9px;*/
	text-align:center;
	color:#2655ab;
	font-weight:bold;
	/*padding:0px 12px;*/
	background-color: #ECEDEF;
	border:1px solid #B9B9BC;
	}

/* Container */

#Oben {
	background:transparent url(../images/rand-o.gif) left bottom no-repeat;
	width:677px;
	height:18px;
	}

#Mitte {
	position:relative;
	background:transparent url(../images/rand-m.gif) left repeat-y;
	width:677px;
	text-align:left;
	}

#MinHeight {
	float:left;
	width:1px;
	height:400px;
	background-color:red;
	}

#Unten {
	background:transparent url(../images/rand-u.gif) left top no-repeat;
	width:677px;
	height:13px;
	}

#Kopfzeile {
	position:relative;
	left:0px;
	top:5px;
	width:677px;
	height:78px;
	}
	
#Logo {
	float:left;
	background:transparent url(../images/Logo.gif) 10px bottom no-repeat;
	width:153px;
	height: 78px;
	}

#Logo a {
	display: block;
	width:153px;
	width:143px;
	height: 78px;
	}
	
#MenuImpressum {
	padding:65px 0px 0px 270px;
	}

#Bild {
	position:absolute;
	top:-74px;
	right:-65px;
	background:transparent url(../images/bild/bild.jpg) center center no-repeat;
	width:172px;
	height:176px;
	}

* html #Bild {
	right:-66px;
	}
	
#BildPlatz {
	float:right;
	width:107px;
	height:103px;
	}

#MenuLinks {
	position:absolute;
	top:24px;
	left:-75px;
	width:150px;
/*background:transparent url(/fileadmin/images/menu-bg.gif) top repeat-x;*/
	}

#Menu1 {
	background:transparent url(../images/menu-o.gif) left bottom no-repeat;
	height: 13px;
	}

#Menu2 {
	background-color:#EDEDEF;
	background:#EDEDEF url(../images/menu-m.gif) left repeat-y;
	}

#Menu3 {
	background:transparent url(../images/menu-u.gif) left top no-repeat;
	height: 13px;
	}

#Inhalt {
	margin:10px 40px 0px 100px;
	/*min-height:450px;*/
	}

#Copyright {
	position:relative;
	left:10px;
	top:6px;
	font-size:11px;
	color:#808080;
	}

table {
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	}

table tr {
	vertical-align:top;
	}

table td#Hoehe {
	height:450px;
	width:673px;
	}

/* Menü Impressum */

ul#menu-impressum {
	margin: 0px;
	padding:0px;
	}

ul#menu-impressum li {
	margin: 0px;
	padding:0px;
	float: left;
	list-style: none;
	font-size:11px;
	text-transform: uppercase;
	}

ul#menu-impressum li a {
	padding: 0px 12px 0px 4px;
	color: #cf2d5b;
	text-decoration: none;
	}

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

ul#menu-impressum a img {
	margin:0px 4px 0px 0px;
	}



/* Navigation */

ul#menu {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 11px;
	line-height:14px;
	font-weight: normal;
	/*white-space: nowrap;
	overflow:hidden;*/
	z-index:999;
	}

ul#menu ul {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	}

ul#menu li {
	list-style: none;
	background:transparent url(../images/punkte-menu.gif) left bottom no-repeat;
	}

ul#menu li li {
	background:none;
	}

/*ul#menu li div {
	display:none;
	}*/

ul#menu a {
	color: #666;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	}

ul#menu ul a {
	font-size:11px;
	padding:2px 0px 2px 36px;
	display: block;
	}

ul#menu ul a.act {
	color: #cf2d5b;
	padding-left:26px;
	}

ul#menu ul a img {
	margin:0px 4px 2px 0px;
	}

ul#menu ul li a:hover {
	}


ul#menu ul a {
	}

