		/*
		
			Schorfheidetreppen
			Startseite
			----------------------------------------------------------------------
		
		*/
		
		
		/*
			Container gesamter Content
			----------------------------------------------------------------------
		*/
		
		div#page {
			background-color: #b0afad;
			background-image: none;
		}
		
		/*
			Content Wrapper
			----------------------------------------------------------------------
		*/
		
		div#contentwrapper {
			padding-bottom: 0;
			margin-bottom: 0;
		}
		
		/*
			Startmenu
			----------------------------------------------------------------------
		*/
		
		div#startmenu {
			padding: 20px 0 0 10px;
			color: #595450;
			background-color: #fff;			
		}
		
		div#startmenu dl {
			float: left;
			display: inline;
			width: 351px;
			padding: 1px 0 0 12px;
			background: url(bg-startmenu.gif) right top no-repeat;
		}

		div#startmenu dt {
			float: right;
			width: 176px;
			padding-bottom: 20px;
		}

		div#startmenu dd {
			float: left;
			width: 170px;
			margin-top: 5px;
		}

		div#startmenu dd h2 {
			font-size: 1.2em;
			padding: 0 15px;
			background: url(pfeil-startmenu.gif) 0 0.1em no-repeat;
		}

		div#startmenu dd p {
			font-size: 1.2em;
			padding: 0 15px;
		}

		div#startmenu dd a {
			color: #595450;
			background-color: #fff;
			text-decoration: none;
		}

		/*
			Startinhalt
			----------------------------------------------------------------------
		*/
		
		div#startcontent {
			padding: 25px 80px 25px 198px;
			color: #595450;
			background-color: #efebea;
		}
		
		div#startcontent h1 {
			font-size: 1.4em;
			margin-bottom: 1.5em;
			color: #595450;
			background-color: #efebea;
		}
		
		div#startcontent p {
			font-size: 1.2em;
			text-align: justify;
			margin-bottom: 0.5em;
			color: #595450;
			background-color: #efebea;
		}
		
		div#startcontent p.gruss {
			font-size: 1.3em;
			margin-top: 1.5em;
			font-style: italic;
		}
		
		/*
			Startlogin
			----------------------------------------------------------------------
		*/
		
		div#startlogin {
			padding: 15px 0 10px 0;
			color: #403f3d;
			background-color: #ccc8c7;
		}
		
		div#startlogin dl {
			padding-left: 38px;
		}

		div#startlogin dt {
			float: left;
			width: 160px;
			font-size: 1.2em;
			font-weight: bold;
		}

		div#startlogin dd {
			float: left;
			width: 200px;
		}

		div#startlogin label {
			font-size: 1.2em;
			display: block;
			float: left;
			width: 25%;
		}
		
		div#startlogin input {
			float: right;
			width: 60%;
			margin-bottom: 1px;
			padding: 2px;
			color: #403f3d;
			background-color: #efefef;
			border: solid 1px #a99d91;
		}
		
		div#startlogin input.button {
			padding: 0;
			width: 40%;
		}
		
		/*
			Startmenubottom
			----------------------------------------------------------------------
		*/
		
		div#startmenubottom {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 737px;
			padding: 15px 0 10px 0;
			color: #494846;
			background-color: #b0afad;
			border-bottom: solid 70px #EFEBEA;
		}
		
		div#startmenubottom ul {
			float: right;
			list-style-type: none;
			list-style-image: none;
		}
		
		div#startmenubottom ul li {
			float: left;
			display: inline;
		}
		
		div#startmenubottom ul li a {
			float: left;
			display: inline;
			margin-right: 18px;
			color: #494846;
			background-color: #b0afad;
			font-size: 1.2em;
			line-height: 1;
			text-decoration: none;
		}

		/*
			Marginalspalte
			----------------------------------------------------------------------
		*/
		
		div#marginal {
			padding-bottom: 70px;
		}
		
		div#marginal dl {
			padding-bottom: 3.5em;
		}

