body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header-table {
	background-image: url(../images/header_bg.gif);
	height: 120px;
}

#header-bg {
	background-image: url(../images/baranner.gif);
	background-position: right;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#left-bg {
	background-image: url(../images/left_bg.gif);
}

#language-switcher {
	height: 19px;
	background-color: #660000;
	text-align: center;
}

.menu-caption {
	background-color: #FF9900;
	height: 20px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.menu-list {
	font-size: 12px;
	margin: 0 0 0 27px;
	padding: 0px;
	list-style: none;
	background-image: url(../images/dummy.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.menu-selected {
	list-style: square;
	color: #CC0000;
	font-weight: bold;
}

.menu-list a {
	color: black;
	text-decoration: none;
}

.menu-list a:hover {
	color: black;
	text-decoration: underline;
}

#menu-closer {
	background-color: #660000;
	height: 5px;
	font-size: 5px;
}

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border-top: #660000 2px solid;
}

#footer a {
	color: #333333;
}

.footer-td {
	border-right: Silver 1px dashed;
}

.welcome {
	width: 290px;
	font-size: 14px;
	color: #333333;
	margin-top: 35px;
	margin-left: 15px;
}

#news-block {
	position: absolute;
	top: 445px;
	left: 223px;
	font-size: 12px;
	width: 265px;
}

#news-block a {
	color: #666666;
	font-size: 11px;
}

#main-content {
	color: #660000;
	padding: 20px 20px 20px 80px;
	color: #333333;
	font-size: 0.8em;
	width: 500px;
}

#main-content p {
	text-align: justify;
}

#main-content a {
	color: #990000;
	text-decoration: underline;
}

#main-content a:hover {
	color: #990000;
	text-decoration: none;
}

#main-content h1 {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	text-align: left;
	font-size: 1.7em;
	text-transform: uppercase;
}

.error {
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	margin-top: 50px;	
}

.table-with-border {
	border: 1px solid #666666;
	border-collapse: collapse;
}

.table-without-border {
	border: none;
}

.table-with-border td {
	border: 1px solid #666666;
	
}

.table-without-border td {
	border: none;
}

.headlines {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}

.image-box-bg {
	border: Silver 1px solid;
	background-color: Silver;
}

.archive-box input, select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.archive-box {
	font-size: 11px;
}

.news-date {
	font-size: 10px;
	font-weight: bold;
}