* {
	padding:0px;
	margin:0px;
	line-height:1.3;
	color:#000;
}

/* Stilvorlagen */
div,p,label,li,td,th,input,textarea {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000;
}
input,textarea {
	margin-bottom:2px;
}
a {
	text-decoration:none;
	color:#761320;
}
a:link,a:visited,a:active,a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#761320;
}
h2 {
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
img {
	border:none;
	margin-bottom:10px;
}
.img_ohne_Abstand, .img_ohne_Abstand img {
	margin:0px;
}
.img_mit_Rahmen {
	border:solid 1px #761320;
}
img.float_left {
	margin:0px 11px 0px 0px;
}
img.float_right {
	margin:0px 0px 0px 11px;
}
ul {
	list-style-type:none;
}
ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:23px;	
}
ol {
	margin-left:24px;
}
blockquote {
	margin-left:13px;
}
hr {
	height:1px;
	border-top: dashed 1px #d4d4d6;
}
.table_grau {
	border-collapse:collapse;
}
.table_grau th {
	background-color:#707173;
	height:18px;
	padding-left:10px;
	vertical-align:top;
}
.table_grau th, .table_grau th p {
	font-weight: bold;
	text-align:left;
	color:#ffffff;
}
.table_grau td {
	height:18px;
	padding-left:10px;
	vertical-align:top;
}
.table_grau td, .table_grau td p {
	text-align:left;
}
.table_grau tr.tblrow_pair td {
	background-color:#f2f2f2;
}
 
.table_layouttabelle {
	border-collapse:collapse;
	border:0px solid #000;
}
.table_layouttabelle th, .table_layouttabelle td {
	vertical-align:top;
}

 
.table_layouttabelle_zentriert {
	border-collapse:collapse;
	border:0px solid #000;
}
.table_layouttabelle_zentriert th, .table_layouttabelle_zentriert td {
	vertical-align:center;
	text-align:center
}

.align_left {
	text-align:left;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}
.align_justify {
	text-align:justify;
}

.float_left {
	float:left;	
}
.float_right {
	float:right;
}
.float_clear {
	clear:both;
}

 
.form_error_text {
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	color:#c80000;
	border:1px solid #cc071e;
	padding:10px;
	line-height:40px;
}
 
.form_error_field {
	background-color:#cc071e;
}
 
.div_column_left {
	float:left;
	width:265px;
	min-height:350px;
}
.div_column_right {
	float:left;
	width:265px;
	margin-left:13px;
	min-height:350px;
}

.path {
	font-size:8px;
	color:#761320;
}
.path a {
	color:#333;
}

 
/* Slideshow-Buttons */
.ssbtn_preview, .ssbtn_next, .ssbtn_pause, .ssbtn_play {
	display:inline-block;
	filter:alpha(opacity=60);opacity:0.6;-moz-opacity:0.6;
	cursor:hand;
}
/* Star-Plus-Hack wird nur von IE7 interpretiert: display:inline-block funktioniert erst ab IE8. Für die älteren Browser machen wir einen Murgs */
*+html .ssbtn_preview, *+html .ssbtn_next, *+html .ssbtn_pause, *+html .ssbtn_play {
	display:inline;
	zoom:1;
}
/* Star-HTML-Hack wird nur bis IE6 interpretiert: display:inline-block funktioniert erst ab IE8. Für die älteren Browser machen wir einen Murgs */
* html .ssbtn_preview, * html .ssbtn_next, * html .ssbtn_pause, * html .ssbtn_play {
	display:inline;
	zoom:1;
}
.ssbtn_preview:hover, .ssbtn_next:hover, .ssbtn_pause:hover, .ssbtn_play:hover {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.ssbtn_preview {
	background:url(images/preview.gif) no-repeat;
	width:20px;
	height:16px;
}
.ssbtn_next {
	background:url(images/next.gif) no-repeat;
	width:20px;
	height:16px;
	margin-right:20px;
}
.ssbtn_pause {
	background:url(images/pause.gif) no-repeat;
	width:15px;
	height:16px;
}
.ssbtn_play {
	background:url(images/play.gif) no-repeat;
	width:15px;
	height:16px;
}
.ssinfo {
	padding-left:10px;
	padding-right:10px;
	color:#666;
	vertical-align:top;
}

 


/* Seitenaufbau */
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
}
#centerline {
	position:absolute;
	left:50%;
	width:1px;
}
#center {
	position:absolute;
	margin-left:-465px;
	width:930px;
	height:0px;
}

