body {
	background-image: url(../bilder/vorhang_blau_heller.jpg);
	background-repeat: repeat-x;
	font-family:"Book Antiqua";
}


#container {
	position:absolute;
	left:200px;
	width:660px;
	height:600px;
	z-index:1;
}

/*Kopfteil*/
#titel {
	position:absolute;
	left:0px;
	top:0px;
	width:660px;
	height:200px;
	z-index:2;
}
.head {
	color: #DFDCE4;
	font-size:70px;
	font-family:"Book Antiqua";
}
a.head_verlinkt {
	color: #DFDCE4;
	font-size:70px;
	font-family:"Book Antiqua";
	text-decoration:none;
}
.untertitel {
    font-size: 12px;
	color:#DFDCE4;
	font-family:"Book Antiqua";
}
a.navi_klein {
	font-family:"Book Antiqua";
	font-size: x-small;
	font-weight:bold;
	color: #dfdce4;
	text-decoration: none;
}
a.navi_klein:hover {
	font-family:"Book Antiqua";
	font-size: x-small;
	font-weight:bold;
	color: #a6a6a6;
	text-decoration: underline;
}
.link_aktiv {
	font-family:"Book Antiqua";
	font-size: x-small;
	font-weight:bold;
	color: #a6a6a6;
	text-decoration: none;
}

/*Hauptfenster mit grafischer Navigation*/
#inhalt {
	position:absolute;
	left:0px;
	top:225px;
	width:660px;
	height:400px;
	z-index:5;
	background-color: #DFDCE4;
}
#navigation {
	position:absolute;
	left:0px;
	top:200px;
	width:660px;
	height:25px;
	z-index:7;
}
#unter_buch {
	position:absolute;
	left:132px;
	top:225px;
	width:132px;
	height:155px;
	z-index:8;
	visibility: hidden;
}
#unter_bio {
	position:absolute;
	left:0px;
	top:225px;
	width:132px;
	height:85px;
	z-index:9;
	visibility: hidden;
}
#unter_download {
	position:absolute;
	left:528px;
	top:225px;
	width:132px;
	height:25px;
	z-index:10;
	visibility: hidden;
}
#blind {
	position:absolute;
	left:-29px;
	top:182px;
	width:720px;
	height:226px;
	z-index:6;
	visibility: hidden;
}
#abschluss {
	position:absolute;
	left:0px;
	top:380px;
	width:660px;
	height:20px;
	z-index:4;
}

/*Text*/
#textebene {
	position:absolute;
	left:65px;
	top:30px;
	width:585px;
	height:330px;
	z-index:7;
	overflow: auto;
	background-color: #DFDCE4;
}
h4 {
	font-family:"Book Antiqua";
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #1D2966;
	color: #1D2966;
}
h5 {
	font-family:"Book Antiqua";
	color: #1D2966;
	padding-left: 20px;
	font-size: 18px;
}
p {
	font-size: small;
	padding-left: 20px;
	font-family:"Book Antiqua";
	color: #1D2966;
	text-align:justify;
	margin-right: 20px;
}
ul {
	font-family:"Book Antiqua";
	font-size: small;
	color: #1D2966;
}
a.link {
	font-family:"Book Antiqua";
	font-size: small;
	font-weight:bold;
	color: #1d2966;
	text-decoration: underline;
}
a.verweis {
	font-family:"Book Antiqua";
	font-size: small;
	color: #1D2966;
	text-decoration: underline;
}
img.auswahl {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 0px;
	float: left;
	padding-bottom: 10px;
}
a.mail {
	font-family:"Book Antiqua";
	font-size: small;
	font-weight:bold;
	color: #1D2966;
	text-decoration: underline;
}
a.mail:hover {
	font-family:"Book Antiqua";
	font-size:medium;
	font-weight:bold;
	color: #1D2966;
	text-decoration: underline;
}
.textueberschrift {
	font-family:"Book Antiqua";
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #1D2966;
	text-decoration: none;
}
.bildabstand_unten {
	margin-bottom: 10px;
}
.bildabstand_unten_lang {
	margin-bottom: 47px;
}

/*Formular*/
.zelleninhalt {
	font-family:"Book Antiqua";
	font-size: small;
	color: #1D2966;
	padding-left:5px;
}
input, textarea {
	font-family:"Book Antiqua";
	color: #1D2966;
	width: 150px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #1D2966;
}
.ausnahme_submit {
    font-family:"Book Antiqua";
	color: #1D2966;
	width: 70px;
	font-weight:bold;
	font-size:x-small;
	padding-left:15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
.kontakt_zusatz {
	font-size: x-small;
}
