html {
	min-height: 100%;
	margin-bottom: 1px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
	background-color: #5566A4;
}
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:3px;
	font-size:0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
}

p {
	margin: 0;
	padding: 0;
}

		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
/* textfarbe überschrift1 */
	color: #191970;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: 24px;
	border-bottom: 2px solid #000000;
}
		
h2, h3, h4, h5{
/* textfarbe überschrift 2..5 */
	color: #191970;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

		
a {
	color:#303030;
	font-weight: bold;
}

a:hover {
	text-decoration: underline; 
	color: #191970;
}
a:visited {
	text-decoration: underline;
	color: #191970;
}
#date {
	font-size: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #aa995b;
}	
#search-form form {
	float:right;
	margin-top: 40px;
	font-size: 9px;
	padding-right: 5px;
}
		
#search-form input {
	background-color: #FFF;
	color: #222;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
#search-form .search {
	width: 135px;
	color: #222;
}
#search-form .button {
	padding: 2px;
}

legend { display:none; }

.flLeft { float:left; }
.flRight { float:right; }
.warning { color:#f00; }
.flLeft p {
  padding: 2px 0 0 0;
  margin: 0; 
  font-size: 11px; 
}		
	
		
/* NAVIGATION ELEMENTS */
#navcontainer { 
	margin-left: 0px; padding-bottom: 20px; float: left; 
	font-size: 9pt;
	width: 100%;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, verdana, Helvetica, sans-serif; 
}

#navcontainer li { margin: 0 0 1px 0;border-bottom: 1px solid #ddd; }

#navcontainer a {
display: block;
padding: 5px 10px;
width: 120px;
/* textfarbe ungeöfnneter container */
color: #ff8c00;
/*background-color: #036;*/
line-height: 16px;
text-decoration: none;
/* Hintergrundfarbe ungeöffneter Container */
background: #696969 url(pfeil_bl8.gif) 3px 10px no-repeat;
}

#navcontainer a:hover{
	background: #ff8c00 url(li_arrow2.jpg)  2% no-repeat;
/* Hintergrundfarbe a:hover */

/* Textfarbe a:hover */
	color:#000000;
}

#navcontainer ul ul li { margin: 1px 0 0 0;border-bottom: 0; }

#navcontainer ul ul a{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
/* textfarbe geöffneter Container */
color: #ff8c00;
background-color: #696969;
text-decoration: none;
line-height: 16px;
background: #696969 url(pfeil_bl8.gif) 13px 10px no-repeat;
}

#navcontainer ul ul a:hover{
color: #000000;
text-decoration: none;
background: #ff8c00 url(li_arrow2.jpg) 13px 10px no-repeat;
}		


#navcontainer #subcurrent {

	/*background-color: #5566a4;*/
	/*color: #aa995b;*/
	font-weight: bold;		
}		
#navcontainer .current{
	font-weight: bold;

/* hintergrundfarbe aktueller container */
	background: #ff8c00 url(li_arrow2.jpg) 13px 10px no-repeat;
/* textfarbe aktueller container */
	color: #000000;

}		
#navcontainer .active a:HOVER{
color: #000000;
background: #ff8c00 url(li_arrow2.jpg) 12px 10px no-repeat;
text-decoration: none;
font-weight: bold;	

}		
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
/* textfarbe fließtext */
	color: #191970;
	width:600px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #080554;
}

#content .clear {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  clear: both;
}

#content p {
	padding-bottom: 10px;
	/* border-bottom: 0px solid #DDDDDD; */ /* A faint grey line below the text */

}
#content li {
	list-style-image: url(li_arrow.jpg);
}
#content li li{
	list-style-image: url(point_blue.gif);
}

#content ul {
	margin-bottom:1.2em;
	line-height:1.6em;		
	list-style-type:square;	
	text-align: left;
}
#content ul ul{
	margin-top: 5px;
	margin-bottom: 0;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0 0 15px 0;
	width:450px;
	color:#222;
	font-size:1.0em;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	/*background-color:#f7f7f7;*/
	/*border-top:2px solid #fff;*/
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	/*border-right:2px solid #fff;*/
}

