﻿/* Einteilung */
#container {
	padding: 0;
	border: 0;
	width: 902px;
	margin: 10px auto;
}
#kopf {
	margin: 0;
	padding: 10px;
	width: 880px;
	height:102px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #c0c0c0;
	background-color: #e9e7fe;
}
#inhalt {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
	width: 880px;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #c0c0c0;
	background-color: #e9e7fe;
}
#fuss {
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #c0c0c0;
	background-color: #e9e7fe;
}

/* Inhalt */
#inhalt h1,h2,h3 {
	color: #ff0000;
}
#inhalt img {
	padding: 5px;
	border: 1px solid #808080;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	background-color: #f2f2f7;
	background-image: url('../bilder/hintergrund.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
p {
	color: #000080;
	margin-top: 5px;
	font-size:11pt;	
}
li {
	color: #000080;
	font-size:11pt;	
}
table {
	color: #000080;
	font-size:11pt;	
}

.minibild {
	float: left;
	margin-right:12px;
}
.textstyleblau {
	color: #000080;
	margin-top: 5px;
	font-size:11pt;	
	font-weight: bold;
}
.textstylerot {
	color: #ff0000;
	margin-top: 5px;
	font-size:11pt;	
	font-weight: bold;
}
.textstylewichtig {
	color: #000080;
	font-size:16pt;	
	font-weight: bold;
}

/* Link */
a {
	color: #002299;
	text-decoration: underline;
}
a:hover {
	color: #000077;
	text-decoration: none;
}
.zuruecklinkstyle {
	height:20px;
	text-align: center;
	font-size: 13pt;
}
