<!--

/*Liste*/

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

li {
	width      : 95px;
	margin     : 0px;
	float      :left;
	text-align : center;
}

li a {
	text-decoration : none;
	color   : #9d0d15;
	display : block;
	width   : 100%;
	padding : 6px 0;
	border  : none;
}

li a:hover {
	color          : #9d0d15;
	text-decoration: none;
	font-family    : Verdana,Arial,sans-serif,Helvetica;
}


/* SCHRIFTARTEN */

a {
	font-size   : 1.2em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #9d0d15;
}

h2 {
	font-size   : 1.8em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #9d0d15;
	text-decoration: none;
}

h5 {
	font-size   : 1.2em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #9d0d15;
	text-decoration: none;
}

h3 {
	font-size   : 1.0em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #000;
	font-weight : bold;
}

h4 {
	font-size   : 0.7em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #666;
	font-weight : normal;
}

a:hover {
	font-family    : Verdana,Arial,sans-serif,Helvetica;
	color          : #9d0d15;
	font-weight    : bold;
	text-decoration: none;
}

/* SCHRIFTGROESSE NORMAL */
p,ul,ol,li,div,td,th,address,nobr,i{
	font-size : 12px;
	line-height : 20px;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color : #333;
	/*padding-left: 2em;*/
	border-width: 0;
}

.footer {
	font-size   : 0.95em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #dfa187;
}

.footer a {
	font-size   : 0.95em;
	font-family : Verdana,Arial,sans-serif,Helvetica;
	color       : #dfa187;
}


/* VERWEISE */
a:link {
	color:#9d0d15;
	text-decoration:none;
	font-family: Verdana,Arial,sans-serif,Helvetica;
}

a:visited {
	font-family : Verdana,Arial,sans-serif,Helvetica;
	font-size : 1.2em;
	color:#9d0d15;
	text-decoration:none;
}

a:active {
	font-family : Verdana,Arial,sans-serif,Helvetica;
	font-size   : 1.0em;
	color:#9d0d15;
	text-decoration: none;
}


/* Layout */

body {
	/*background-image:url(_images/bg.jpg);*/
	background-color: #fffcf3;
	/*background-repeat: repeat-x;*/
}

body h1 {
	display: none;
}

#ornament {
	position : absolute;
	top : 0px;
	left : 0px;
}

#zeiten {
	position : absolute;
	top : 210px;
	left : 750px;
}

#unterschrift {
	position : absolute;
	top : 640px;
	left : 246px;
}

#logo {
	position : absolute;
	top : 70px;
	left : 650px;
}

#navi {
	position : absolute;
	top : 156px;
	left : 90px;
}

#linie {
	position : absolute;
	top : 182px;
	left : 0px;
}

#bild {
	position : absolute;
	top : 300px;
	left : 0px;
}

#inhalt {
	position : absolute;
	top : 210px;
	left : 256px;
}

#anfahrt {
	position : absolute;
	top : 380px;
	left : 230px;
}


#footer {
	position : absolute;
	top : 755px;
	left : 20px;
}


#fotogalerie {
	position : absolute;
	top      : 300px;
	left     : 256px;
}

#fotogalerie p {
	width:	540px;
}

#impressum {
	position : absolute;
	top      : 0px;
	left     : 860px;
	z-index  : 105;
}

a img {
	border: 2px solid #666;
}

a img:hover {
	border: 2px solid #900;
}



-->