@charset "iso-8859-1";
/*---  TAGS  -----------------------------------------*/
/*******************************************************
*   overflow forces scrollbars in all user agents      *
*******************************************************/
html {
	overflow: scroll;
	height:100%;
}
/*******************************************************
*   sets font to 100.01% and lineheight to 130%        *
*   fontface as given                                  *
*******************************************************/
body {
	font:100.01%/1.3 Tahoma, Arial, sansserif;
	text-align: left;
	height:100%;
	color: #333333;
}
/*******************************************************
*   below all specific mark up appearance is defined   *
*******************************************************/
/*---  IDs  ------------------------------------------*/
#allaround {
	background:#ffffff;
	width: 930px;
	min-height:100%;
	margin:auto;
	text-align:left;
}
/*******************************************************
*   jumpers are made to navigate with the keyboard     *
*   to the main parts of the page.                     *
*   the :focus part is what makes it work. The li is   *
*   moved into sight by the margin to the left.        *
*******************************************************/
#jumpers {
	font-size:0.8em;
}
	
	#jumpers li {
		position:absolute;
		z-index:60;
		top:10px;
		left:-15em;
	}
	#jumpers li a {
		font-weight: bold;
		text-decoration: none;
		background: #f8b131;
		color: #ffffff;
		padding: 10px 10px 10px 10px;
	}
	#jumpers li a:visited {
		background: #cccccc;
		padding: 10px 10px 10px 10px;
	}
	#jumpers li a:hover {
		margin-left:15em;
		padding: 10px 10px 10px 10px;
	}
	#jumpers li a:focus {
		margin-left:15em;
		padding: 10px 10px 10px 10px;
	}
	#jumpers li a:active {
		margin-left:15em;
		padding: 10px 10px 10px 10px;
	}
/*******************************************************
*   warpitup is needed to display the brown stripes    *
*   to each side, it is the background of this.        *
*******************************************************/
#wrapitup{
	position:relative;
	margin: 140px 10px 0 10px;
	width: 100%;
	border-left: 5px solid #af3236;
	border-right: 5px solid #af3236;
	padding: 0;
}

/*******************************************************
*   floatingstuff contains pagebody and sidebar to     *
*   make the floating of the components possible       *
*   other parts are outside of this and positionend    *
*   absolute.                                          *
*******************************************************/
#floatingstuff {
	left:0;
	top: 15px;
	margin: 0 4px 0 12px;
	padding: 0 0 10px 0px;
}

#pagebody {
	position:relative;
	float:right;
	width:710px;
}
/*******************************************************
*   below the breadcrumb                               *
*******************************************************/
#breadcrumb {
	font-size:0.6em;
	color: #000000;
	position:absolute;
	top:160px;
	padding:0 0 0 260px;
	height: 30px;
	width: 700px;
	z-index:60;
}

	#breadcrumb img {
		margin: 1px 0 0 0;
	}
	
	#breadcrumb a {
		text-decoration:none;
		border-bottom: 1px dotted #af3236;
		color: #af3236;
	}
	#breadcrumb a:visited {
		border-bottom: 1px dotted #777777;
		color: #777777;
	}
	#breadcrumb a:hover {
		text-decoration:none;
		border-bottom: 1px solid #f8b131;
		color: #000000;
		}
	#breadcrumb a:focus {
		text-decoration:none;
		border-bottom: 1px solid #f8b131;
		color: #000000;
		}
	#breadcrumb a:active {
		text-decoration:none;
		border-bottom: 1px solid #f8b131;
		color: #000000;
		}
/*******************************************************
*   below the content area                             *
*******************************************************/
#content{
	margin:60px 20px 0 25px;
	font-size: 0.8em;
}

#content p {
	margin: 0 0 10px 0;
}
#content h1 {
	border-bottom: 1px solid #af3236;
	font-size: 1.5em;
	margin: 0 0 50px 0;
	font-weight:bold;
}
#content h2 {
	font-size: 1.3em;
	margin: 0 0 8px 0;
	font-weight:bold;
}
#content h3 {
	font-size: 1.2em;
	margin: 0 0 6px 0;
	font-weight:bold;
}
#content h4 {
	font-size: 1.1em;
	margin: 0 0 4px 0;
	font-weight:bold;
}
#content h5 {
	font-size: 1em;
	margin: 0 0 4px 0;
	font-weight:bold;
}
#content h6 {
	font-size: 1em;
	margin: 0 0 4px 0;
	font-weight:bold;
}

#content a {
	text-decoration:none;
	color: #af3236;
	border-bottom: 1px dotted #af3236;
}

#content a:visited {
	color: #777777;
	border-bottom: 1px dotted #777777;	
}
#content a:hover {
	color: #000000;
	border-bottom: 1px solid #f8b131;
	}
#content a:focus {
	color: #000000;
	border-bottom: 1px solid #f8b131;
}
#content a:active {
	color: #000000;
	border-bottom: 1px solid #f8b131;
}

