@charset "utf-8";
/*** ------------------ Layout --------------- ***/
body {
	color:#000;
	background-color:#fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
} 

#nav,#marginalie,div.foot,#sitesearch {
	display:none;
}
#homelink {
	display:block;
	width:16.05cm;
	height:3cm;
	text-indent:-10em;
	background:url(gfx/tzo-logo-bwprint.gif) no-repeat;
}
div.breadcrumbs {
	margin:0.5em 0em 0.5em 1.6em;
}
img.type_icons {
	vertical-align: bottom;
	border: none;
}
#content {
}

/*** ------------------ Schriftstile --------------- ***/
#content h1,
#content h2,
#content h3,
#content h4 {
	font-family:"Lucida Sans Unicode","Lucida Sans",Lucida,Helvetica,Arial,sans-serif;
	color:#4c4c4c;
	margin:0em;
}
h1 {
	font-size:2em;
	padding-left:0.8em;
	padding-top:0.5em;
}
h2 {
	font-size:1.25em;
	padding-left:1.2804em;
	padding-top:0.66em;
}
h3 {
	font-size:1em;
	padding-left:1.6em;
	padding-top:1.0em;
}
#content p {
	line-height:1.5em;
	margin:0em;
	font-size:0.9em;
	padding:0.55em 7.7em 1.1em 3.32em;
}
#content p.left {
	padding:0em 8.75em 0em 2em !important;
	font-size:0.8em;
}
.datum {
	margin-bottom:0.5em;
	font-style:italic;
}
h2 span.extrainfo {
	float:right;
	text-align:right;
	padding-right:11.196em;
	color:#000;
	font-size:0.5em;
	font-weight:lighter;
}
.rechts,
#weiter {
	text-align:right;
}
hr.trennlinie {
	border: 1px dashed #4774B8;
	margin:0em 7em 0em 1.6em;
	min-width:15em;
	clear:left;
}
div.systemfehler {
	margin:1em 1.6em;
	width:28.4em;
	border:1px solid red;
	padding:0.5em;
	background-color:#fdd;
}
div.systemerfolg {
	margin:1em 1.6em;
	width:28.4em;
	border:1px solid green;
	padding:0.5em;
	background-color:#dfd;
}
.hervorhebung {
	font-weight:bolder;
}
.geloescht {
	text-decoration:line-through;
	color:#444;
	background-color:#ddd;
}
p img.extern {
}

p img.links {
	vertical-align:text-top;
	float:left;
	margin-right:1.6em;
	margin-top:0.3em;
}
/*** ----------------------------- Formulare ---------------------- ***/
#content form {
	margin:1em 0em 2em 1.6em;
	font-size:1em;
	padding:0em;
	border:0em #fff;
}
fieldset {
	padding:0em;
	margin:1em 0em 0em 0em;
	border:0em;
}
label {
/*	margin-left:1.6em; */
}
textarea {
	width:28.4em;
	height:10em;
	margin:0em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:0.2em;
	letter-spacing:0.05em;
	border:1px solid #4774B8;
}
input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	letter-spacing:0.05em;
	padding:0.2em;
	border:1px solid #4774B8;
	margin-top:0.5em;
}
select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	letter-spacing:0.05em;
	padding:0.2em;
	border:1px solid #4774B8;
	margin-top:0.5em;
}
#kurs {
	width:28.4em;
}
/* ie made this too big - the content was underneath it. */
* html #login {
	width: 5em;
}

/*** --------------------------- Bildergalerie ----------------- ***/
div.album {
	margin:1em 0em 2em 1.6em;
	padding-left: 8em;
	width:27.8em;
	min-height:8em;
}
div.albenbox {
	width:8em;
	height:8em;
	margin-left:-8em;
	text-align:center;
	vertical-align:text-top;
	float:left;
	display:inline;
}
div.thumbnailbox:hover {
	background:#a5c9fF;
}
/* * html div.albenbox {
	width:auto;
	height:auto;
	margin-left:-4em !important; 
} */
.thumbnailbox {
	width:8em;
	height:8em;
	float:left;
	margin:0.5em 0em 0.5em 1.6em;
	display:inline;
	text-align:center;
	border:0em;
	color:#fff;
	background-image:url('gfx/loading.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.thumbnailbox:hover {
	background:#a5c9fF;
}

#content img {
	border:0em;
}
/* sieht aus wie h2, ist aber nur in der Bildergalerie zu verwenden */
h4 {
	font-size:1.5em;
	padding-left:1.067em;
	padding-top:0.66em;
	display:inline;
}
img.einzelbild {
	margin:2em 1.6em;
	width:28.8em;
	min-width:28.8em;
}
ul.searchresults,
ul.searchresults li{
	margin:0;
	padding:0;
	list-style: none;
}