/* 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: Helvetica, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}

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

/* TEXTFORMATIERUNG */
#hauptnavigation LI {
	visibility: hidden;
	list-style-type: none;
}

#hauptnavigation UL {
	visibility: hidden;
	margin: 62px 0px 0px 25px;
	padding: 0px;
}

#hauptnavigation A {
	visibility: hidden;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #B2ADA7;
}

a:active {  
	color: #FFFFFF;	
}	
	
a:hover { 
	color: #665C50;
}

/* GERUEST */
#rahmen {
	width: 800px;
	height: 640px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	margin: -320px 0px 0px -400px;
	top: 50%;
	left: 50%;
}

#header {
	height: 98px;
	border-bottom: 4px solid #B2ADA7;
}

#content {
	height: 496px;
}

#hauptnavigation {
	visibility: hidden;
	width: 130px;
	float: left;
}

#uberschrift {
	width: 670px;
	height: 40px;
	background-color: #FFFFFF;
	float: right;
}

#inhalt {
	width: 670px;
	height: 456px;
	background-color: #FFFFFF;
	float: right;
}

#footer {
	height: 46px;
	border-top: 2px solid #FFFFFF;
}


/* STARTSEITE */
#start {
	width: 800px;
	height: 600px;
	background-color: #665C50;
	position: absolute;
	margin: -300px 0px 0px -400px;
	top: 50%;
	left: 50%;
}
