@charset "utf-8";
body {
	font-family:"Times New Roman", Arial, Helvetica, serif;
	font-size:1.3em;
	color:#000000;
	text-align:left;
	background-color:#ffffff;
	background-image:url(sbimage/sb_text.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0;
}

h1{
	font-family:"Times New Roman", Arial, Helvetica, serif;
	font-size:1.6em;
	color:#000000;
	text-align:center;
}

h2{
	font-family:"Times New Roman", Arial, Helvetica, serif;
	font-size:1.1em;
	color:#000000;
	text-align:center;
}

.ku {
	font-family:"Times New Roman", Arial, Helvetica, serif;
    font-style:italic;
    font-size:1.1em;
    color:#000000;
    text-align:left;
}

a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#000099; text-decoration:underline; }
a:active { color:#000099; text-decoration:underline; }

#kopf {
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	height: 30px;
	padding: 5px;
	background-color: transparent;
	border-bottom: 4px solid #ff0000;
}

.kopf1 {
	float:left;
	padding-left:20px
}

.kopf2 {
	float:right;
	padding-right:20px
}

#mitte {
	width:70%;
	max-width:1200px;
	margin:20px auto;
	padding:30px;
	background-color:#FFF;
	border-color:#666666;
	border-width:4px;
	border-style:ridge; 
	border-radius:8px;
	box-shadow:8px 8px 3px rgba(0,0,0, .4);
}

#unten {
	font-family:"Times New Roman", Arial, Helvetica, serif;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	width:90%;
	float:left;
	margin-left:5%;
	text-align:center;
}

a.mehr {
	display:inline;
	text-decoration:none;
}

a.mehr:link, a.mehr:visited {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

a.mehr:active, a.mehr:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
}
