/*//////////////////////////// Standarts ////////////////////////////*/
html {
	height: 100%;
	overflow-x:hidden;
	overflow:auto;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background: #032f05;
	color: #000;
	font-family: Georgia, Times New Roman, Times;
	font-size:11px;
	width: 100%;
	overflow:auto;
	overflow-x:hidden;
}

p {
	/*line-height:16px;*/
	margin:0 px;
}

img {
	border:0px none;
}


ul{
	padding:0px;
	margin:0px 0px 0px 10px;
}

li{
	padding:0px;
	margin:0px 0px 0px 10px;
}

/*table, td, th, span, p, div, input, pre {
	font-size:11px;
}*/

/***************************** End-Standarts ////////////////////////*/

/*//////////////////////////// Container ////////////////////////////*/

/*#container_format {
	position:absolute;
	left:50%;
	width:736px;
	height:100%;
	margin-left:-368px;
	color: #000;
	font-size: 11px;
	background: #F5F3F0 url(../images/wstck_kopf.gif) left top no-repeat;
}

#container_kopf {
	width:736px;
	height:76px;
	color: #333;
	font-size: 11px;
}

#container_logo_wstck {
	position:absolute;
	left:600px;
	width:155px;
	height:125px;
	z-index:3;
	padding-left:0px;
	padding-top:0px;
}

#container_blanko {
	position:absolute;
	top: 76px;
	left:50%;
	width:700px;
	height:100px;
	margin-left:-350px;
	background: #feefd4;
}

#container_fuss {
	color: #333;
	height:30px;
	z-index:5;
	background: #279d2d;
}

#container_content{
	position:absolute;
	left:18px;
	top:126px;
	width:700px;
	z-index:3;
	background: #279d2d;


}
*/
/*///////////////////////Ende-Container //////////////////////*/

/*///////////////////////LAYOUT//////////////////////*/
/*.wrap{
	clear: both;
	float: none;
}*/

/*Startseite*/
#home_format{
	width:700px;
	height:100%;
	/*background:#feefd4;*/
}

#home_content{
	height:250px;
	overflow:auto;
	padding-left:40px;
	padding-right:40px;
	padding-top:0px;
	background:#feefd4;
	font-size:11px;

}

#home_aktionenbox{
	width:180px;
	height:180px;
	border:1px solid #008000;
	font-size:11px;
	color: #008000;
	padding:8px 8px 8px 8px;
	background:#fff;
}


#home_content_foot{
	height:15px;
	background: #F5F3F0 url(../images/wstck_zw_raum.gif) left top repeat;


}

#home_content2{
	height:300px;
	overflow:auto;
	padding-top:0px;
	background:#feefd4;
	font-size:11px;
}
#home_content2_bild{
	width:483px;
	padding:0px;

}

#home_content2_bild_schatten{
	width:14px;
	background: #feefd4 url(../images/home_bild_schatten.gif);
	padding:0px;

}

#home_content2_text{
	font-size:11px;
	height:300px;
	padding:8px 8px 0px 8px;
	background:#feefd4;
}
/*ENDE - Startseite*/


/*Standard Folgeseite - Textbox*/
#standard_content{
	width:700px;
	height:auto;
	background:#feefd4;
}

#standard_content_head{
	height:32px;
	padding-left:40px;
	background:#feefd4;
}

#standard_content_body_txt{
	font-size:11px;
	padding: 0px 40px 40px 40px;
	background:#feefd4;
}

#standard_content_footer{
	height:15px;
	background: #F5F3F0 url(../images/wstck_zw_raum.gif) left top repeat;
}
/*ENDE - Standard Folgeseite - Textbox*/

/*Standard Folgeseite - Bildbox*/
#standard_bildcontent{
	width:700px;
	height:auto;
	background:#feefd4;
}

#standard_bildcontent_bild{
	width:700px;
	/*height:220px;*/
	background:#feefd4;
}

#standard_bildcontent_footer{
	height:15px;
	background: #F5F3F0 url(../images/wstck_zw_raum.gif) left top repeat;
}
/*ENDE - Standard Folgeseite - Bildbox*/

/*Standard Folgeseite - Bild-Text-Box*/
#standard_bildtxtbox{
	width:700px;
	height:116;
	background:#feefd4;
	border-top:1px solid #000;
}

#standard_bildtxtbox_txt{
	font-size:11px;
	width:440px;
	padding:0px 40px 15px 15px;
	background:#feefd4;
}

#standard_bildtxtbox_img{
	width:260px;
	padding:0px 0px 0px 0px;
	background:#feefd4;
}
#standard_bildtxtbox_footer{
	height:15px;
	background: #F5F3F0 url(../images/wstck_zw_raum.gif) left top repeat;
}
/*ENDE - Standard Folgeseite - Bild-Text-Box*/


/*KONTAKTSEITE*/
#hg_kontakt{
	width:653px;
	height:532px;
	background: #F5F3F0 url(../images/weinstoeckl_at_anfahrtsskizze_web.jpg) left top;
}

