/* CSS styles */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: black;
	background-image: url(../dsg/body_bg.gif);
	font-size: 10px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 990px;
}

#siteTable {
	width: 814px;
}

#leftCol {
	vertical-align: top;
	width: 246px;
	background-image: url(../dsg/left_bg.gif);
}

#rightCol {
	vertical-align: top;
	width: 539px;
}

#mainShadowRight {
	background-repeat: repeat-y;
	width: 29px;
	background-image: url(../dsg/maintbl_shadow_right.jpg);
}

#mainShadowRight1 {
	background-repeat: repeat-y;
	width: 29px;
	background-image: url(../dsg/maintbl_shadow_right1.jpg);
}

#contentContent {
	padding: 10px;
	background-image: url(../dsg/main_bg.gif);
}

#contentContent a {
	color: yellow;
}

#pageLinks {
	padding-top: 20px;
	text-align: center;
	color: black;
	font-weight: bold;
}

#pageLinks a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.homeGalleryImg {
	height: 112px;
	width: 127px;
	float: left;
	background-image: url(../dsg/home_gallery_frame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 16px;
	padding-left: 5px;
	padding-right: 2px;
}

.emaHomeLink a {
	color: #dbe00e;
	text-decoration: none;
}

.emaHomeLink a:hover {
	text-decoration: underline;
}

.searchResultsContent {
	padding-left: 12px;
}

.searchResultsContent a {
	text-decoration: none;
	color: white;
}

.searchResultsNews {
	padding-left: 12px;
	color: yellow;
}

.searchResultsNews a {
	text-decoration: none;
	color: yellow;
}

.forumLink {
	color: white;
	text-decoration: none;
}

.forumLink:hover {
	color: #FFFC00;
}

.direktnoLink {
	color: white;
	text-decoration: none;
}

.direktnoLink:hover {
	color: #FFFC00;
}

/* ie hack ... works only in FF :) */
/*#mainShadowRight[id] {
	width: 29px;
	background-image: url(../dsg/maintbl_shadow_right.png);
}*/

/*left col design*/
#leftTop {
	height: 250px;
	background-image: url(../dsg/left_top_bg.jpg);
}

/* menu design */
#mainMenuHolder {
	background-color: #4b689c;
	height: 41px;
}

#mainMenuBottom {
	font-size: 10px;
	height: 11px;
	background-image: url(../dsg/menu_bottom.jpg);
}

.subMenuHolder {
	background-color: #F3ECE2;
	position: absolute;
	top: 44px;
	visibility: hidden;
/*	background-image: url(../dsg/opacity_65.png);	*/
	font-size: 11px;
	z-index: 1000;
}

.subMenuItem {

}

.subMenuItem a {
	padding: 8px;
	padding-left: 24px;
	color: #102D60;
	text-decoration: none;
	display: block;
	background-image: url(../dsg/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.subMenuItem a:hover {
	color: #F3ECE2;
	background-image: url(../dsg/menu_bullet_hover.gif);
	background-color: #6C8CB1;
}

/* right col design */
#homeNewsHolder {
	background-color: white;
	background-image: url(../dsg/home_news_holder_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
}

.newsHomeBox {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.newsHomeItem {
	width: 168px;
	height: 112px;
	background-image: url(../dsg/home_news_top.png);
}

/*news home box*/
.newsBoxTitle {
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}
.newsBoxCenter {
	background-image: url(../dsg/news_home_bg.gif);
	width: 168px;
	min-height: 260px;
	height: 260px;
}

.newsBoxHeart {
	float: left;
	position: absolute;
	top: 386px;
}

.newsBoxDate {
	font-size: 8px;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 4px;
}

.newsBoxNewsTitle {
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
}

.newsBoxContent {
	padding-left: 12px;
	padding-right: 12px;
	
}

.newsBoxBottom {
	background-image: url(../dsg/news_home_bottom.png);
	height: 12px;
	width: 168px;
}

/* calendar */
.calTitle {
	text-align: center;
	color: #dde4e7;
	background-image: url(../dsg/calendar_title_bg.gif);
	font-weight: bold;
}

.dayOfWeek {
	text-align: center;
	color: #4c6f7e;
	background-image: url(../dsg/calendar_dayofweek_bg.gif);
	height: 14px;
	font-weight: bold;
}

.date {
	background-color: white;
	color: blue;
	text-align: center;
	font-weight: bold;
}

.date a {
	color: #90a6af;
	text-decoration: none;
}
