/************** Formatierung der Seite allgemein ***********************************************************/
html, body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: url(back.gif);
	background-repeat:repeat;
}

.hidden{
	font-size: 6px;
	color: #CCCCCC;
}
.rot{
	color:red;
	font-weight:bold;
}
.navreg {
	color: #3366CC;
	font-weight: bold;
	background-color: #FFFFCC;
}
/************ formatierung fuer alle Bilder **********************************/
img{
	border: none;
}

/************** Formatierung der Bereiche *******************************************************************/
#header{
	width: 780px;
	margin: 8px 0px 0px 8px;
	overflow: hidden;
	background: #FFF7C6;
	border-bottom: 3px solid #003366;
}
#tab-left{
	float: left;
	margin: 0px;
}
#tab-right{
	float: right;
	margin: 0px;
}
#logo-left{
	width: 102px;
	height: 72px;
	float: left;
	margin: 1px;
}
#logo-right{
	width: 28px;
	height: 15px;
	float: right;
	margin: 10px 1px 1px 1px;
	text-align: right;
}
#main{
	width: 780px;
	margin: 0 0 0 8px;
	border-bottom: 5px solid #003366;
	border-right: 1px solid #E5E5E5;	
	background: #FFF7C6;
}
#navigation{
	width: 138px;
	float: left;
	background: #FFF7C6;
	border-right: 1px solid #E5E5E5; 	
}
#main-nav{
	color:#fff;
	margin: 0;
	padding:0;
}
#content{
	margin: 0 0 0 140px;
	padding: 5px 5px 0px 10px;
	background: #ffffff;
}
#content-fr{
	margin: 0 0 0 2px;
	padding: 5px 5px 0px 10px;
	background: #ffffff;
	width: 630px
}

#right-bar{
	position: absolute;
	left: 800px;
	top: 11px;
	width: 160px;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFCC99;
}

#right-bar-content{
	background-color: #ECF1F3;
}

#right-bar-content p{
	margin:0;
	padding: 8px 0px 8px 0px;
	font:bold 11px verdana, sans-serif;
	border-bottom: 2px solid #FFCC99;
}

#right-bar2{
	position: absolute;
	left: 980px;
	top: 0px;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#right-bar-content2{
	background-color: #ECF1F3;
}

#right-bar-content p2{
	margin:0;
	padding: 0px 0px 0px 0px;
	font:bold 11px verdana, sans-serif;
	border-bottom: 2px solid #FFCC99;
}

#foot1{
	width: 780px;
	margin: 20px 0;
	border: 5px double #E5E5E5;
	color: #cccccc;
	background-color: #FFFFCC;
	text-align: center;
	padding:5px 0;
}

#foot2{
	width: 780px;
	margin: 20px 0;
	clear: both;
	border: 5px double #E5E5E5;
	color: #cccccc;
	background-color: #FFFFCC;
	padding:5px 0;
}

#foot3{
	width: 780px;
	margin: 20px 0;
	clear: both;
	padding:5px 0;
}

/************* Formatierung fuer die Ueberschriften allgemein ***************************************************/

/*************** SiteName für die Formatierung des Untertitels im head ************************************************************/
.pageTitel{
	padding: 10px 0px 10px 140px;
}

/*************** SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 140px;
	color: #666666;
}

/**************** pageName für die Formatierung des jeweiligen Seitennamens **************************************************************/
#pageName{
	padding: 10px 0 10px 10px;
}

/**************** Formatierung der einzelnen Ueberschriften *********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #003366;
}

h1{
	font-size: 180%;
	padding: 10px 0px 10px 3px;
}

h2{
	font-size: 150%;
}

h3{
	font-size: 130%;
}

h4{
	font-size: 110%;
}

h5{
	font-size: 110%;
}

h6{
	font-size: 100%;
	font-weight: normal;
}

/************* formatierung fuer Listen *****************************/
ul{
	list-style-type: disc;
	text-indent: 0px;
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/************** Formatierung der Tabellen ******************************/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

th {
	text-align : left; 
} 

tbody {
	text-align : left; 
} 


thead {
	color : #003366;
	text-align : left;
	background-color : #E5E5E5;
} 

tfoot {
} 

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/*************** Formatierung fuer Links allgemein ***************************************/

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

/*********** #navigation link styles ***********************************************************/
#navigation ul a:link, #navigation ul a:visited {display: block;}
#navigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles *******************************************************/
#nav-links{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
}

