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

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


#rahmen {
	position: absolute;
	width: 900px;
	/*top: 50%;*/
	left: 50%;
	margin: 20px 0px 0px -450px;
}


/* GERUEST */

#balken_blau {
	visibility: hidden;
	height: 10px;
	background-color: #2496D5;
}

#balken_schwarz_oben {
	visibility: hidden;
	height: 28px;
	background-color: #000000;
	padding-top: 5px;
	
}

#navigation {
	visibility: hidden;
	padding: 45px 5px 5px 20px;
	float: left;
}

#content {
	width: 576px;
	padding: 45px 0px 0px 14px;
}

#balken_schwarz_unten {
	visibility: hidden;
 	height: 37px;
	background-color: #000000;
	clear: both;
    float: none;
}

#balken_orange {
	visibility: hidden;
	width: 380px;
	height: 22px;
	padding-top: 5px;
	background-color: #FF9606;
}

/* content */

#content_hintergrund {
	width: 763px;
	margin-left: 14px;
	min-height: 503px;
}

#felder_grau_rechts {
	width: 140px;
	height: 145px;
	margin: 5px 5px 10px 10px;
	background-color: #E7E7E7;
	float: left;
}

#felder_grau_links {
	width: 140px;
	height: 145px;
	margin: 5px 5px 10px 40px;
	background-color: #E7E7E7;
	float: left;
}

#text_felder_grau {
	margin: 0px 5px 5px 5px;
}

#fliestext_2spaltig {
	width: 430px;
}

#fliestext_1spaltig {
    clear: both;
	width: 270px;

}

#bild1 {
	visibility: hidden;
	float: right;
	margin-bottom: 5px;
}

#bild_links{
	visibility: hidden;
	margin-bottom: 5px;
}

#semikolon_schwarz {
	margin-top: 36px; 
	float: left;
}

/* TEXTFORMATIERUNG */
h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 0px 5px; 
}

.schrift_weiss /*|*/ {
	color: #FFFFFF;
}

/* HAUPTNAVIGATION */
#hauptnavigation A {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 15px 0px 15px;
}

/* NAVIGATION */
#mehr A{
	visibility: hidden;
	text-decoration: underline;
}

#navigation A {
	color: #333333;
}

#navigation LI {
	list-style-type: none;
	line-height: 25px;
}

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

