fhtml, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Tahoma,Arial,sans-serif;
	font-size: 10px;
	/*background: #767676;*/
	background: #FFFFFF;
	width: 100%;
}

a {
	color: #1d1d1d;
	text-decoration: none;
}

a:hover {
	color: #1d1d1d;
	text-decoration: underline;
}

img {
	border: 0px;
}

#main {
	margin: 0 auto;
	padding: 0;
	background: url("");
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
}

#header {
	background: #FFFFFF url("../gfx/logo.jpg") no-repeat center;
	height: 100px;
	border-bottom: solid 1px #CFCFCF;
	padding-right: 80px;
}
#kontakt {
	padding-top: 5px;
	width: 920px;
	margin: auto;
	text-align: right;	
}

#contener {
	background: #FFFFFF url("../gfx/topbg.gif") repeat-x;
	padding-top: 5px;
}

#bottom {
	height: 290px;
	width: 920px;
	background: #FFFFFF url("../gfx/bottombg.jpg") no-repeat;
	background-position: bottom right;
	margin: auto;
	padding-left: 20px;
}

.newsContener {
	width: 300px;
	border-right: 1px dotted #767676;
	float: left;
	padding: 10px 10px 10px 40px;
}

.newsContenerR {
	width: 300px;
	border-right: 1px dotted #767676;
	float: left;
	padding: 10px 10px 10px 20px;
}

.clear_box{
	clear:left;
}

.newsDate {
	color: #FF0000;
	text-align: left;

}

.newsTitle {
	color: #5A5A5A;
	text-align: left;
	font-weight: bolder;	
}

.newsBody {
	text-align: justify;
	margin-top: 10px;
}

.newsFooter {
	margin-top: 5px;
	text-align: right;
} 

#menuRight {
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}

#footer {
	color: #767676;
	height:20px;
	border-top: solid 1px #CFCFCF;
	background: #FFFFFF url("../gfx/topbg.gif") repeat-x;
}
#footerIn
{
	width: 920px;
	margin: auto;
	padding-top: 5px;
}

#footerLeft {
	float: left;
	padding-left: 40px;
}

#footerRight {
	float: right;
	padding-right: 40px;
}
