html {
}

body {
	text-align: center;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
	background: #FFFFF0;
}

ul {
	list-style: url(spot.gif);
}

li {
	margin-bottom: 5px;
}

a {
	color: gray;
}
a:hover {
	color: #bd1039;
}

span {
	display: none;
}

h2  {
	color: #bd1039;
	font-size: 8pt;
	font-weight: normal;
	text-align: left
}
h2 span {
	display: none;
}

h3  {
	color: #bd1039;
	font-size: 8pt;
	font-weight: normal; 
	margin: 10px 0 0;
}

p {
	margin: 3px 0px 0px 0px;
	font-size: 8pt;
}

em {
	font-style: normal;
	color: #BD1039;
}

/* # # # # # # Formatierung BODY # # # # # # */
#koerper {
   width: 760px;
	height: 420px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background: url(bg.jpg) white no-repeat;
	border: 1px solid lightgrey;
}

#start #koerper {
   width: 760px;
	height: 420px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background: url(bgstart.jpg) white no-repeat;
	border: 1px solid lightgrey;
}

/* # # # # # # Formatierung Seitenelemente # # # # # # */
#kopf {
	margin: 0px;
	padding: 0px;
	height: 56px;
}
#kopf img {
}
#kopf h1 {
	float: right;
	background: url(logoAussicht05.gif);
	width: 169px;
	height: 56px;
	margin: 0px;
	padding: 0px;
}

#inhalt {
	height: 325px;
	margin: 10px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
}


/* # # # # # # seitenspezifische DIVs # # # # # # */
/* Startseite */
#start #inhalt {
	height: 315px;
	padding: 30px 0px 0px 40px;
}
#start #inhalt #text {
	display: none;
}
#start #inhalt #eingang {
	display: none;
}
#start #inhalt h2 {
}
#start #inhalt p {
	font-size: 8pt;
}

#eingang    { 
	background: url(eingang.jpg) top left no-repeat; 
	display: block; 
	width: 57px; 
	height: 51px;
   position: relative;
	margin-left: 340px;
	margin-top: 40px;
}
#eingang:hover   {
	background: url(eingang.jpg) bottom left no-repeat; 
}
#eingang span {
	display: none;
}

/* Aussichtspunkte */
#aussichtspunkte h3 {
	float: none;
	display: inline;
}

/* Aussichtspunkte */
#impressum {
	color: black;
}
#impressum #text {
	width: 660px;
}

#fuss {
	height: 25px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#fuss span {
   display: none;
}
#fuss a {
	display: block;
}

#text {
	width: 340px;
	height: 280px;
	float: left;
/*	overflow: auto;*/
}

#bild {
   width: 320px;
   margin: 0px 0px 0px 350px;
}

#post {
   width: 311px;
	height: 220px;
   margin: 0px 0px 0px 350px;
	background: url(postkarte.jpg);
	border: 2px solid #BD1039;
}

#post label {
	color: white;
	font-weight: bold;
	display: block;
}

#post input {
   width: 110px;
	border: none;
}

#post .button {
   width: 110px;
	margin: 10px 0px 0px 0px;
}

#post textarea  { margin: 20px 0 0 10px; width: 140px; height: 180px; float: left; border: none; outline-style: none }

#absender {
	padding: 136px 0px 0px 180px;
}


#logo {
   float: right;
	padding: 0px;
	color: red;
	width: 193px;
	height: 59px;
	background: url(logo.gif) no-repeat;
}
#logo span {
	display: none;
}

/* # # # # # # Formatierung Links # # # # # # */
#linkschoeneaussichten a {
   width: 141px;
   height: 25px;
	background: url(linkSchoeneaussichten.gif) top left no-repeat;
	float: left;
}
#linkschoeneaussichten a:hover {
	   background: url(linkSchoeneaussichten.gif) bottom left no-repeat;
}

#linkaussichtspunkte a {
   width: 128px;
   height: 25px;
	background: url(linkAussichtspunkte.gif) top left no-repeat;
	float: left;
}
#linkaussichtspunkte a:hover {
	background: url(linkAussichtspunkte.gif) bottom left no-repeat;
}

#linkzurschoenenaussicht a {
   width: 162px;
   height: 25px;
	background: url(linkZurschoenenaussicht.gif) top left no-repeat;
	float: left;
}
#linkzurschoenenaussicht a:hover {
	background: url(linkZurschoenenaussicht.gif) bottom left no-repeat;
}

#linkdieaussichten a {
   width: 162px;
   height: 25px;
	background: url(linkDieaussichten.gif) top left no-repeat;
	float: left;
}
#linkdieaussichten a:hover {
	background: url(linkDieaussichten.gif) bottom left no-repeat;
}