#kontakt_txt1{
	font-size:11px;
	padding:18px;

}






/*Kalender*/

#box_kal{
	width:700px;
	height:147px;
	margin-bottom:0px;
}

#box_kal_head{
	height:32px;
	padding-left:40px;
	background:#feefd4;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#box_kal_body_txt{
	height:100px;
	font-size:11px;
	width:440px;
	padding:0px 40px 15px 15px;
	background:#feefd4;
}

#box_kal_body_img{
	width:260px;
	height:100px;
	padding:0px 0px 0px 0px;
	background:#feefd4;
}

#box_kal_footer{
	height:15px;
	background: #F5F3F0 url(../images/wstck_zw_raum.gif) left top repeat;
}


/***************************** End-Layout ///////////////////////////*/

/*//////////////////////////// Navigation //////////////////////////*/
/*all-link*/

a:link, a:visited {
	color:#000;
	text-decoration:underline;
	outline: none;
}

a:hover, a:active,a:focus {
	color:#65f36c;
	text-decoration:underline;
		outline: none;
}


/*//////////////////////////// Top Menu //////////////////////////*/

/*Hauptmenü Level 1*/
#top_menu{
	font-family: Georgia, Times New Roman, Times;
	font-size:11px;
	font-weight:bold;
	padding-top:35px;
	padding-left:10px;
}
#top_menu ul{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
	padding-left:4px;
}

/*#top_menu li{
	display:inline;
	float:left;
}*/

#top_menu ul li{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	color: #FFF;
	margin: 0px 20px 0px 0px;
}

#top_menu ul li a{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	text-decoration: none;
	color: #FFF;
	padding-top:0px;
	padding-bottom:16px;
	outline: none;
}

#top_menu ul li a:hover {
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	color: #65f36c;	
}

#top_menu ul li#current a{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	color: #65f36c;	
}

#top_menu ul li#parent a{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	color: #65f36c;	
}

#top_menu ul li.active a{
	display:block;
	float:left;
	/*display:inline;
	float:left;*/
	color: #65f36c;	
}


/*/////////////////////////////////////end Top Navi////////////////////////////////////////////////////*/

/*Navi-Left - Level 2*/
#left{
	font-family: Georgia, Times New Roman, Times;
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
	padding-top: 8px;
	z-index:4;
	float:left;
}

#left ul {
	list-style-type:none;
	margin: 0px 12px 0px 0px;
}

#left ul li {
	list-style-type:none;
	margin: 0px 12px 0px 0px;
	float:left;
}

#left ul li a {
	list-style-type:none;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
		outline: none;
}

#left ul li a:hover, #left ul li a:focus {
	list-style-type:none;
	text-decoration:none;
	color:#65f36c;
	font-weight:bold;
}

#left ul li.active a {
	color: #65f36c;	
	text-decoration: none;
}


/*/////////////////////////////////////end Navi-Left////////////////////////////////////////////////////*/

/*Meta Navi Versteck Home*/
#meta_menu{
	position: absolute;
	right: 16px;
	top: 13px;
	width:0px;
	height:0px;
	z-index:1;
	font-size:0px;
	outline: none;
}


/*Navi-Footer HOME / IMPRESSUM*/
#navi_footer{
	font-family: Georgia, Times New Roman, Times;
	font-size:10px;
	font-weight:bold;
	padding-left:550px;
	z-index:4;
	float:left;
}

#navi_footer ul{
	list-style: none;
	color: #FFF;
	margin:0px;
	padding:0px;
}


#navi_footer li{
	list-style: none;
	color: #FFF;
	margin: 0px 6px 0px 10px;
	float: left;
}

#navi_footer a{
	list-style: none;
	font-size:10px;
	text-decoration: none;
	color: #FFF;
		outline: none;
}

#navi_footer li a:hover,a#active_menu:link,a#active_menu:visited{
	text-decoration: none;
	color: #65f36c;	
}

#navi_footer ul li.active a {
	text-decoration: none;
	color: #65f36c;	
}

#navi_footer li.parent.active a {
	color: #65f36c;	
	text-decoration: none;
}

#navi_footer li.parent.active a:hover {
	background:#65f36c;
}

/*//////////////////////*/

/***************************** End-Navigation ////////////////////*/


/*//////////////////////////// Fontsize //////////////////////////*/

#fontsize {
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
}

#fontsize h3,#fontsize p {
	border:0;
	display:inline;
	font-size:11px;
}

#fontsize p {
	margin:0 0 0 5px;
}

#fontsize p a {
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/*//////////////////////////// End-Fontsize //////////////////////*/


/*//////////////////////////// Headlines //////////////////////////*/
h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	color:#000;
}

h3 {
	font-size:11px;
	font-weight:normal;
	margin:10px 0;
	color:#979799;
}

h4 {
	color:#979799;
	font-size:11px;
}
/*************************** End-Headlines //////////////////////*/

/* System Messages */
#system-message{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}

#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}
