BODY {
	text-align: center;
	margin: 0px;
	padding:0px;
	height: 100%;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#EnterPage {
	margin: 0px;
	padding: 0px;
  	margin-right:auto;
	margin-left:auto;
	height: 100%;
}

#OneW {
	width: 800px;
	margin-right:auto; 
	margin-left:auto;
	border: 1px none red;
	height: auto;
	background: url(images/body_back.jpg) repeat-y;
}
* html #OneW {height: 100%;}

#Head {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 90px;
	text-align: left;
	background: url(images/head_back.jpg) no-repeat;
}

#Head table, #Main table {
	border-collapse:collapse;
	width: 800px;
}

#Lang {
	display: block;
	height: 20px;
}

#Logo {
	display:table-cell;
	height: 70px; 
	width:170px;
	margin: 0px;
	padding: 0px;
}

#Title {
	display:table-cell;
	height: 70px; 
	width:630px; 
}

#ChooseLang {
	display: block;
	padding-top: 2px;
	/*width: 370px;*/
	float: left;
	font-style:italic;
	font-size:11px;
	font-weight: normal;
	color: #FFFFFF;
	font-family:Verdana, "Times New Roman", Times, serif;
}
#ChooseLangSlo {margin-left: 10px; color: #DED6A8;}
#ChooseLangAng {margin-left: 45px;}

.chooseLang {
	padding-left: 50px;
	background: url(images/LangButt.jpg) no-repeat;
}
.chooseLang A {text-decoration: none; color: #ffffff;}
.chooseLang A:hover {text-decoration: none; color: #DED6A8;}

#CopyRight {
	display: block;
	padding-top: 2px;
	padding-right: 130px;
	/*width: 300px;*/
	font-style:italic;
	font-size:11px;
	font-family:Verdana, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
}

#Main {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#Menu {
	display: block;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 170px;
	text-align:left;
	vertical-align: top;
}

#MenuFrame {
	width: 151px;
	height: 320px;
}

#Content {
	display: table-cell;
	width: 630px;
	padding: 30px 40px 0px 30px;
	text-align: left;
}

#ContentMain {
	display: block;
	vertical-align: top;
}

#ContentMain H2 {
	font-family: Verdana;
	font-size: 14pt;
	color: #1F5689;
	padding-left: 30px;
	margin: 0px 0px 10px 0px;
}

#ContentPic {
	display: block;
	width: 214px;
	height: 280px;
	float: left;
	background: url("images/ContentPic23.jpg") no-repeat;
}

#ContentText {
	display: block;
	margin: 0px;
	padding-top: 3px;
}

#Content UL, #Content OL {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#ContentText table {width: 100%;}

.FirstP {font-weight: bold;}

#Dummy {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	overflow:hidden;
}

#Content P {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#Content A {
	text-decoration: none;
	color: #1F5689;
}
#Content A:hover {
	text-decoration: none;
	color: #A31F34;
}

#ContentRow {
	display: block;
	background-color: #C8C099;
	white-space:nowrap;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 4px;
	overflow:hidden;
}

#ContentChange {
	font-family: Verdana;
	font-size: 8pt;
}

#home {
	width: 150px;
	padding-left: 10px;
}
#home A, #home A:hover {
	display: block;
	width: 150px;
	height: 50px;
	text-decoration: none;
}

.ItalicGray {
	font-style:italic;
	color: #999999;
}

#ContentText #Issues {width: 400px;}
#Issues td {
	border-bottom: 1px solid #C8C099;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#ContentText hr {color: #C8C099; border: 1px none red; height: 1px;}

.SubTitle {
	color: #1F5689;
	font-weight: bold;
}

.SubTitleB {
	font-size: 12pt;
	color: #CC3300;
	font-weight: bold;
}