#form-module label.checkbox {
	width:372px;
	/*border-left:2px solid #fff;*/
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#222;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 1em;
	
}

#form-module-thanks {
	display:block;
	color:#222;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size:1.2em;
}


/* download
*******************************************************************************/
#content .download-hdl p, 
#content .download-file p, 
#content .download-desc p {
	margin:0;
}
#content .download-hdl {
	padding-top: 10px;
}
#content .download-hdl p {
	padding:5px 7px;
	background-color:#dedef7;
	font-weight:bold;
	color:#000;
}

#content .download-file {
	padding:5px 7px 0 7px;
	border-left:2px solid #dedef7;
	border-right:2px solid #dedef7;
}

#content .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#fff;
	border-left:2px solid #dedef7;
	border-right:2px solid #dedef7;
	border-bottom:2px solid #dedef7;
}

#content .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #dedef7;
}



/*	Images
------------------------------------------------------------------------------*/
#content div.image {
	margin-bottom:0;
}
#content div.image p {
	margin:0;
	font-size:0.9em;
}
#content div.flLeft {
	margin-right:14px;
}
#content div.flRight {
	margin-left:14px;
}

#content img.rex_image{ 
	/* float: left; */
	margin: 3px 18px 5px 0; 
	padding:2px;
	/*border:1px solid #080554;*/
}

img, a img,:link img,:visited img, fieldset { border:none }

/* Beispiel CSS
hier habe ich im Feld "Block-Name" zweier für die Spaltenart "zweispaltig" und dreier für die Spaltenart "dreispaltig" angegeben */

/* 2 */
.zweier {
 margin: 0px;
 width: 100%;
 font-size:0.9em;
 line-height:1.6em;
 padding-top: 10px;
}
.zweier p {
	display: inline;
}

.zweier li {
	margin-left: -15px;
	line-height: 1.2em;
	padding-bottom: 4px;
	list-style: square outside none;
}

/* 2 */
.zweier .spalte_1 {
 width: 205px;
 float: left;
 background: #F2F2F2;
 padding: 10px;
 margin-right: 5px;
 height: 200px;
}

.zweier .spalte_2 {
 width: 205px;
 float: right;
 background: #F2F2F2;
 padding: 10px;
 height: 200px;
}

blockquote {
border: 2px #999 dotted;
float: none;
width: 75%;
clear: both;
padding: 10px 10px 0px 10px;
margin-top: 20px;
margin-right: auto;	
margin-bottom: 20px;
margin-left: auto;
}

/*---- News für Multilist */
.newsimage {
	padding: 5px;
}
.newstext {
	padding: 5px;
	text-align:top;
}



/* breadcrumb */
#breadcrumb {
	position: relative;
	bottom:4px;
	left:0px;
	font-size: 8pt;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #080554;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}		

/* article list */
#article_list_img {
	padding: 0 0 10px 10px;
	border: 0;
}
.article-list p {
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
	text-align: justify;
}
TABLE.adresse {
	border-bottom:1px solid #eee;
	font-size: 10pt;
	color: #080554;
}

.rex_image {
	padding: 0 10px 0 5px;
}


#popupWindow {
 	border: 1px solid #333;
	margin: 10px;
 	text-align: left;
	padding: 20px;
	background-color: #fff;
 }

#popupWindowBody {
	background-color: #020066;
}

#popupWindow h1, #popupWindow h2{ margin: 0px 0 15px 0; padding: 6px 0 0 25px; font-weight: bold; color: #222; font-size: 9pt;  border-bottom: 1px solid #020066;  background-image: url(bg_text_h2.gif);  background-repeat: no-repeat;  height: 19px;  text-transform: uppercase;  line-height: 19px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  background-position: left;            }
#startimage {
 	border: 1px solid #333;
	padding: 0;
	margin: 50px 0 0 0;
 }
#closelink {
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #999;
} 

