@CHARSET "ISO-8859-1";

body {
	text-align: center;
	/*background-color: #e0e0e0;*/
	background-color: #aaaaaa;
	background-image: url(../img/bg2.png);
	background-repeat:repeat-x;

}

h1 {
	margin-top: 14px;
	margin-bottom: 5px;
	color: #707173;
	font-family: "Arial Black", Arial;
	font-weight: bolder;
	font-size: 16pt;
}

h2 {
	color: #868788;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: "Arial Black", Arial;
	font-weight: bold;
}

img {
	border: 0px;
}

a { 
    text-decoration: none; 
    font-size: 10pt; 
    /*font-family: "Arial Black", Arial; */
    font-family: "Arial", Arial;
   /* font-weight: bold; */
    color: #707070;
    
}
a:hover { text-decoration: underline; }

a:active { color: #907070; }

p {	margin-top: 0px;}

#inhalt {
	width: 886px;
	text-align: left;
	background-color: #ffffff;
}

.text {
	color: #444444;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
}

.linie {
	border-top: 1px solid #c2c3c3;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0px;
	line-height: 0px;
}

.link-deaktiviert {
	color: #c6c7c8;
}




.content {
    font-size: 12pt;
    font-family: "Arial", Arial;
}

.content h1 {
    margin-top: 2px;
	margin-bottom: 5px;
	color: #000000;
	font-family: "Arial", Arial;
	font-weight: bold;
	font-size: 20pt;
}

.content h2 {
    margin-top: 2px;
	margin-bottom: 5px;
	color: #000000;
	font-family: "Arial", Arial;
	font-weight: bold;
	font-size: 14pt;
}

.content p {
    text-align: justify;
}

.content a {
    font-family: "Arial", Arial;
    font-weight: bold;
    text-decoration:underline;
     font-size: 10pt;
}

.content a:hover {
    background-color:yellow;
}

.footer {
    color:white;
    font-size:10pt;
    font-weight: bold;
}
