/* --- Allgemeines und Layout --- */
* {
	padding:0;
	margin:0;
}
html, body { 
	width:100%;
	height:100%;
}
body {
	background:#FCF4E8;
	font:normal normal normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
}
.fix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .fix {height:1%;}
/* End hide from IE-mac */
/* --- */


/* --- Links --- */
a:link, a:hover, a:active, a:visited, a:focus {
	font:normal normal bold 12px/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
 }
a:link,  a:visited {color:#808080;}
a:hover, a:active, a:focus {color:#C0870E;}

#layoutAbc a {font-size:14px;}
#layoutSuche a, #layoutMenu a, .boxBlaettern a {font-size:10px;}
/* --- */


/* --- Container/Boxen: Verhalten, Aussehen, Ausrichtung --- */
.displayBlock {display:block;}
.floatLeft {float:left;}
.floatRight {float:right;}

.alignLinks {text-align:left;}
.alignRechts {text-align:right;}

.noBorder {border:none;}
.Border {border:1px dashed #ff000;}

.backGrau {background-color:#fff;}
.backHead {
	background-color:#fff;
	border-width:0 0 3px 0;
	border-style:solid;
	border-color:#000;
}
.backHell {background-color:#e6e6e6;}
.backDunkel {background-color:#d8d8d8;}
/* --- */


/* --- Schriften: Farben, Groe§en, Stile --- */
h1, h2 {font-weight:bold;}
h1 {
	font-size:18px;
	line-height:22px;
	margin:0 0 60px 0;
}
h2 {
	font-size:15px;
	line-height:19px;
	margin:0 0 20px 0;
}

.colorGrau {color:#808080;}
.colorRot { color:#ba0003;}

.fontSmall {font-size:10px;}

.bold {font-weight:bold;}
/* --- */


/* --- Bilder, Grafiken, Fotos, Icons --- */
#imgLogo {
	width:109px;
	height:94px;
	position:absolute;
	top:10px;
	left:10px;
}
#imgTitel {
	width:199px;
	height:89px;
	position:absolute;
	top:40px;
	left:200px;
}
/* --- */


/* --- Layout Container/Boxen --- */
#layoutStreifen {
	width:50px;
	height:100%;
	position:absolute;
	top:0;
	left:120px;
	background-color:#ede1be;
	border:1px dotted #edeccd;
}
#layout                { position: absolute; top: 0px; left: 200px; width: 125px; height: 100%; visibility: visible }
#layoutKopf {
	width:560px;
	padding:170px 0 0 0;
	vertical-align:top;
}
#layoutAbc {
	width:400px;
	height:30px;
	padding:14px 0 0 0;
}
#layoutSuche {
	width:150px;
	height:50px;
}
#layoutInhalt {
	width:520px;
	padding:25px 20px 40px 20px;
 	background-color:#f9eedc;
 	border:1px dashed #fff;
}
#layoutMenu {
	width:100px;
	padding:5px 5px;
	border:1px dashed #a2a2a2;
	position:absolute;
	top:150px;
	left:40px;
}
/* --- */


/* --- Formulare --- */
input {
	padding:2px 5px;
	font:normal normal normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #000;
	background-color:#fff;
}
#inputImg {
	padding:0;
	border:none;
	background-color:none;
}
/* --- */


/* --- Tabellen, Klassen und Stile der einzelnen Templates --- */
.boxBlaettern {
	width:500px;
	margin:10px 0 10px 0;
}
#tabListe {
	width:520px;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0px;
}
td {padding:3px 5px;}
.tdName, .tdVor, .tdGeb {width:140px;}
.tdFeld {width:120px;}
.tdInhalt {width:300px;}
/* --- */