#content ul {
	list-style-position: outside;
	list-style-image:url('../images/arrow_orange.jpg');
	margin: 0 0 0 15px;
	padding: 10px 0 10px 15px;
}

	#content ul li {
		margin: 0 0 5px 15px;
	}

#content form {
	border: 1px solid #af3236;
	padding: 5px 10px 5px 10px;
	background: url('../images/headline_unterstr.png') no-repeat;
}
#content form legend {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 25px;
	color: #af3236;
}
#content form label {
	font-weight: bold;
}
	
/*******************************************************
*  the sitemap is an extra template that extends the   *
*  original template. The styles for it need to be     *
*  defined here as to make it work.                    *
*  be extra careful as the links in the mainmenu get   *
*  replaced by those here so if they are not formated  *
*  properly and do not have the same images in the     *
*  images-folder you are in big big trouble            *                     *
*******************************************************/	
#sitemap {
  font-size:90%;
  position:relative;
  margin: 0 0 0 0;
}

 #sitemap a {
    text-decoration:none;
    border-bottom: 0;
    color: #333333;
  }
  #sitemap a:visited {
    text-decoration:none;
    border-bottom: 0;
    color: #555555;
  }
  #sitemap a:hover {
    text-decoration:none;
    border-bottom: 1px dotted #f8b131;
    color: #333333;
  }
  #sitemap a:focus {
    text-decoration:none;
    border-bottom: 1px dotted #f8b131;
    color: #333333;
  }
  #sitemap a:active {
    text-decoration:none;
    border-bottom: 0;
    color: #333333;
  }
  
  #sitemap ul {
    list-style-position:outside;
    list-style-image: none;
    margin:0 0 0 15px;
  }
  #sitmap ul li {
    margin: 0 0 0 10px;
  }

    #sitemap ul li ul {
    margin: 0 0 0 10px;
    }
    #sitemap ul li ul li {
    margin: 0 0 0 10px;
    }
/*******************************************************
*   below the sidebar content                          *
*******************************************************/
#sidebar {
	float:left;
	width:200px;
	background: transparent;
}
/*******************************************************
*   below the first box to the left is formatted       *
*   the dynamic Sitemenu appears here.                 *
*******************************************************/
	#inav {
		padding: 40px 9px 0 9px;
	}

		#inavhead {
			background: url('../images/back_box_top.jpg') no-repeat;
			height:28px;
			padding: 10px 0 0 13px;
		}

			#inavhead h1 {
				font-weight:bold;
				font-size:0.9em;
				color: #af3236;
			}

		#inavbody {
			border-left: 1px solid #af3236;
			border-right: 1px solid #af3236;
			padding: 5px 0 0 10px;
			font-size:0.7em;
		}

		#inavbody img {
			font-size: 0.8em;
			color: #333333;
		}
		
			#inavbody a img {
				color: #333333;
				text-decoration:none;
			}
			#inavbody a:visited img {
				color: #aaaaaa;
				text-decoration:none;
			}
			#inavbody a:hover img {
				color: #af3236;
				text-decoration:none;
			}
			#inavbody a:focus img {
				color: #af3236;
				text-decoration:none;
			}
			#inavbody a:active img {
				color: #af3236;
				text-decoration:none;
			}
		
			#inavbody ul {
				color: #af3236;
				font-weight:bold;
				list-style-position:outside;
				margin:0 0 0 0;
			}		

			#inavbody ul li {
				margin:0 0 0 0;
				padding: 0 0 5px 0;
			}

			#inavbody ul li img {
				margin: 2px 8px 0 0;
			}

			#inavbody ul li a {
				color: #333333;
				text-decoration:none;
			}
			#inavbody ul li a:visited {
				color: #aaaaaa;
			}
			#inavbody ul li a:hover {
				margin: 0 0 0 15px;
				color: #af3236;
			}
			#inavbody ul li a:focus {
				margin: 0 0 0 15px;
			}
			#inavbody ul li a:active {
				margin: 0 0 0 15px;
			}

			.high  {
					color: #f8b131;
				}

				#inavbody ul li ul {
						color: #af3236;
						list-style-position:outside;
						margin:5px 0 0 15px;
						font-weight: normal;
					}

					#inavbody ul li ul li a{
						color: #af3236;
					}
					#inavbody ul li ul li a:visited{
						color: #777777;
					}
					#inavbody ul li ul li a:hover{
						color: #000000;
						margin: 0 0 0 0;
					}
					#inavbody ul li ul li a:focus{
						color: #000000;
						margin: 0 0 0 0;
					}
					#inavbody ul li ul li a:active{
						color: #000000;
						margin: 0 0 0 0;
					}

		#inavfoot {
			width:100%;
			background: url('../images/back_box_bottom.jpg')  no-repeat;
			height:15px;
		}
