@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri, Arial;
	font-size:12pt;
	color:#383838;
}
img {
	border:0;
}

#container {
	border:0;
	padding:0;
	border-spacing:0;
	margin-top:20px;
	margin-left:20px;
	width:901px;
	margin:0 auto;
}
#firstrow {
	height:65px;
}
#wohlzeile {
	background-image:url(../img/wohlzeile.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:187px;
}
#navitop {
	vertical-align:bottom;
}
#figures {
	margin-left:20px;
}
#linetop {
	background-image:url(../img/headline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:10px;
    width:704px;
}
#endtop {
	background-image:url(../img/headline_end.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:10px;
	height:10px;
}
#miteinander {
	background-image:url(../img/miteinander.png);
	background-repeat:no-repeat;
	height:24px;
}

#content {
	text-align:center;
}
#text {
	text-align:left;
	vertical-align:top;
    width:477px;
    
}

#beginfoot {
	background-image:url(../img/footline_begin.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:11px;
	height:8px;
}
#linefoothold {
	background-image:url(../img/footline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:176px;
	height:8px;
}
#linefoot {
	background-image:url(../img/footline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:auto;
	height:8px;
}
#endfoot {
	background-image:url(../img/footline_end.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:10px;
	height:8px;
}
#navifoot {
	text-align:right;
}

#ueberschrift {
	font-size:14pt;
	font-weight:bold;
}
#inhalt {
	margin-left:20px;
    margin-right:60px;
    text-align:justify;
}
#button {

	vertical-align:top;
}
#bild {
	vertical-align:bottom;
	width:424px;
}
#place {
	width:70px;
}

.kommentar {
	font-size:10pt;
}
.kursiv {
	font-style:italic;
}
.aktiv {
	color:#d93144;
}
.rot {
	color:#d93144;
/*	color:#d81d28;*/
	font-weight:bold;
	font-size:14pt;
}
.rechts {
	text-align:right;
}
.fett {
	font-weight:bold;
}

a:link {
	color:#383838;
	text-decoration:none;
}
a:visited {
	color:#383838;
	text-decoration:none;
}
a:active {
	color:#383838;
	text-decoration:none;
}
a:hover {
	color:#a6a6a6;
	text-decoration:none;
}
