/* CSS Document */


/*-----------------------------------------------------

Allgemeines, Ueberschriften etc.

-----------------------------------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


h1 {
	font-size:22px;
	font-weight:bolder;
	color:#173165;
	text-indent:50px;
}


h2 {
	font-size:16px;
	font-weight:bolder;
	color:#173165;
	text-indent:70px;
	line-height:13px;
}


h3 {
	font-size:14px;
	font-weight:bolder;
	color:#173165;
	line-height:13px;
}

hr {
	color:#FFFFFF;
}

img {
	border:none;
}

img.bild {
	border-top-style:none;
	border-left-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	padding-right:5px;
	padding-bottom:5px;
}


img.portrait {
	text-align:right;
	border-top-style:none;
	border-left-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	padding-right:5px;
	padding-bottom:5px;
}

.contentbox {
	padding-left:10px;
}


a:link {
	text-decoration:none;
	color:#000000;4
}


a:visited {
	text-decoration:none;
	color:#333333;
}


a:hover {
	text-decoration:underline;
	color:#000000;
}

p.backlink {
	text-align:right;
	font-size:10px;
	text-decoration:underline;
	font-style:italic;
}

p.small {
	font-size:12px;
	text-decoration:none;
	font-style:italic;
}


/*-------------------------------------------------------------------
---------------------------------------------------------------------
Positionierung von Bildern
---------------------------------------------------------------------
-------------------------------------------------------------------*/

.mainbox {
	position:absolute;
	width:900px;
}


.titelbilder {
	position:absolute;
	left:110px;
	top:30px;
}


.logo {
	position:absolute;
	right:55px;
	top:20px;
}

.button1 {
	position:absolute;
	left:110px;
	top:200px;
}

.button2 {
	position:absolute;
	left:90px;
	top:300px;
}

.button3 {
	position:absolute;
	left:100px;
	top:420px;
}

.button4 {
	position:absolute;
	left:60px;
	top:500px;
}

.button5 {
	position:absolute;
	left:100px;
	top:600px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
Haupt-Layout-Tabelle
---------------------------------------------------------------------
-------------------------------------------------------------------*/


td {
	vertical-align:top;
	}

td.oben_links {
	background-image:url(oben_links.jpg);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:bottom;
}

td.oben_mitte {
	background-image:url(oben_mitte.jpg);
	background-repeat:repeat-x;
}

td.oben_rechts {
	background-image:url(oben_rechts.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

td.mitte_links {
	background-image:url(links_mitte.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

td.mitte_mitte {
	background-color:#9F96C2;
}


td.mitte_rechts {
	background-image:url(rechts_mitte.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

td.unten_links {
	background-image:url(unten_links.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

td.unten_mitte {
	background-image:url(unten_mitte.jpg);
	background-repeat:repeat-x;
}

td.unten_rechts {
	background-image:url(unten_rechts.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
