html, body 	{
    		font-family: arial;
    		font-size: 12px;
    		color: #292626;
			margin:0;
			padding:0;
			background:#cecece;
			}
			
img 		{border:2px solid #7e1017;}
a 			{text-decoration: none;}
p 			{padding:0; margin:0;}

			
/*Tabellen*/
td			{font-size:13px;}
			
.borderPreisliste {
			border: 1px solid #cfdde6;
			font-size:10px;
			}
			
input, textarea, select {
			border:1px solid #cfdde6;
			padding: 3px 5px;
			font-family: arial;
			}
			
/*links start*/

a:link 		{ 	
			color:#a97175;
			text-decoration: none;
			}
	
a:visited 	{ 
			color:#a97175;
			text-decoration: none;
		  	}
		
a:hover   	{ 
			color:#7e1017;
			text-decoration: none;
		    }
			
/*links ende*/


/*überschriften*/

h1 			{
			color:#7e1017;
			font-size:26px;
			font-weight:normal;
			margin:0 0 5px 0;
			padding:0;
			}

			
/*hr*/			
.hr hr		{border:1px solid #7e1017;}

/*Container*/

#centering {
			position:relative;
			margin:auto;
			padding:40px 0 30px 0;
	  		width: 948px;
	  		height:auto;
			}
			
#blatt		{
			z-index:2;
			position:absolute;
			left:395px;
			top:50px;
			width:165px;
			height:136px;
			background:url(pix/blatt.png);
			}
			
* html #blatt {
			background-image: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.dorfwirt-going.at/templates/klubarbeit/pix/blatt.png')
			}
			
#header 	{
	  		width:948px;
	  		height:69px;
			background:url(pix/header.gif);
			}
			
#box1		{
			z-index:2;
			height:177px;
			width:942px;
			border:#424242 solid 3px;
			margin:0;
			font-size:16px;
			color:#7e1017;
			}
			
#box1 ul	{
			margin:26px 0 0 30px;
			padding:0;
			width:700px;
			width:auto;
			}
			
#box1 ul li	{
			margin:0 0 15px 0;
			}
			
#box1 a		{
			color:#424242;
			font-size:16px;
			}
			
#box1 a:hover {color:#7e1017;}

.menu-current a {
			color: #7e1017 !important;
			text-decoration: bold;
			}
			
#slide		{
			z-index:1;
			width:597px;
			height:177px;
			border-right:#424242 solid 3px;
			float:left;
			}
			
#menue1		{
			width:170px;
			height:177px;
			border-right:#424242 solid 3px;
			float:left;
			}
			
#menue2		{
			width:169px;
			height:177px;
			float:left;
			}
			
#box2		{
			height:auto;
			width:942px;
			border-left:#424242 solid 3px;
			border-right:#424242 solid 3px;
			border-bottom:#424242 solid 3px;
			background:white;
			margin:0;
			}
			
#menue3		{
			position:absolute;
			left:3px;
			padding:0px 0 0px 8px;
			width:592px;
			height:auto;
			background:url(pix/menue3_hg.gif);
			color:#7e1017;
			font-size:13px;
			}
			
#menue3 a	{
			padding:1px 0 5px 0px;
			line-height:23px;
			color:#292626;
			}
			
#menue3 a:hover	{
			color:#7e1017;
			}
			
#main		{
			z-index:2;
			float:left;
			width:550px;
			min-height:310px;
			margin:30px 0 30px 10px;
			padding:0px 160px 0 15px;
			border-right:#7e1017 solid 3px;
			overflow:hidden;
			}
			
#main ul	{
			list-style-type:none;
			}

#main ul li	{
			margin-bottom: 8px;
			background-image:url(pix/ul_bg.gif);
			background-repeat:no-repeat;
			padding-left:30px;
			padding-top:px;
			}

#sitetitle	{
			z-index:1;
			position:absolute;
			bottom:30px;
			right:230px;
			width:642px;
			height:45px;
			background:url(pix/sitetitle/infoszurregion.gif);
			}
			
#galerie	{
			float:left;
			margin-left:17px;
			margin-top:30px;
			}
			
#galerie ul	{
			list-style-type:none;
			margin:0;
			padding:0;
			}

#galerie li	{
			margin-bottom:12px;
			}

#galerie a img {
			opacity:0.7;
			moz-opacity:0.7;
			filter:Alpha(opacity=70);
			}
			
#galerie a:hover img {
			opacity:1;
			moz-opacity:1;
			filter:Alpha(opacity=100);
			}
			
#language	{
			margin-top:15px;
			position:absolute;
			}

#language a {

			}
			
#language img {
			border:none;
			vertical-align:bottom;
			}

#footer		{
			text-align:right;
			color:#7e1017;
			font-size:10px;
			}
			
#footer a	{text-decoration:underline;}
			
#footer a:hover	{text-decoration:underline;}
		
#footer a:visited {text-decoration:underline;}

.clear{clear:both;}
