/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

a{
	color: #CC6600;
	text-decoration: none;
}

a:link{
	color: #CC6600;
	text-decoration: none;
}

a:visited{
	color: #CC6600;
	text-decoration: none;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 101%;
	color: #000000;
	margin: 20px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 91%;
	color: #000000;
	margin: 0px 0px 5px;
	padding: 0px;
	background-color: #FFFFFF;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 91%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display: none;
}
#links {
	display: none;
}

#content{
	position: absolute;
	z-index: auto;
	left: 0%;
	top: 0px;
	visibility: visible;
	overflow: visible;
	font-size: 89%;
	height: auto;
	width:100%; 
}
.Artikel {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	border: none;
}
.Artikel h1{
	font-family: Arial, sans-serif;
	font-size: 101%;
	color: #000000;
	margin: 20px 0px 5px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.Artikel h2{
	font-family: Arial, sans-serif;
	font-size: 91%;
	color: #000000;
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.Artikel p{
	text-align: justify;
}
.Artikel table {
	margin: 18px 15px 0px 0px;
}

.Personen {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	border: none;
}
.Personen h1{
	font-family: Arial, sans-serif;
	font-size: 101%;
	color: #000000;
	margin: 20px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;	
}
.Personen h2{
	font-family: Arial, sans-serif;
	font-size: 91%;
	color: #000000;
	margin: 0px 0px 5px;
	padding: 0px;
	background-color: #FFFFFF;	
}

.Personen img {
	margin: 0px;
}
/************** #headlines styles **************/

#headlines{
	display: none;
}

#themen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
}

#termine{
}

#folgeseiten  {
	
}

#name {
	font-size: 101%;
	color: #333333;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 0 0 0 10px;
	color: #000066;
	margin-top: 10px;
	text-align: center;
}


/************* #globalNav styles **************/

#globalNav{
	display: none;
}

#globalNav a {
	font-size: 79%;
	color: #FFFFFF;
	font-weight: bold;
	
}

/*************** #pageName styles **************/

#name h1{
	margin: 0px;
	padding: 2px 0px 0px 10px;
	color: #FFFFFF;
	text-align: left;
	font: normal 101% Arial, Helvetica, sans-serif;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	display: none;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 10px 0px 5px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.rubrik {
	clear: both;
	padding: 10px 0px 0px;
}

.rubrik p{
	padding: 0px 0px 10px 0px;
}


.rubrik h1{
	padding: 0px;
	font-size: 114%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	margin: 0px 0px 20px;
	background-color: #FFFFFF;
}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 69%;
	color: #999999;
	padding: 0px;
	width: 180px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#bild{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/




/*********** .relatedLinks styles ***********/

.relatedLinks{

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
}
#seite {
	width: 100%;
	clear: none;
	float: left;
}


/********* Links für Hauptnavigation ***************************/

#sectionLinks{

}

#sectionLinks h3{

}

#sectionLinks a:link{

}

#sectionLinks a:visited{

}

#sectionLinks a:hover{

}
.akttermin {

}
.normtermin {

}

.bildText {

}
.pKlein {
	font-size: 79%;
}
#folgeseiten {
	display: none;
}
#datum {
	font-size: 89%;
	font-weight: bold;
	color: #CC6633;
}
.bildLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.bildbereich {
	width: 20%;
	float: left;
	background-color: #CC9966;
}
.textbereich {
	width: 70%;
	background-color: #FFCCFF;
	float: none;
}
.Artikel li {
	list-style-position: inside;
	list-style-type: disc;
}
#WillkommenText h1{
	font-size: 114%;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.Thema {
	font-weight: bold;
	color: #003333;
}