#background {
	position:absolute;
	left:10px;
	top:30px;
	width:908px;
	height:547px;
	background-image:url(images/grau.jpg);
}

 
#blackshape {
	position:absolute;
	left:651px;
	top:94px;
	width:257px;
	height:474px;
	background-color:#000;
	filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;
}

#logo {
	position:absolute;
	left:9px;
	top:36px;
	width:165px;
	height:42px;
}
#pathway {
	position:absolute;
	left:10px;
	top:80px;
	width:898px;
	height:20px;
	text-align:right;
	font-size:10px;
	color:#969A9A;
}
#pathway div {
	display:inline;
	font-size:10px;
	font-weight:bold;
	line-height:1.5;
	color:#761320;
}
#pathway a:link,#pathway a:visited,#pathway a:active,#pathway a:hover {
	font-size:10px;
	font-weight:bold;
	color:#969A9A;
	text-decoration:none;
}
#pathway a:hover {
	text-decoration:underline;
}

 
#menu_bkgrnd {
	position:absolute;
	left:0px;
	top:106px;
	width:930px;
	height:27px;
	background-color:#761320;
}
#head_navi {
	position:absolute;
	left:30px;
	top:0px;
	width:670px;
	height:27px;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
#search {
	position:absolute;
	left:700px;
	top:5px;
	width:230px;
	height:22px;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
#search form {
	position:absolute;
}
#cmdSearch{
	position:absolute;
	top:4px;
}
#search_textbox{
	position:absolute;
	border:none 0px #000;
	/*margin-left:10px;*/
	left:71px;
}

 
#cont_bkgrnd {
	position:absolute;
	left:37px;
	top:160px;
	width:590px;
	height:380px;
	background-color:#fff;
	filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
}
#content {
	position:absolute;
	left:37px;
	top:160px;
	padding:15px;
	overflow-x:hidden;
	overflow-y:auto;
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	width:590px;	 /* IE5 */
	w\idth:560px;	 /* IE>5 & andere */
	height:380px;	 /* IE5 */
	he\ight:350px;	 /* IE>5 & andere */
}

#news {
	position:absolute;
	left:661px;
	top:160px;
	width:237px;
	height:380px;
}

#news p {
	color:#761320;
	font-size:11px;
}
#news a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
}

#footer {
	position:absolute;
	left:10px;
	top:580px;
	width:898px;
	height:100px;
}
#footer table {
	border-collapse:collapse;
	border:0px solid #000;
}
#footer th, #footer td {
	vertical-align:bottom;
	text-align:center
}
#footer a img {
	filter:alpha(opacity=70);-moz-opacity:7;opacity:7;
}
#footer a:hover img {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

#footerline {
	position:absolute;
	left:0px;
	top:86px;
	width:898px;
	height:2px;
        background: url(images/footerline.gif) repeat-x;
}
#copyright {
	position:absolute;
	left:0px;
	top:93px;
	width:898px;
	height:15px;
	font-size:8px;
	text-align:right;
	color:#969a9a;
	font-weight:bold;
}

 

