@charset "UTF-8";

body { background: #fb0; margin: 0; padding: 0; }
#container { width: 1100px; background: #069; margin: 20px auto; border-radius: 16px; padding-left: 30px; padding-right: 30px; }
#header { color: #fff; text-align: center; margin: 0; padding: 10px; background-color: #069; background-image: url(../images/seit-1998.jpg); background-repeat: no-repeat; }
#content { width: 1050px; text-align: center; background-color: #fff; color: #069; margin: 10px; padding: 10px; border-radius: 16px; min-height: 400px; border: solid #fb0 4px; }
#footer { position: relative; clear: both; color: #fff; text-align: center; border-radius: 16px; }
#footer a, #footer a active, #footer a hover, #footer a visited { color: #fff; font-weight: bold; }

a img { border: none; }  
a { text-decoration:none; }

#content a, #content a:link, #content a:visited { font-weight: bold; text-decoration:none; color: #08c; letter-spacing:1px; }
#content a:hover, #content a:active, #content a:focus { font-weight:bold; text-decoration:none; color: #08c; background-color:#fb0; }

img.rahmen { border: solid #c90 2px; margin-right: 20px; margin-bottom: 20px; }

iframe { margin-left: 20px; }

ul { font-family: Times New Roman, Times, serif; color: #046; font-size: 18px; text-align: left; list-style-type: circle; padding-left: 45px; margin: 0; }
li { line-height: 1.4em; }

.links { text-align: left; }


#header h1, #header h1 a { font-family: Times New Roman, Times, serif; color: #fff; font-size: 40px; text-shadow: -3px 4px 6px #b80; padding: 20px; letter-spacing: 2px; margin: 0; }
#header p { font-family: Times New Roman, Times, serif; color: #fff; font-size: 20px; }
#header h1 a:active, #header h1 a:focus, #header h1 a:hover { color: #fff; text-shadow: -3px 4px 6px #fc0; text-decoration:none; }

a.navi, a.navi:link, a.navi:visited { font-weight:bold; text-decoration:none; color: #c60; background-color: #fff; border-radius: 12px; padding: 5px; margin: 10px; border: solid #80c 2px; }
a.navi:hover, a.navi:active, a.navi:focus { font-weight:bold; text-decoration:none; color: #609; background-color: #fc0; border-radius: 12px; padding: 5px; margin: 10px; border: solid #a0d 3px; }

#content h1 { font-family: Times New Roman, Times, serif; color: #80c; font-size: 26px; margin: 0; padding-top: 20px; padding-bottom: 10px; padding-right: 30px; padding-left: 30px; line-height: 1.3em; }
#content h2 { font-family: Times New Roman, Times, serif; color: #036; font-size: 22px; margin: 0; padding-top: 20px; padding-bottom: 5px; padding-right: 30px; padding-left: 30px; line-height: 1.3em; }
#content p {
	font-family: Times New Roman, Times, serif;
	color: #046;
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.4em;
}

#footer p {font-family: Times New Roman, Times, serif; color: #fff; font-size: 22px; margin: 0; padding: 20px; }

.fltrt { float: right; margin-left: 10px; }
.fltlft { float: left; margin-right: 10px; }

.zentriert { text-align: center; }

.punkt { position: relative; top: -0.3em; font-size: 110%; font-weight: bold; margin-left: 10px; margin-right: 10px; }

div.mittig { margin: 10px auto;
	text-align: left;
	width: 400px;
	padding: 10px;
	background-color: rgba(210,160,255,0.4);
	border-radius: 12px;
}

hr { margin-left: 30px; margin-right: 30px;
	border-top-style: dotted;
	border-top-width: 6px;
	border-top-color: #fb0;
	border-collapse: collapse;
	border-bottom: 0;
}