@import url("typography.css");
@import url("Navigation.css");

* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.clear {
	clear: both;
}
body, html {
	background-image: url(../../System/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 100%;
}

div#PageHolder {
	display: block;
	width: 793px;
	margin: 0px auto 0px auto;
	text-align: center; 
	background-image: url(../../System/vertical_rpt_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

div#TopGraphic {
	display: block;
	width: 793px;
	height: 131px;
	background-image: url(../../System/topgrafik.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
div#LeftMenu {
	float: left;
	display: block;
	width: 178px;
	padding: 10px 0px 35px 34px;
}
div#ContentHolder {
	float: left;
	clear: right;
	display: block;
	width: 581px;
}
div#HeaderTjeck {
	display: block;
	clear: right;
	padding: 25px 55px 15px 22px;
}


div#Footer {
	clear: both;
	display: block;
	width: 793;
	height: 161px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	background-image: url(../../System/footer_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;

}

/* PARAGRAPHS */
div.ParagraphHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

div.ParagraphHolder {
	width: 504px;
	padding: 0px 55px 25px 22px;
	display: block;
	float: left;
}
div.ParagraphImageHolder {
	display: block;
}
.paragraphimage {
	display: block;
	margin-top: 4px;
}
div.ParagraphImageText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	color: #6C5952;
	padding: 3px 0px 3px 0px;
}

.LeftImg {
	float: left;
	padding: 0px 15px 0px 0px;
}
.RightImg {
	float: right;
	padding: 0px 0px 0px 15px;
}

