body {	
	   margin: 0px; 
	   padding: 0px; 	   
	   background-color:#e6e6e6;
	   width:100%; 
	   min-height:100%;
	   text-align:center;		
	   font-family:tahoma;
	   font-size:14px;
	   font-weight:normal;
	   color:#474747;
	   line-height:180%;
	   height:auto;
	 }
p { width:auto;	   line-height:180%; }


h1 {
	
	font-size:18px;
	font-weight:bold;
	
}

h2 {
	
	font-size:16px;
	text-align:center;
	font-weight:bold;
	
}

div#container {

	width:1002px;
	min-height:500px;
	height:auto;
	margin:auto;
	padding:0px;

	
}	




div#header {
	
	
	margin:auto;
	margin-top:25px;
	width:1002px;
	min-height:175px;
	background:url('/public/images/header.png') no-repeat;
	position:relative;
		
}


div#lang_container {
	
	
	width:100px;
	height:30px;
	position:absolute;
	bottom:75px;
	left:150px;
	
}

a#pl.normal {
	
	margin-left:20px;
	float:left;
	display:block;
	width:24px;
	height:24px;
	background:url('/public/images/Poland.png') no-repeat;
		
}

a#de.normal {
	
	margin-left:20px;
	float:left;
	display:block;
	width:24px;
	height:24px;
	background:url('/public/images/Germany.png') no-repeat;
		
}

a#pl.active {
	
	margin-top:-4px;
	border-bottom:2px solid #BFBFBF;
	margin-left:20px;
	float:left;
	display:block;
	width:24px;
	height:24px;
	background:url('/public/images/Poland.png') no-repeat;
		
}

a#de.active {
	
	margin-top:-4px;
	border-bottom:2px solid #BFBFBF;
	margin-left:20px;
	float:left;
	display:block;
	width:24px;
	height:24px;
	background:url('/public/images/Germany.png') no-repeat;
		
}

div#header form {
	
	position:absolute;
	left:20px;
	bottom:35px;
		
}

div#header form input {
	
	padding:3px;
	width:240px;
	border:1px solid #d2d2d2;
	
}

div#header span{
	
	position:absolute;
	left:20px;
	bottom:10px;
	font-size:12px;
			
}


div#index_button {
	
	position:absolute;
	top:0px;
	left:320px;
	width:300px;
	height:50px;
	
}


div#content {
	
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:1002px;
	height:auto;
	background:url('/public/images/content.png') repeat-y;

	
}

div#content_container {

	float:left;
	width:680px;
	height:auto;
	
}	


div#content_container h2 {


	width:500px;
	margin:0px;
	padding:0px;

	
}

div#content_container div#text {
	
	width:90%;
	height:auto;
	text-align:left;
	float:left;
	padding:20px;
	margin-top:0px;
	
}

div#content_container div#text p {
	
	width:100%;
	
}

div#text a {
	
	color:#4F3A27;
	
}

div#content_container div#text table {
	
	min-width:400px;
	border-collapse:collapse;
	border:1px solid #d2d2d2;
	
}

div#content_container div#text table tr td {

	padding:5px;
	
}


div#boxes {
	
	float:left;
	width:300px;
	height:auto;
	
}


div#menu_container {
	
	margin-left:1px;
	
}

div#menu_header {
	
	float:left;
	width:290px;
	height:15px;
	background:url('/public/images/menu_top.png') no-repeat;
	
	
}

div#menu_content {
	
	padding:10px;
	padding-top:0px;
	padding-bottom:30px;
	margin-top:-10px;
	float:left;
	width:290px;
	height:auto;
	background:url('/public/images/menu_content.png') repeat-y;
	
	
}

div#menu_footer {
	
	float:left;
	width:290px;
	height:60px;
	background:url('/public/images/menu_bottom.png') no-repeat;
	
	
}


ul.menu {
	
	margin:0px;
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	float:left;
	list-style:none;
	
}

ul.menu li {
	
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	display:block;
	height:40px;
	width:220px;
	border-bottom:1px solid #d2d2d2;
}

ul.menu li a {
	
	text-decoration:none;
	font-size:14px;
	color:#474747;
	margin:0px;
	padding:0px;
	padding-left:45px;
	padding-top:8px;
	text-align:left;
	float:left;
	display:block;
	height:32px;
	width:205px;
	
}

ul.menu li:hover a {

	text-decoration:none;	
	font-size:16px;
	color:#6e4b39;
	margin:0px;
	padding:0px;
	padding-left:60px;
	padding-top:8px;
	text-align:left;
	float:left;
	display:block;
	height:32px;
	width:190px;
	
}

div.footer {
	

	width:1002px;
	margin:0px;
	padding:0px;
	height:61px;
	overflow:hidden;
	background:url('/public/images/footer.png') no-repeat bottom;
	margin-bottom:25px;	
	
}

div.is24 {
	
	margin-top:10px;
	margin-left:20px;
	font-size:11px;
	float:left;
	
}


div.footer_menu {
	
	margin-right:20px;
	margin-top:10px;
	font-size:14px;
	float:right;
	color:#d2d2d2;
	
}

div.is24 a, div.footer_menu a {
	
	font-size:12px;
	text-decoration:none;
	font-weight:500;
	color:#474747;
		   
}
	