/* Head Navigation */
#head_navi a.mainlevel, #head_navi a.mainlevel_cb, #head_navi a.mainlevel_c,
#head_navi a.mainlevel:link, #head_navi a.mainlevel_cb:link, #head_navi a.mainlevel_c:link,
#head_navi a.mainlevel:visited, #head_navi a.mainlevel_cb:visited, #head_navi a.mainlevel_c:visited {
	text-transform:uppercase;
}
#head_navi a.mainlevel:hover, #head_navi a.mainlevel_cb:hover, #head_navi a.mainlevel_c:hover {
	background-color:#000;
}
#head_navi a.sublevel, #head_navi a.sublevel_cb, #head_navi a.sublevel_c,
#head_navi a.sublevel:link, #head_navi a.sublevel_cb:link, #head_navi a.sublevel_c:link,
#head_navi a.sublevel:visited, #head_navi a.sublevel_cb:visited, #head_navi a.sublevel_c:visited {
	text-transform:none;
	background-color:#000;
	color:#fff;
	font-weight:normal;
	filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}
#head_navi a.sublevel:hover, #head_navi a.sublevel_cb:hover, #head_navi a.sublevel_c:hover {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#head_navi ul.mainlevel ul ul a.sublevel, #head_navi ul.mainlevel ul ul a.sublevel_cb, #head_navi ul.mainlevel ul ul a.sublevel_c,
#head_navi ul.mainlevel ul ul a.sublevel:link, #head_navi ul.mainlevel ul ul a.sublevel_cb:link, #head_navi ul.mainlevel ul ul a.sublevel_c:link,
#head_navi ul.mainlevel ul ul a.sublevel:visited, #head_navi ul.mainlevel ul ul a.sublevel_cb:visited, #head_navi ul.mainlevel ul ul a.sublevel_c:visited {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}
#head_navi ul.mainlevel ul ul a.sublevel:hover, #head_navi ul.mainlevel ul ul a.sublevel_cb:hover, #head_navi ul.mainlevel ul ul a.sublevel_c:hover {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

 
#head_navi a.mainlevel, #head_navi a.mainlevel_cb, #head_navi a.mainlevel_c, #head_navi span.mainlevel,
#head_navi a.mainlevel:link, #head_navi a.mainlevel_cb:link, #head_navi a.mainlevel_c:link,
#head_navi a.mainlevel:visited, #head_navi a.mainlevel_cb:visited, #head_navi a.mainlevel_c:visited,
#head_navi a.mainlevel:hover, #head_navi a.mainlevel_cb:hover, #head_navi a.mainlevel_c:hover,
#head_navi a.sublevel, #head_navi a.sublevel_cb, #head_navi a.sublevel_c, #head_navi span.sublevel,
#head_navi a.sublevel:link, #head_navi a.sublevel_cb:link, #head_navi a.sublevel_c:link,
#head_navi a.sublevel:visited, #head_navi a.sublevel_cb:visited, #head_navi a.sublevel_c:visited,
#head_navi a.sublevel:hover, #head_navi a.sublevel_cb:hover, #head_navi a.sublevel_c:hover {
 	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	display:block;
	padding:8px 26px 0px 10px;
	height:27px;
	line-height:1em;
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	height:27px;	 /* IE5 */
	he\ight:19px;	 /* IE>5 & andere */
}
 
#head_navi ul.mainlevel .childs {
	background-image:url("images/menubar_down.gif");
	background-position:right 13px;
	background-repeat:no-repeat;
	padding-right:38px;
}
#head_navi ul.mainlevel .childs:hover {
	background-image:url("images/menubar_down_h.gif");
}

/* Star-HTML-Hack wird nur bis IE6 interpretiert: Icon entfernen, weil es sich bei älteren IE's mit dem Text überschneidet */
* html #head_navi ul.mainlevel .childs {
	background-image:url("images/menubar_down_ie7.gif");
}
* html #head_navi ul.mainlevel .childs:hover {
	background-image:url("images/menubar_down_h_ie7.gif");
}

/* und nochmal ein Hack für den IE7 (selbes Problem) */
*+html #head_navi ul.mainlevel .childs {
	background-image:url("images/menubar_down_ie7.gif");
}
*+html #head_navi ul.mainlevel .childs:hover {
	background-image:url("images/menubar_down_h_ie7.gif");
}

