/* CSS für Basis-Layout */

/* Kalibrierung der Ränder */
* {
	margin: 0px;
	padding: 0px;
}

/* Festlegung der Schriftart und -größe */
body {
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../grafik/layout/bodyhg-neutral.gif);
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
ul li {
	font-size: 90%;
}
.note {
	font-size: 85%;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../grafik/layout/hg-neutral.gif);
	border: 1px solid #333333;
	position: relative;
	margin-top: 10px;
}
#kopf {  
	background-color: #333333;
	overflow: hidden; /* Kopf-Box soll alle Boxen (logo,slogan,flash,datum,leiste) umfassen */
	
}
#kopf #logo {
	display: inline;
}
#kopf #slogan {
	display: inline;
}
#kopf #flash {
	display: inline;
}
#kopf #leiste {
	height: 26px;      /* wurde von auto auf 26px gesetzt, weil menuquer per Kommentar in Template basepage ausgeschaltet ist */
	width: 1000px;
	background-image: url(../grafik/layout/button-silver1.gif);
	background-color: #d2d2d2;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#kopf #datum {
	padding-top: 4px;
	padding-left: 20px;
	float: left;
	font-weight: normal;
}
#spalte1 {
	padding: 10px;
	width: 180px;
	float: left;
}

#spalte1 #sp1box{
	width: 180px;
	background-color: #d2d2d2;

	position: absolute;
	left: 10px;
	top: 360px;
}

#spalte3 {
	padding: 10px 10px 10px 0px;
	float: right;
	width: 190px;
}

#spalte3 .sp3box {
	margin-bottom: 30px;
}

#spalte3 h4 {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../grafik/layout/hgneutral1.gif);
	background-color: #888888;
}

#spalte3 .sp3boxtext {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../grafik/layout/hgneutral2.gif);
	background-color: #bbbbbb;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#spalte2 {
	padding: 10px;
	margin-right: 200px;
	margin-left: 200px;
/*	overflow: hidden; */ /* wird von der Dreamweaver und Opera nicht verstanden */
}
#spalte2 h1 {
	margin-bottom: 20px;
}
#spalte2 .sp2box {
	margin-bottom: 30px;
}
#spalte2 .sp2box h3 {
	margin-bottom: 10px;
}
#spalte2 .sp2box div p  {
	margin-top: 3px;
	margin-bottom: 3px;
}

#spalte2 hr {
	clear: both;
	margin-bottom: 0px;
	visibility: hidden;
}

#login {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 85%;
	padding-left: 5px;
	background-image: url(../grafik/layout/hgneutral2.gif);
	background-color: #bbbbbb;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#login input {
	font-size: 85%;
	padding: 2px;
	border: 1px solid #888888;
}

#fuss {
	height: auto;
	width: 1000px;
	clear: both;
	background-color: #bbbbbb;
	border-top: 1px solid #333333;
}
#fuss #fusstext  {
	padding: 10px;
}
#fuss #fusstext  address {
	font-size: 80%;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
	font-style: normal;
}
.links {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clear {
	clear: both;
	margin-bottom: 0px;
}
/*
#spalte2 img, #spalte3 img {
	border: 1px solid #666;
}
Die obige Regel wurde durch die 3 folgenden ersetzt. Es wird immer ein Rand gesetzt. 
Im Einzelfall kann diese Regel aber durch die Klasse noborder überschrieben werden.*/

.sp2box img, .sp3box img {
	border: 1px solid #666;
}

.sp2box .border, .sp3box .border  {
	border-top: 1px solid #666;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
} 
.sp2box .noborder, .sp3box .noborder   {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.imgrand {
	margin: 3px;
	padding: 0px;
	border: 1px solid #666666;
}
