/* CSS Formatierung fuer die Seite www.begardenhof.de */

/* BODY */
body, h1, h2, h3, h4, h5, h6, p, br, table, tr, td, b, i, strong, ul, li, a, div {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	/*font-weight: normal;*/
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}

body {
	background-color: #9E1701;
	margin: 0px;
}

p {
    margin: 11px 0;
}


/* TEXTFORMATIERUNG */
h3 {
	font-size: 9px;
	font-weight: normal;
}

a:active {  
	color: #9E1701;
}	
	
a:hover { 
	color:#F57209;
}

/* GERUEST */
#all {
	width: 760px;
	height: 420px;
/*	background-color: #FFFFFF; */
	position: absolute;
	margin: -210px 0px 0px -380px;
	top: 50%;
	left: 50%;
}

#header {
	height: 100px;
	background-color: #FFFFFF;
}

#content {
	height: 300px;
	background-color: #F6DE9D;
}

#textfeld {
	margin: 10px 10px 0px 15px;
}

#textfeld IMG {
	margin: 30px 0px 0px 0px;
}

#textfeld IMG.link {
	margin: 0px;
}

#footer {
	height: 20px;
	background-color: #FFFFFF;
	padding-top: 2px;
}

#footer A {
	font-family: Times New Roman;
	font-size: 12px;
	text-transform: uppercase;
}

/* Navigation */
#hauptnavigation {
	padding: 80px 0px 0px 122px;
}

#hauptnavigation A {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#hauptnavigation LI {
	list-style-type: none;
	float: left;
	padding-right: 13px;
	position: relative;
}

#hauptnavigation UL {
	margin: 0px;
	padding: 0px;
}

#hotel, #wohnen, #kulinarisch, #veranstaltungen, #kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	position: absolute;
	left: 0px;
	float: none;
	clear: both;
	bottom: 10px;
	visibility: hidden;
}

#hotel A, #wohnen A, #kulinarisch A, #veranstaltungen A, #kontakt A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
}

#hotel LI, #wohnen LI, #kulinarisch LI, #veranstaltungen LI, #kontakt LI {
	list-style-type: none;
	float: none;
	clear: both;
	white-space: nowrap;
}

#hotel LI.last, #wohnen LI.last, #kulinarisch LI.last, #veranstaltungen LI.last, #kontakt LI.last {
	padding-bottom: 6px;
}

#content A {
	text-decoration: underline;
}
hr {
color:#9E1701;
border: 0;
height: 1px; 
}

