* {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
p {margin:0 0 0.15em 0;padding:2px}

body {
    background-color:#ff0;
	color: #000;
	position:relative;/* for ie7*/
	font-size:100%;
	background-color:rgb(254,157,66);
}
h1 {
	margin:10px 0;
	font-size:150%;
	color:#000;
}
h2 {
	color:#000;
}
#outer{
	min-height:100%;
	margin:0 0px 0 170px;
	background:#f7f7f7;
/*	background-color:rgb(254,145,42);*/
	
/*	
	border-left:1px dashed #AAA;
	border-right:1px dashed #AAA;
*/
	color: #000;
	padding:0px 10px;
}

* html #outer{height:100%;} /*IE treats height as min-height anyway*/

#Kopfzeile{
	position:absolute;
	right:5px;
	top:0px;
	height:20px;
	width:95%;
	text-align:right;
	font-size:.75em;
}
#Kopfzeile a{
	color:#3c6794;
}
#LinkeSpalte {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:left;
	margin-left:-174px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	margin-top:30px;
	color:#000;
	left:-1px;
	padding-bottom:0px;/* clear footer*/
	background-color:rgb(254,157,66);
}

 
#Hauptinhalt {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:10px;/* clear footer*/
	margin-left:-1px;
	background-color:#f7f7f7;
}
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:10px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

div.centered {
	width: auto;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.Menue {
	list-style-type:none;
	line-height:3ex;
}	
.Menue li {
	border-bottom:1px solid #000;
}
.Menue li ul{
	list-style-type:none;
	line-height:2.5ex;
	font-size:smaller;
}	
.Menue li li{
	border-top:1px solid #000;
	border-bottom:0px solid #000;
	margin-left:20px;
}

.Menue li a, 
.Menue li a:link, 
.Menue li a:visited, 
.Menue li a:active, 
.Menue li a:hover
{
	text-decoration: none;
	cursor: pointer;
	color:#000;
	display:block;

}

.Menue li a:hover {
	background-color:#f7f7f7;
	width:100%;
	display:block;
	color:#000;
}

.abcd{
	border-top:1px solid #000;
}

#Hauptinhalt ul,
dl,
p {
	text-align:justify;
	max-width:35em;
	margin-right:auto;
	margin-left:auto;
}

p.Zitat {
	text-align:justify;
	max-width:30em;
	margin-right:auto;
	margin-left:auto;
}

.Figure {
	margin: 3px;
	border: 1px solid #000;
	height: auto;
	float: left;
	text-align: left;
	padding:0px;
	border-color: #AAA;
	background-color:#F9F9F9;
	width:150px;
}

.Figure .Picture{
	display: block;
	margin: 0px;
	border: 1px solid #000;
	padding:0 0px;
	margin:9px;
	border-color: #AAA;
	background-color:#7FFFD4;
	height:185px;
}

.Figure .Picture img
{
	width:100%;
	height:100%;
	background-color:#7FFFD4;
}
.Figure .Picture a
{
	margin:0;
	border:0;
	padding:0;
	display:block;
	width:100%;
	height:100%;
}

.Figure .Description {
	display: block;
	text-align: left;
	font-weight: normal;
	margin: 9px;
}
#SiteMap ul {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-top:10px;
	font-size:90%;
	
}
#SiteMap ul ul {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-left:-5px;
	margin-top:0px;
}
#SiteMap li {
	margin:0;
	padding:0;
	white-space:nowrap ;
	padding-top:10px;
}

#SiteMap li li{
    border:1px dotted #555;
	border-right-width:0 ;
	border-top-width:0;
	width:1.5em;
	overflow:visible;
	text-indent:2em;
}

#SiteMap li li.SubDivision {
	border-bottom-width:0;
	height:auto;
}

#SiteMap li li.LastSubDivision {
	border-bottom-width:0;
	border-left-width:0;
}

dt
{
	color: #000;
	font-weight: bold;
	font-size: 1.05em;
}
dd {
	text-indent :0em;
}

#Impressum p {
	margin-top: 5px; 
	margin-bottom: 0px;
}

#Hauptinhalt li {
	margin-left:3em;
}

.BildZurueck,
.BildVor {
	 display:block;
	 border-style:solid; 
	 line-height:0px;
	 width:0px;
	 height:0px;
	 float:left;
	 margin-right:15px;
 	 border-color: #f7f7f7 #3c6794; 
	 cursor:pointer;
} 

iframe.Fotostrecke {
	width:94%;
	height:420px;
	border:0px;
	margin-left:3%;
	margin-right:3%;
	margin-top:10px;
	margin-bottom:-20px;
}

.Fotostrecke {
	background-color:#fff;
}
.BildVor {
	border-color: transparent #3c6794; 
	border-style:dotted solid;
	border-width:25px 0px 25px 50px;
	position:absolute;
	right:5px;
	top:50%;

} 
.BildZurueck {
	border-color: transparent #3c6794; 
	border-style:dotted solid;
	border-width:25px 50px 25px 0px;
	position:absolute;
	left:5px;
	top:50%;
} 