#nav-links a:link{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	font-weight:bold;
	font-size: 120%;
}

#nav-links a:visited{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	font-weight:bold;
	font-size: 120%;
}

#nav-links a:hover{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	font-weight:bold;
	TEXT-DECORATION: none;
	background-color: #FFFF00;
	font-size: 120%;
}

.nav-links2{
		background-color: #FFFF99;
}

.nav-links2 a:hover{
	background-color: #FF0000;
}

/*********** main-nav styles ***********/
#main-navigation{
	list-style:none;
	padding:0;
	margin:0;
}
#main-navigation li{
	float:right;
	padding: 0 1px 0 0;
	line-height:1.3em;
}
#main-navigation a{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	background: #046 url("tab-left.gif") no-repeat;
	padding-left: 10px;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active{
	color: #000; 
	background-color: #FFFF99;
}
#main-navigation a span{
	background: #046 url("tab-right.gif") right top no-repeat;
	padding-right: 10px
}
#main-navigation a:hover span,
#main-navigation a:focus span,
#main-navigation a:active span{
	background-color: #FFFF00;
}

/*********** relatedLinks styles ***********/

.relatedLinks{
	padding: 0px 0px 10px 8px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:hover{
    background-color: #FFFF00;
}

.relatedLinks a:visited {
}

/******************* Formatierung Katausgabe *************************/


.object-table {
	border : 1px solid #cccccc;
	height:220px; 
}
.object-head {
	background-color:#FFFFCC;
}
.object-title {
	font-weight : bold; 
	text-align : center; 
}

.object-description {
	text-align : left;
	line-height : 18px; 
}
.inhalt{
	margin:0;
	width:710px;
	text-align:center;
}
.nav-bar-next {
	background-color: #ffffcc; 
	text-align : left; 
	border: 1px solid #cccccc;
	margin:10px 0 20px 0;
	width:620px;
	height:auto;
} 
.nav-bar-eingrenzen {
	background-color: #ffffcc; 
	text-align : center; 
	border: 1px solid #cccccc;
	margin:20px 0;
	width:620px;
	height : 20px; 
} 
.nav-bar-result {
	background-color: #ffffcc; 
	border: 1px solid #cccccc;
	margin:20px 0;
	width:620px;
} 


/* formatierung datenfenster */

.nav-bar-top {
	margin : 10px 0 20px 0;
	padding:3px 0; 
	background-color: #ffffcc; 
	height : auto; 
	border : 1px solid #cccccc; 
	text-align : left;
	width:620px; 
	
}  
#right-bar-ort{
	position: absolute;
	left: 810px;
	top: 20px;
	width: 160px;
	text-align: left;
	background-color: #FAFAFA;	
	border: 2px solid #FFCC99;
	padding:5px 2px;
}
.foot-1 {
	margin: 0 0 10px 0;
	background : #ffffcc;
	border : 1px solid #cccccc;
	text-align : center;
	font-weight: bold;
	padding:5px 0;
	width:620px;
}
.kategorie {
	font-weight: bold;
}

.anmerkung {
	color: #006633;
}

.subtitle {
	line-height: 22px;
	font-weight: bold;
	background-color: #FFFFCC;
	border:1px solid #cccccc;

}

/*************** weiterlesen ****************/
a.readon:link,
a.readon:visited {
	padding: 3px 6px 3px 22px;
	text-decoration: none;
	color: #404040;
	background: #FFF7C6 url(arrow.png) no-repeat 4px center;
	border: 1px solid #e5e5e5;
}

a.readon:hover {
	background-color: #FFFF53;
	text-decoration: none;
}
