@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	
	min-width: 500px;
	height: 100%;
	
	background-color: #E2D092; /* Added mr 05062008 */
	font-family: Arial, Helvetica, sans-serif;
}
#main_ctn {
	padding-left: 250px;
	height: 100%;
	background-color: #E2D092;
}
#main_ctn .column {
	position: relative;
	float: left;
}
#left_ctn {
	right: 250px;
	margin-left: -100%;
	
	width: 250px;
	
	min-height: 100%;
	height: auto !important; /* für moderne browser */
	height: 100%; /* für IE */
	
	background-color: #E2D092;
}
#right_ctn {
	width: 100%;
	min-height: 100%;
	height: auto !important; /* für moderne browser */
	height: 100%; /* für IE */
	
	background-color: #FFFFFF;
	background-image: url(../../images/bg.jpg);
}
#logo_ctn {
	padding: 20px 0;
	
	text-align: center;
}
#bottom_ctn {
	position: absolute;
	margin: 0;
	padding: 0;
	
	width: 250px;
	
	bottom: 0;
	left: 0;
}
#address_ctn {
	position: absolute;
	margin: 0 50px 20px 0;
	padding: 0;
	
	bottom: 0;
	right: 0;
	
	text-align: right;
}
#address_ctn address {
	margin: 0px;
	padding: 0 0 0 20px;

	font-size: 12px;
	font-style: normal;
}
#address_ctn address a {
	text-decoration: none;
}
#content {
	padding: 50px;
}
#text_ctn {
	margin: 20px 0 0 0;
}
/*-------- Navigation ul, li ---------*/
#nav {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	
	list-style: none;
}
#nav li {
	/*display: block;*/
	margin: 3px 0 0 0;
	padding: 1px;
}
#nav li a, .nav_link {
	display: block;
	border-bottom: 1px solid black;
}
#nav li ul {
	margin: 0;
	padding: 3px 0 5px 10px;
}
#nav li ul li {
	margin: 0;
	padding: 0;
	
	border: none;
	list-style: none;
}
#nav li ul li a {
	border-bottom: none;
}