#head_navi ul.mainlevel ul .childs {
	display:block;
	background-image:url("images/menubar_right.gif");
	background-position:240px center;
	background-repeat:no-repeat;
	padding-right:10px;
}
#head_navi ul.mainlevel ul .childs:hover {
	background-image:url("images/menubar_right.gif");
}

#head_navi a.mainlevel, #head_navi a.mainlevel_cb, #head_navi a.mainlevel_c, #head_navi span.mainlevel {
	float:left;
	width:auto;
}
#head_navi a.sublevel, #head_navi a.sublevel_cb, #head_navi a.sublevel_c, #head_navi span.sublevel {
	font-size:90%;
	border-top:0px solid silver;
}
#head_navi a.mainlevel_cb, #head_navi a.mainlevel_c,
#head_navi a.mainlevel_cb:link, #head_navi a.mainlevel_c:link,
#head_navi a.mainlevel_cb:visited, #head_navi a.mainlevel_c:visited,
#head_navi a.mainlevel_cb:hover, #head_navi a.mainlevel_c:hover,
#head_navi a.sublevel_cb, #head_navi a.sublevel_c,
#head_navi a.sublevel_cb:link, #head_navi a.sublevel_c:link,
#head_navi a.sublevel_cb:visited, #head_navi a.sublevel_c:visited,
#head_navi a.sublevel_cb:hover, #head_navi a.sublevel_c:hover {
	text-decoration:underline;
}
#head_navi ul.mainlevel, #head_navi .mainlevel ul {
	padding:0;
	margin:0;
	list-style:none;
}
#head_navi ul.mainlevel {
	width: auto;
	z-index:101;
}
#head_navi ul.mainlevel ul {
	z-index:102;
}
#head_navi ul.mainlevel ul ul {
	z-index:103;
}

#head_navi ul.mainlevel li {
	padding:0;
	margin:0;
	background:none;
	list-style:none;
	float:left;
	position:relative;
	margin-right:1px;
}
#head_navi ul.mainlevel li li {
	position:relative;
	width:250px;
	margin:0;
}
#head_navi ul.mainlevel li li ul {
	left:250px;
	top:0;
}
#head_navi ul.mainlevel ul {
	display:none;
	position:absolute; 
	top:27px;
	left:0;
}
#head_navi ul.mainlevel li > ul {
	top:27px;
	left:0px;
}
 
/* Hover Ebene 1 */
#head_navi ul.mainlevel li:hover ul,
#head_navi ul.mainlevel li.hover ul {
	display:block;
}
#head_navi ul.mainlevel li:hover ul ul,
#head_navi ul.mainlevel li.hover ul ul {
	display:none;
}
 
/* Hover Ebene 2 */
#head_navi ul.mainlevel li ul li:hover ul,
#head_navi ul.mainlevel li ul li.hover ul {
	display:block;
}
#head_navi ul.mainlevel li ul li:hover ul ul,
#head_navi ul.mainlevel li ul li.hover ul ul {
	display:none;
}

/* Hover Ebene 3 */
#head_navi ul.mainlevel li ul li ul li:hover ul,
#head_navi ul.mainlevel li ul li ul li.hover ul {
	display:block;
}
#head_navi ul.mainlevel li ul li ul li:hover ul ul,
#head_navi ul.mainlevel li ul li ul li.hover ul ul {
	display:none;
}
 
/* Hover Ebene 4 */
#head_navi ul.mainlevel li ul li ul li ul li:hover ul,
#head_navi ul.mainlevel li ul li ul li ul li.hover ul {
	display:block;
}

#head_navi ul.mainlevel li ul li ul li ul li:hover ul ul,
#head_navi ul.mainlevel li ul li ul li ul li.hover ul ul {
	display:none;
}
 

 

/*#head_navi ul.mainlevel li:hover ul li:hover ul,
#head_navi ul.mainlevel li.hover ul li.hover ul {
	display:block;
}*/

 
 

#head_navi ul.mainlevel, #head_navi ul.mainlevel li li {
	clear:left;
}
/** separator */
#head_navi span.mainlevel, #head_navi span.sublevel {
	border-width:0px;
	padding:5px;
}
