@charset "UTF-8";

body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 100%;

	background-color: #000;

	background-image: url(pictures/ledana_bg.jpg);

	background-repeat: repeat-x;

}

.oneColFixCtrHdr #container {

	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #container_kontakt {

	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 10px;

}

.oneColFixCtrHdr #container_kontakt p{

	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	font-size: 9px;

	font-weight: lighter;

	color: #FFF;

}

.oneColFixCtrHdr #top a {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;

	color: #FFF;

	margin-top: 50px;

	padding-left: 10px;

	line-height: 20px;

	text-decoration: none;

	float: right;

}



.oneColFixCtrHdr #top a:hover {

	color: #ffe400;

}



.oneColFixCtrHdr #header {

	background-color: #FFF;

	height: 216px;

	margin-bottom: 10px;

	clear: both;

}



.oneColFixCtrHdr #mainContent {

	background: #fff;

}



.oneColFixCtrHdr #bottom_center {

	background: #545454;

	height: 263px;

	width: 308px;

	margin-bottom: 10px;
	margin-right:10px;
	
	float: right;

}


.oneColFixCtrHdr #bottom_left {

	background: #545454;

	height: 263px;

	width: 308px;

	margin-bottom: 10px;
	
	float:right;

}



.oneColFixCtrHdr #bottom_right {

	background: #545454;

	height: 263px;

	width: 308px;

	margin-bottom: 10px;
	
	float:right;
	margin-right:10px;
}



.oneColFixCtrHdr #footer {

	height: 30px;

	width: 944px;

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #FFF;

	background-image: url(pictures/footer_bg.gif);

	background-repeat: repeat-x;

	margin-right: 20px;

}



.oneColFixCtrHdr #footer a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #FFF;

	text-decoration: none;

}



.oneColFixCtrHdr #footer a:hover {

	color: #ffe400;

}



.oneColFixCtrHdr #footer_left {

	float: left;

	margin-left: 10px;

	

}



.oneColFixCtrHdr #footer_left p{

	float: left;

	margin-right: 15px;	

}

	

	

.oneColFixCtrHdr #footer_right {

	float: right;

	margin-right: 5px;

}



.oneColFixCtrHdr #footer_right p{

	float: right;

	margin-right: 15px;	

}



.oneColFixCtrHdr #footer_pic{

	float: left;

	margin-left: 15px;

	margin-top: 7px;

}

	

	


