/* @group allgemein */

* {
	padding: 0;
	margin: 0;
	}

body {
	background: url(lay1/hg.jpg) top left repeat-x;
	text-align: center /* Zentrierung des Layouts im IE 5 */;
	font-size: 70%;
	line-height: 1.4em;
	}

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
	color: black;
	font-family: "Lucida Grande" ,Verdana,Helvetica,Arial,sans-serif;
	text-align: left /* Alle Elemente linksbuendig */;
	}

table {
	color: black;
	font-family: "Lucida Grande" ,Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}

td, tr {
	border-collapse: collapse;
	padding: 5px;
}

h1 {
	clear: both;
	color: #fff;
	position: relative;
	float: left;
	display: inline /*  Doubled float-margin bug Win IE, http://www.positioniseverything.net/explorer/doubled-margin.html */;
	font: 5em/0.8em Georgia, Times New Roman, Times, serif;
	margin-top: 60px;
	margin-bottom: 0;
	margin-left: 120px;
}

h2 {
	clear: both;
	color: black;
	border-bottom: 1px dotted maroon;
	padding-top: 25px;
	font: 2em/1.3em Georgia, Times New Roman, Times, serif;
}

h3 {
	clear: both;
	letter-spacing: -0.4px;
	margin-top: 18px;
	margin-bottom: 5px;
	font: lighter 1.5em Georgia, Times New Roman, Times, serif;
	}

a:link {
	color: #804000;
	}

#navigation a:link {
	color: #fff;
	text-decoration: none;
	}

a:visited {
	color: #804000;
	}

#navigation a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #fbd000;
	text-decoration: underline;
	}

a:hover img { background: #fff; }

a:active {
	color: #000;
	text-decoration: underline;
	}

#navigation a:active {
	color: #000;
	text-decoration: underline;
	}
img, a img { border: 0; }

.keine-anzeige { display: none; }

p {
	font-size: 1.2em;
	line-height: 1.3em;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	}

.none { 
	display: none; }

.leftalign {
	float: left; }

#inhalt .leftalign {
	float: left;
	margin: 10px 15px 5px 0;
}

.rightalign { 
	float: right; }

#inhalt .rightalign {
	float: right;
	margin: 5px 0 5px 15px;
	}
	
/* @end */

/* @group wrap */

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	height: 100%;
	}
	
/* @end */

/* @group header */

#header {
	width: 760px;
	background: #fff url(lay1/kopf.jpg) bottom left no-repeat;
	float: left;
	margin: 0;
	text-align: left;
	padding: 0;
	height: 220px;
	}

#header h2 {
	color: #fff;
	border-bottom-style: none;
	padding-left: 120px;
	font-size: 2.5em;
}

body#start #header {
	width: 760px;
	float: left;
	margin: 0;
	text-align: left;
	padding: 0 0 00px;
	}
	
/* @end */


/* @group inhalt */

#inhalt {
	width: 780px;
	background: url(lay1/inhalt.jpg) repeat-y;
	float: left;
	}

#hauptspalte {
	width: 640px /* Layout der Unterseiten */;
	position: relative;
	background: transparent;
	float: left;
	padding-left: 60px;
	padding-right: 60px;
}

#spalte_links {
	width: 300px;
	position: relative;
	float: left;
	padding-right: 30px;
}

#spalte_rechts {
	width: 300px;
	position: relative;
	left: 330px;
	margin-right: 20px;
}

#inhalt p {
	padding-top: 15px;
}
	
/* @end */

/* @group footer */

#footer {
	width: 760px;
	background: url(lay1/footer.jpg) left bottom no-repeat;
	position: relative /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */;
	float: left;
	height: 64px;
	margin-right: -3px;
}

#footer p {
	font-size: 1em;
	text-align: center;
	position: relative;
	top: 25px;
}
	
/* @end */


