/* Standardelemente */

html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #ce3e3e;
  text-decoration: none;
}

a:hover {
	color: #de3e3e;
	text-decoration: underline;
}

body {
     background: #f6f6d2; /* #E7E7E2; */
     color: #444;
     font: normal 70% sans-serif;
     padding-top: 20px;
}

p,quelltext,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em sans-serif;}
h2 {font: normal 1.4em sans-serif;}
h3 {font: normal 1em sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

quelltext {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* Sonstiges */
.abschluss {clear: both; font-size: 0;}
.links {float: left;}
.rechts {float: right;}

/* Struktur */
.innenkapsel {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 1000px;
}

.aussenkapsel {
	/* background: #E7E7E2; */
	background: #f6f6d2; /* #E7E7E2; */
	padding-bottom: 64px;
}

/* kopf & titel */
.kopf {
	background: #FFFFFF url('illustrationen/ufer.png') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 10px;
}
.kopf .titel {
      color: #000000;
      padding-top: 35px;
}
.kopf .titel .seitenname a {
/*	border-bottom: 1px dashed #657382; */
	color: #000000;
	font: bold 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.kopf .titel a:hover {border-color: #06C;}
.kopf .titel .motto {
	font: bold 1.5em sans-serif;
	padding-top: 6px;
}

/* pfad */
.pfad {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 2px 12px;
}
.pfad a {
	color: #FAFAFA;
	text-decoration: none;
}
.pfad a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Betrifft den Textkörper */
.main {
	background: url(illustrationen/hauptteil.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 758px;
}
.content .beschr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	/* list-style: url(illustrationen/listenelement.gif); */
	list-style: disc;
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* auswahl */
.auswahl {
	float: left;
	width: 210px;
}
.auswahl h2 {
	color: #5A5A43;
	font: bold 1.2em sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.auswahl ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.auswahl li {border-bottom: 1px solid #EAEADA;}
.auswahl li a {
	font: 1.0em sans-serif;
	line-height: 8px;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.auswahl li a:hover {
/*	background: #F0F0EB; */
	background: #949490;
/*	color: #654;*/
	color: #fff;
}

/* fuss */
.fuss {
	background: #949490;
	color: #F7F7F2;
	font-family: sans-serif;
	font-size: 90%;
	margin-top: 5px;
	padding: 2px 12px;
}
.fuss a {
	color: #F7F7F2;
	text-decoration: none;
}
.fuss a:hover {color: #FFC;}

.infokasten {
    float: right;
    width: 265px;
    margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #949490;
    font: normal 90% sans-serif;
}

.nachoben {
    float: right;
}

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(illustrationen/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(illustrationen/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(illustrationen/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(illustrationen/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