.AktuellesBild {
	position:absolute;
	width:520px;
	height:520px;
	left:50%; 
	margin-left:-260px;
	top:50px;

	}

.Hochformat {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	
}
.Querformat {
	margin-top:50px;
	margin-bottom:auto;
	width:100%;
}

.Bildtitel {
    font-weight:bold;
	position:absolute;
	text-align:center;
	width:100%;
	top:20px;
}
.Bilderteiler {
	border:0px solid #fff;
	padding:6px 3px 6px 6px;
	width:auto;
	text-align:center;
}

.Bilderteiler img {
	height:100px;
	border:1px solid #999;
	padding:4px;
	background-color:#fff;
	margin:0;
}
.Bildinformation {
	position:absolute;
	width:120px;
	height:auto;
	right:5px; 
	bottom:5px;
}
.Bildlink{
	position:absolute;
	margin-left:-120px;
	width:120px;
	height:auto;
	left:-5px; 
	bottom:75px;
	font-size:80%;
}

#outer.Bild{
	min-width:700px;
}
#outer.MonBild{
	min-width:790px;
}

#outer.Bild #Hauptinhalt{
	min-height:580px;
}

a {
	color:#000;
}

.Administration,
.Administration ul{
	list-style-type:none;
}
.Kopfmenue
{
	margin: 0 0 0 10px;
	padding: 3px 0 4px 0;
	white-space: nowrap;
	font-size:.75em;
}

.Kopfmenue ul
{
	text-align: left;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.Kopfmenue ul ul
{
	text-align: left;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline;

}
.Kopfmenue ul li,
.Kopfmenue ul li ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0 ;
}
.Kopfmenue ul li ul li
{
	margin: 0 5px 0 2px;
}

input:focus,
select:focus,
textarea:focus{
	background-color:#ffffdf;
	color:#000000;
}
.Parameterpflege {
	width:100%;
	
}

.Parameterpflege table {
	border: none;
	color: #000000;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	width:100%;
}

.Parameterpflege table a:link, 
.Parameterpflege table a:visited, 
.Parameterpflege table a:active {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

.Parameterpflege table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.Parameterpflege table caption {
	background-color: transparent;
	color: #000000;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

.Parameterpflege table, 
.Parameterpflege td, 
.Parameterpflege th {
	margin: 0;
	padding: 0;
}

.Parameterpflege tbody td, 
.Parameterpflege tbody th {
	background-color: #fff6bf;
	border-bottom: 2px solid #FFF6BF;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
	font-weight:normal;
}
.Parameterpflege tbody td {
	width:200px;
	text-align:center;
}

.Parameterpflege tbody tr.odd th, 
.Parameterpflege tbody tr.odd td {
	background-color: #FFFCE8;
	border-bottom: 2px solid #FFF9D6;
}
.Parameterpflege tbody tr.fehler th, 
.Parameterpflege tbody tr.fehler td {
	background-color: #FEE0AE;
	border-bottom: 2px solid #F94334;
	border-top: 2px solid #F94334;
}

.Parameterpflege tbody tr.aenderung th, 
.Parameterpflege tbody tr.aenderung td {
	background-color: #FEE0AE;
	border-bottom: 2px solid #00f;
	border-top: 2px solid #00f;
}

.Parameterpflege tbody tr.artikel th, 
.Parameterpflege tbody tr.artikel td {
	border-bottom: 2px solid #00f;
	border-top: 2px solid #00f;
}

.Parameterpflege.Highlight tbody tr:hover th, 
.Parameterpflege.HighlightHeader tbody tr:hover th {
	background-color: #FCDD8F;
}

.Parameterpflege.Highlight tbody tr:hover td, 
.Parameterpflege.HighlightColumn tbody tr:hover td {
	background-color: #FCDD8F;
}

.Parameterpflege.Highlight tbody tr:hover .odd th, 
.Parameterpflege.Highlightheader tbody tr:hover th {
	background-color: #FCDD8F;
}

.Parameterpflege.Highlight tbody tr.odd:hover td, 
.Parameterpflege.Highlightcolumn tbody tr.odd:hover td {
	background-color: #FCDD8F;
}


.Parameterpflege td, 
.Parameterpflege th {
	vertical-align: middle;
}

.Parameterpflege tfoot td, 
.Parameterpflege tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

.Parameterpflege thead th ,
.Parameterpflege thead td {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
}
.Alert {
	background: #FEE0AE url(../bilder/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #F94334;
	border-bottom: 2px solid #F94334;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Success {
	background: #fff6bf url(../bilder/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-top: 20px;
	margin-bottom: 20px;
}

.BisherigeBilder {
	text-align:center;
	padding:20px 0 10px 0;
	margin-top:20px;
}

.BilderBisher  {
	width:300px;
}

.Menue li a .Hinweis {
	color:#FFF;
}

.Menue li a:hover .Hinweis {
	color:#000;
}