/* 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 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	color: #000000;
}

/*Spaltenbreiten*/
.sp-left{ width: 160px; }
.sp-center{ width: 100%; }
.sp-right{ width: 160px; }



/* Einstellungen für Verweise*/
a { text-decoration: none; }
a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }
a.ext {
	text-decoration: underline;
}


/* Einstellungen für Menue*/
#menu {
	padding-top: 5px;
	font-size: 12px;
}

a.menu {
	display: block;
	width: 100%;
	/*border-bottom: 1px solid White;*/
	padding: 2px 5px 2px 17px;
	font-weight: bold;
}
a:hover.menu, a:hover.mmenu, a.mmenu {
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 17px;
	/*border-bottom: 1px solid #D2002D;*/
	text-decoration: none;
}
/* Einstellungen für Menue*/
a.umenu{
	display: block;
	padding: 1px 5px 1px 27px;
	/*background: url(../l-pix/pointer.gif) no-repeat 5px 5px;*/
}
a:hover.umenu, a.umenum, a:hover.umenum {
	display: block;
	padding: 1px 5px 1px 27px;
	/*background: url(../l-pix/pointer.gif) no-repeat 5px 5px;*/
	text-decoration: none;
}

/* Einstellungen für Fusszeile*/
#fuss {
	text-align: right;
	padding-top: 3px;
}
a.fuss { font-size: 10px; }
a:hover.fuss { text-decoration: none; }


/* Einstellungen für Rechts*/
.rand { padding: 5px 5px 5px 5px; }

#top-left, #top-center, #top-right, #mitte-left, #mitte-center, #mitte-right {
	margin: 0 0 0 0;
	border: 1px solid #F9F9F9;
}

#mitte-center { padding: 0 0 0 0; }

#top-left, #top-center, #top-right { height: 120px; }
#top-left, #top-right { width: 160px; }

.mitte { padding: 5px 5px 5px 5px; }


/* Überschriften */
h1, h2, h3 { text-align: left; }

h1, h3 {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}
h1 { margin: 0 0 15px 0; }

h2 {
	font-size: 14px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 { margin: 0; }

h4 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}

/* Bildbeschreibung */
.bildb { font-size: 10px; }

.galerie {
	float: left;
	margin: 0 5px 5px 0;
}

/* Quick-Finder */
.quick { font-size: 10px; }
input.quick {
	width: 26px;
	margin-left: 4px;
}
select.quick { width : 118px; }

.line {
	padding: 5px 5px 5px 5px;
}
hr {
	background-color: #000000;
	border: none;
	color: #000000;
	height: 1px;
}
.fehler { 
	color: #E60003;
	font-weight: bold;
}
.eg { padding-left: 5px; }

.marker {
	font-weight: bold;
}