/* Formate - Karl Johannes Wagner - PIXXL WEBDESIGN www.pixxl-webdesign.de */


/* Universal ---------------------------------------------------------------------------------------------------- */
/* * {
} */


/* Hauptelemente ------------------------------------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font: 100.01% "Times New Roman";
	color: #111111;
}
.body_Head {
	background: #FFFFFF url(../gfx/bg_head.gif) repeat-x;
}
.body_NavLevel1 {
	background: #FFFFFF url(../gfx/bg_nav_level1.gif) repeat-x;
}
.body_Foot {
	background: #FFFFFF url(../gfx/bg_foot.gif) repeat-x;
}

.body_Home {
	background: #FFFFFF url(../gfx/leftpic_content_home.gif) no-repeat fixed;
}
.body_WirUeberUns {
	background: #FFFFFF url(../gfx/leftpic_content_wirueberuns.gif) no-repeat fixed;
}
.body_UnsereWeine {
	background: #FFFFFF url(../gfx/leftpic_content_unsereweine.gif) no-repeat fixed;
}
.body_Gutsausschank {
	background: #FFFFFF url(../gfx/leftpic_content_gutsausschank.gif) no-repeat fixed;
}
.body_Kontakt {
	background: #FFFFFF url(../gfx/leftpic_content_kontakt.gif) no-repeat fixed;
}
.body_Impressum {
	background: #FFFFFF url(../gfx/leftpic_content_home.gif) no-repeat fixed;
}
.body_Legal {
	background: #FFFFFF url(../gfx/leftpic_content_home.gif) no-repeat fixed;
}

td {
	font: 100.01% "Times New Roman";
	color: #111111;
}


/* Bereiche ----------------------------------------------------------------------------------------------------- */
.td_Foot {
	font: 12px "Times New Roman";
	color: #555555;
}
#div_Postit {
	width: 300px;
	background: #FFF3B6;
	float: left;
	border: solid 1px #A87D1A;
	padding: 5px;
}


/* Links -------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #001C68;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


/* Inhalts-Tags ------------------------------------------------------------------------------------------------- */
p {
	color: #111111;
	font: 0.9em "Times New Roman";
	letter-spacing: 1px;
	text-align: justify;
}
.klein {
	font: 0.8em "Times New Roman";
}
#div_Postit p {
	color: #A87D1A;
	font: 0.75em "Times New Roman";
}


/* Navigation --------------------------------------------------------------------------------------------------- */


/* Diverse Formatierungen --------------------------------------------------------------------------------------- */
hr {
	color: #000000;
}
.imgborder {
	border: 1px solid #EAEAEA;
}


/* Formulare ---------------------------------------------------------------------------------------------------- */


/* Dummy -------------------------------------------------------------------------------------------------------- */
.dummy {  }