* {
	margin:0;
	padding:0;
}

html { 
	margin-bottom: 1px;
	height: 100%!important;
} 

/*Einstellungen*/
body {
	color:#000000;
	background-color:#FFFFEF; /*Hintergrundfarbe gesamte Seite*/
	min-height:101%; 
	background:#fff;
	font: 1.25em/1.5em Verdana,Arial,Helvetica,sans-serif;
}

a:link,a:visited,a:active {
	color:#DEAD19; /*Linkfarbe*/
	text-decoration:none;	
}

a:hover,a:focus {
	text-decoration:underline;
}

h1,h2,h3 {
	color:#333;	/*Farbe für Überschriften*/
}

#seite {
	font-size:0.8em;
	width:950px;
	margin:2em auto;
	background-color:#ffffff; /*Hintergrundfarbe Inhalt und Navigation*/
}

/*Einstellungen Ende*/

a img {
	border:none;
}

#logo {
	text-indent:-999em;
	height:250px;
	width:950px;
	background:#fff url(../bilder/logo.jpg) center no-repeat; /*Hintergrundfoto*/
	overflow:hidden;
}

#logo a {
	width:100%;
	height:250px;
	display:block;
}

#kopf {
	padding-top:1em;
	padding-left:1em;
}

#navigation {
	width:180px;
	margin-top:1em;
	float:left;
}

#navigation ul {
	list-style-type:none;
}

#navigation li {
	line-height:200%;
	margin-bottom:1em;
}

#navigation a {
	display:block;
	width:171px;
	height:38px;
	padding-top:4px;
	text-align:center;
	background:url(../bilder/button.png) top left no-repeat;
	color:#000;
}

#navigation a:hover,#navigation a:active,#navigation a:focus,#navigation a.aktuell {
	text-decoration:none;
	color:#00d;
	background:url(../bilder/button-2.png) top left no-repeat;
}

#menueleiste {
	height:2em;
	margin:1em auto .25em auto;
	width:950px;
}

#menueleiste ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menueleiste li {
	float:left;
	/*Abstand zwischen Buttons*/
	margin:0 13px;
}

#menueleiste a {
	display:block;
	width:113px;
	height:28px;
	text-align:center;
	background:url(../bilder/button-mini.png) top left no-repeat;
	color:#000;
}

#menueleiste a:hover,#menueleiste a:active,#menueleiste a:focus,#menueleiste a.aktuell {
	text-decoration:none;
	color:#00d;
	background:url(../bilder/button-mini-2.png) top left no-repeat;
}

#inhalt {
	margin-left:1px;
	margin-top:1em;
	padding:0 0 1em 1em;
}

#impressum {
	margin-top:1em;
	line-height:150%;
	clear:both;
	padding:1em;
	font-size:0.9em;
	background-image:url(../bilder/siess-banner-2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#impressum p {
	color:#FFFFFF;
	margin-bottom:0;
}

#impressum a {
	color:#FFFFFF;
	text-decoration:underline;
}

#printfooter {
	display:none;
}

table {
	border:none;
}

td {
	padding:.5em;
	vertical-align:top;
}

tr.header {
	background-color:#eee;
}

tr.header td {
	font-weight:bold;
}

table.profil td {
	text-align:center;
	vertical-align:middle;
	padding:.5em;
}

td.schlagwort {
	font-weight:bold;
	font-size:1.5em;
	height:4em;
	border:1px solid #efefef;
}

h1,h2,h3,p,li,td,legend {
	margin-bottom:1em;
}

h1 {
	font-size:1.25em;
}

h2,h3 {
	font-size:1.2em;
}

hr {
	color:#214A84;
}

fieldset {
	padding:1em;
	margin-bottom:2em;
	margin-top:0;	
}

legend {
	color:#214A84;
	font-weight:bold;
}

button {
	color:#660000;
}


label {
	font-weight:bold;
	color:#214A84;
	display:block;
	float:left;
	width:12em;
}

.bildRechts {
	float:right;
	margin-left:1em;
	margin-bottom:.5em;
}