#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
	
#header {
	width: 780px;
	height: 340px;
	}	
	
#outside_frame {
	width: 778px;
	min-height: 400px;
	border-left: 1px solid #5a3d1b;
	border-right: 1px solid #5a3d1b;
	}

#content_bg {
	margin-left: 2px;
	width: 772px;
	min-height: 400px;
	background: repeat url(../images/pix_bg.png);
	}
* html #content_bg {width: 768px;}

#content0 { margin-left: 2px; width: 768px; min-height: 200px;
	background: repeat-y url(../images/h_separator_2col_lb.png); }
	
	#left_column { 
		width: 506px; 
		margin-left: 2px;
		margin-right: 2px;
		float: left;
		background: no-repeat url(../images/top_gradient.png);
		top: 0px;
		min-height: 300px;
	}
* html #left_column {height: 300px; margin-left: 0px; }
	
	#left_column p {
		font-size: 12px;
		margin: 0px;
	}
	#left_column_inside {
		width: 440px;
		padding: 0px 30px;
	}

	#right_column { 
		width: 250px; 
		margin-left: 2px;
		margin-right: 2px;
		float: left;
		min-height: 400px;
	}
* html #right_column {height: 400px;}

#content { margin-left: 2px; width: 768px; min-height: 200px;
	background: repeat-y url(../images/h_separator_3_column.png); }
	
	#kontakt { width: 256px; min-height: 200px; float:left; padding-bottom: 20px; }
	#kontakt_inside { padding: 0px 20px; }
	
	#column1 { width: 256px; min-height: 200px; float:left; padding-bottom: 20px; }
	#column1 p { text-align:center; }
		
	#column2, #newsletter { width: 256px; min-height: 200px; float:left;  }
	
	#column3 { width: 256px; min-height: 200px; float:left;  }
		
	#v_separator { clear: both; width: 768px; height: 4px; background: repeat-x url(../images/separator.png); }
	#banner { width: 768px; height: 60px; background-color: #d5c298;  }

#footer {
  	text-align: center;
	clear:both;  
}
#newsletter .submit {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 92px;
	height: 22px;
	background: url(../images/button.png) center top;
	overflow: hidden;
	color: black;
	font: 10px Tahoma;
	font-weight: bold;
	outline: none;
  
}
input, textarea, .sel {
	background-color:#FFFFFF;
    border: 1px solid #CCC;
    font: 8pt tahoma;
	width: 80%;
	
}

ul { margin:0 1.25em 0 2.25em; padding:0; text-align: left; }
li {
	list-style-position:outside;
  	list-style-type:square;
	margin:0; 
	padding:.3em 0;
	border-bottom:1px dotted #5A3D1C;
	}
#column2 li {
	border-bottom:0px;
	}

#date {
	text-align: right;
	}

#more a:link, #more a:visited { 
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration:none;
	padding: 4px 0px 4px 15px;
	text-align: center;
	background: url(../images/BG_li.gif) top left no-repeat;
	background-position: 50px 4px;
	}
#more a:hover { 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #620000;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background: url(../images/BG_li_hover.gif) top left no-repeat;
	background-position: 50px 4px;
	}	

.photo {
	width: 200px;  
  
}	

/**
 * General Body Styling
 * --------------------
 */
 
body {
	background: repeat-x url(../images/top_bg.png);
	margin: 0px 0px 0px 0px;
	background-color: #c8ab69; 
	color : #465675;
	text-align:center;
	}

td,tr,p,div {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

h4 {
	color: #5A3D1C; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold; font-style: italic;
	border-bottom: 1px solid #5A3D1C; 
	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	margin-top: 0px;
	}

h5 {
	color: #000000; 
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #000000; 
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	color: #000000;	text-decoration: underline;
	}
	
hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}


.clearfix:after {
    content: ".";              
	display: block;          
    height: 0;                
    clear: both;              
    visibility: hidden;	     
}
.clearfix {display: inline-block;}   
* html .clearfix {height: 1%;}
.clearfix {display: block;}

