/* allgemeine Einstellungen*/
/* BODY */
body {
	background: #F9F9F9;
	border: none;
	padding: 0 0 0 0;
	margin: 2px 2px 2px 2px;
	max-width: 1280px;
	min-width: 800px;
}

body, td, textarea {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #615A48;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}


/*Spaltenbreiten*/
.sp-left, .sp-right { width: 160px; }
.sp-center { width: 100%; }


/* Einstellungen für Verweise*/
a { text-decoration: none; }
a:link, a:focus, a:visited, a:active { }
a:hover { text-decoration: underline; }

a.aktuellemessen {
	margin: 0 0 10px 0;
	display: block;
}

/* Einstellungen für Menue*/
#menu { padding-top: 10px; }

a.omenu {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0px 5px 0px 0px;
}

a:hover.omenu, a.mo { text-decoration: none; }

a.umenu {
	font-size: 11px;
	display: block;
	padding: 1px 5px 1px 0px;
}

/* Einstellungen für Tabellenbereiche*/
#top-left, #top-center, #top-right, #mitte-left, #mitte-center, #mitte-right, #fuss-left, #fuss-center, #fuss-right {
	margin: 0 0 0 0;
	border: 1px solid #F9F9F9;
}

#top-left, #top-center, #top-right { height: 118px; }
#top-left, #top-right { width: 160px; }

#mitte-left, #mitte-right { border-bottom: none;}
#mitte-center, #fuss-center {
	background-color: #F9F9F9;
	padding: 0 0 0 0;
}

#fuss-left, #fuss-center, #fuss-right { height: 40px; }
#fuss-left, #fuss-right { border-top: none; }
#fuss-right {
	vertical-align: bottom;
	text-align: right;
	font-size: 9px; 
	color: silver; 
	padding: 5px 5px 5px 5px;
}

/* Einstellungen für Rand*/
.randr { padding: 5px 5px 5px 5px; }
.rand { padding: 10px 10px 10px 10px; }

/* Einstellungen für Fusszeile*/
.fuss {
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
	padding-top: 4px;
	clear: both;
}
#lastedit {
	font-size: 10px;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: bold;
}
h1 {
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 10px;
}
h2 { margin: 0 0 10px 0; }
h3, h4, h5, h6 { margin: 0; }

h1 {font-size: 16px; }
h2 {font-size: 14px; }
h3 {font-size: 14px; }
h4 {font-size: 12px; }
h5 {font-size: 12px; }
h6 {font-size: 11px; }

h3 { padding: 5px 5px 5px 5px; }
h2, h4, h5, h6 { padding: 0px 0px 2px 0px; }


/* Formulare */
form {
	margin: 0 0 0 0;
	display: inline;
}
fieldset {
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #DFDFDF;
}
legend {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px;
	font-weight: bold;
}
.formular {
	margin-bottom: 5px;
	clear: both;
}

label {
	cursor: pointer;
	margin: 2px 2px 2px 2px;
}

input, select, textarea {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

input, select, textarea {
	color: #000000;
	margin: 0 2px 0 2px;
	padding: 0 0 0 0;
}

textarea { height: 80px; }
.fehler {
	color: #990000;
	font-weight: bold;
}
.button-apf {}

/*Eingabefeld*/
input.eingabe-1 { width : 320px; }
input.eingabe-2 { width : 240px; }
input.eingabe-3 { width : 72px; }

textarea.eingabe-1 { width : 320px; }
textarea.eingabe-2 { width : 240px; }
textarea.eingabe-3 { width : 72px; }

select.eingabe-1 { width : 324px; }
select.eingabe-2 { width : 244px; }
select.eingabe-3 { width : 76px; }

/*Eingabefeld -Button*/
input.button {
	width: 156px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #00a76c;
	/*border-color: transparent;*/
	border-width: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.button-apf {
	width: 320px;
	font-weight: bold;
	cursor: pointer;
	background: #ffffff;
}

/*Eingabefeld -Checkbox*/
input.checkbox {
	margin: 0 0 0 2px;
}

.quick { font-size: 11px; }
input.quick {
	width: 26px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 4px;
}
select.quick {
	width : 118px;
	margin: 0 0 0 0;
}


/*Disclaimer/Quelle*/
.disclaimer, .quelle {
	background-color: #DFDFDF;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}
.disclaimer {
	width: 98%;
	height: 200px;
}

.quelle {
	margin: 5px 5px 5px 5px;
	width: 468px;
	font-family: "Courier New", Courier, monospace;
}

.mark { background-color: #F0F0F0; }

.red {
	color: #990000;
	font-weight: bold;
}

/* Horizontale Linie */
hr {
	margin: 10px 0 10px 0;
	border: none;
	height: 1px;
}


ul {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
ul.float137 { margin: 0 0 0 160px; }

ol {
	padding: 0 0 0 5px;
	margin: 0 0 0 20px;
}

li {
	padding: 0 0 0 0;
}


/* Einstellungen für Bilder mit Untertitel */
.galerie {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	width: 137px;
	height: 240px;
	display: block;
	text-align: center;
}

/* Einstellungen für Banner mit Beschreibung */
.banner137 {
	float: left; 
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	width: 137px;
	height: 137px;
	display: block;
}
/* Einstellungen für Banner mit Beschreibung */
.banner468 {
	float: left; 
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	width: 468px;
	height: 137px;
	display: block;
}


#nojava {
	position: relative;
	top: -21px;
}

#yesjava {
	position: relative;
	top: 0;
	visibility: hidden;
}

.btitel {
	margin: 0 5px 0 5px;
	font-size: 10px;
	color: #696969;
}
/*Fix der den Fehler beim umfliessen von Bildern durch listen lößt (zoom nur fürn IE)*/
.floatfix { display: table; }
/* * html .floatfix { z\oom: 100%; } */

.zurueck {
	font-size: 9px;
	color: #990000;
}

.auswahl {
float: left; 
width: 240px;
}
.detail {
border: 1px solid Gray; 
margin-left: 240px; 
padding: 5px 5px 5px 5px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .detail {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */

.kontaktv {
	float: left;
	width: 160px;
	padding-right: 5px;
}
.kontakth { margin-left: 160px; }

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .kontakth {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */

.pad {
padding-left: 25px;
}

.tabellenkopf {
	border-bottom: #000000 1px solid;
	font-weight: bold;
}
.marker {
	font-weight: bold;
}
.toplink {
	font-size: 10px;
}