/*******************************************************
*   below the second box to the left is formatted      *
*   basically it is just static links that need to     *
*   be changed in the template markup                  *
*******************************************************/
	#showcase {
		padding: 25px 9px 0 9px;
	}
		
		#showcasehead {
			background: url('../images/back_box_top.jpg')  no-repeat;
			height:28px;
			padding: 10px 0 0 13px;
		}
			
			#showcasehead h1 {
				font-weight:bold;
				font-size:0.9em;
				color:#af3236;
			}
			
		#showcasebody {
			padding: 5px 0 0 10px;
			border-left: 1px solid #af3236;
			border-right: 1px solid #af3236;
		}
		#showcasebody img {
			font-size: 0.8em;
			color: #333333;
		}
			#showcasebody a img {
				color: #333333;
				text-decoration:none;
			}
			#showcasebody a:visited img {
				color: #aaaaaa;
				text-decoration:none;
			}
			#showcasebody a:hover img {
				color: #af3236;
				text-decoration:none;
			}
			#showcasebody a:focus img {
				color: #af3236;				
				text-decoration:none;
			}
			#showcasebody a:active img {
				color: #af3236;
				text-decoration:none;
			}
			
			#showcasebody p {
				text-align: right;
				font-size:0.7em;
				color: #000000;
				padding: 0 10px 0 0;
			}
			
		#showcasefoot {
			background: url('../images/back_box_bottom.jpg') no-repeat;
			height:15px;
		}
/*******************************************************
*   below the second box to the left is formatted      *
*   this ist the newsbox fed by the markup to display  *
*   the content generated by the newsmodule            *
*******************************************************/
	#newsbox {
		padding: 25px 9px 0 9px;
	}
		
		#newsboxhead {
			background: url('../images/back_box_top.jpg')  no-repeat;
			height:28px;
			padding: 10px 0 0 13px;
		}
			
			#newsboxhead h1 {
				font-weight:bold;
				font-size:0.9em;
				color:#af3236;
			}
			
		#newsboxbody {
			padding: 5px 0 0 10px;
			border-left: 1px solid #af3236;
			border-right: 1px solid #af3236;
		}
		#newsboxbody img {
			font-size: 0.8em;
			color: #333333;
		}
		
			#newsboxbody ul {
				color: #af3236;
				font-weight:bold;
				list-style-position:outside;
				margin:0 0 0 0;
			}		

			#newsboxbody ul li {
				margin:0 0 0 0;
				padding: 0 0 5px 0;
			}
		
			#newsboxbody a {
				color: #333333;
				text-decoration:none;
			}
			#newsboxbody a:visited {
				color: #aaaaaa;
				text-decoration:none;
			}
			#newsboxbody a:hover{
				color: #af3236;
				text-decoration:none;
			}
			#newsboxbody a:focus {
				color: #af3236;				
				text-decoration:none;
			}
			#newsboxbody a:active {
				color: #af3236;
				text-decoration:none;
			}
			
			#newsboxbody p {
				text-align: right;
				font-size:0.7em;
				color: #000000;
				padding: 0 10px 0 0;
			}
			#newsboxbody h2 {
				font-weight:bold;
				font-size:0.8em;
				color:#af3236;
			}
			
		#newsboxfoot {
			background: url('../images/back_box_bottom.jpg') no-repeat;
			height:15px;
		}
/*******************************************************
*   the footer content contains the copyright and is   *
*   there to make sure the columns do all extend       *
*   to the bottom                                      *
*******************************************************/
#footer{
		height:49px;
		width:950px;
		background: url('../images/back_foot.jpg');
	}
	
		#footcontent {
			font-size: 70%;
			padding: 5px 0 0 255px;
		}
/*******************************************************
*   the header is positioned absolute to move it to    *
*   the top as the content has to show up first in the *
*   markup to make it work with accessability          *
*******************************************************/
#header {
	position:absolute;
	top:10px;
	height: 140px;
	width: 950px;
	background: url('../images/back_header.jpg');
	z-index:50;
}
#printheader {
	display:none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index:70;
}
/*******************************************************
*   gnav is contained in header and positionend to     *
*   fit into the bar below the grafics                 *
*******************************************************/	
	#gnav {
		background: transparent;
		position:relative;
		top: 105px;
		left: 300px;
		padding: 9px 0 8px 0;
		font-weight:bold;
		font-size: 0.9em;
		color: #af3236;
	}
		
		#gnav ul {
		}
		
		#gnav ul li {
			margin-left:2em;
			display:inline;
			font-weight:bold;
			font-size: 0.9em;
			color: #af3236;
		}
		#gnav ul li a {
			color: #af3236;
			text-decoration: none;
		}
		#gnav ul li a:visited {
			color: #555555;
		}
		#gnav ul li a:hover {
			color: #f8b131;
		}
		#gnav ul li a:focus{
			color: #f8b131;
		}
		#gnav ul li a:active {
			color: #f8b131;
		}
/*---  CLASSES  ---------------------------------------*/
/*******************************************************
*   only one - to remove the float for the main part   *
*******************************************************/
.cleanitup {
	clear:both;
	visibility:hidden;
	height:1px;
}
.date {
	text-align:right;
}
.hideFromScreen {
	visibility:hidden;
	display: none;
}
.remark {
	border: 1px solid #af3236;
	background: #F8E0E4;
	padding: 5px;
	color: #af3236;
	font-weight: bold;
}
