

/* -- defaults -- */
html {
	background-image: url(multicms/images/html_bg.gif)
}
body {
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	text-align: left;
}



/* -- frame-wrapper -- */
#frame-wrapper {
	background-image: url(multicms/images/framewrapper_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* -- content-frame -- */
#frame {
	width: 940px;
}
#frame td {
	font: 12px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .header {
	height: 250px;
	/*background-image: url(multicms/images/header_bg.gif);*/
	background-position: left bottom;
	background-repeat: no-repeat;
}
#frame .content-top {
	height: 19px;
	background-image: url(multicms/images/content_top_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 19px;
}
#frame .mainmenu {
	width: 195px;
	background: #FFF;
	/*background-image: url(multicms/images/mainmenu_bg.gif);*/
	background-position: left top;
	background-repeat: no-repeat;
}
#frame .content {
	/*width: 575px;*/
	background: #FFF;
	padding: 10px 15px 30px 15px;
	border: solid #d8d8d8;
	border-width: 0px 1px;
}
#frame .pnl-right {
	width: 170px;
	background: #FFF;
}
#frame .content-btm {
	height: 20px;
	background-image: url(multicms/images/content_btm_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .footer {
	height: 50px;
	color: #005336;
}







/* ## HEADER ## */
/* -- topmenu -- */
#topmenu {
	font: bold 11px arial;
	color: #005337;
	text-transform: uppercase;
	text-align: right;
		/*border: solid 1px #000;*/
}
#topmenu a {
	color: #005337;
	text-decoration: none;
	padding: 5px;
	line-height: 25px;
}
#topmenu a:hover {
	background-image: url(multicms/images/topmenu_link_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #F00;
}
/* -- banner -- */
#banner {
	width: 940px;
	height: 225px;
	/*position: relative;
	left: 180px;
	top: 20px;*/
	margin: 7px 0px 0px 0px;
	overflow: hidden;
}
#banner img {
	width: 940px;
	height: 225px;
	border: solid 1px #000;
}
#kremetart-banner {
	width: 940px;
	height: 232px;
	/*position: relative;
	left: 180px;
	top: 20px;*/
	margin: 7px 0px 0px 0px;
	overflow: hidden;
}
#kremetart-banner img {
	width: 940px;
	height: 232px;
	border: solid 1px #000;
}

/* -- countdown-timer -- */
#countdown-timer {
	width: 161px;
	height: 137px;
	background-image: url(multicms/images/countdown_timer_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000;
	margin: 0px 4px 10px 0px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}
#countdown-timer .title {
	font: bold 12px arial;
	text-align: left;
	margin: 12px 0px 14px 60px;
}
#countdown-timer #jq-timer {
	font-weight: bold;
	color: #F00;
	margin: 0px 10px;
}
#countdown-timer .link {
	text-align: right;
	float: right;
	display: block;
	margin: 10px 10px 0px 0px;
	clear: both;
}


/* -- mainmenu -- */
#mainmenu {
	margin: 0px 0px 20px 0px;
}


/* ## CONTENT ## */
#content {
	/*width: 575px;*/
	height: 600px;
}
#content .content-image {
	float: right;
	display: inline;
	margin: 0px 0px 10px 10px;
}
#content a {
	color: #157cb2;
}
#content a:hover {
	color: #ff7e00;
}
/* -- content-heading -- */
#content-heading {
	width: 540px;
	height: 35px;
	background-image: url(multicms/images/content_heading_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	color: #000;
	border: solid 1px #d7d7d7;
	margin: 5px 0px 20px 0px;
}
#content-heading h1 {
	font: bold 20px arial;
	text-align: right;
	padding: 15px 30px 0px 0px;
	margin: 0px;
}
#content h2 {
	background-image: url(multicms/images/dot_h_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font: bold 15px arial;
	color: #C2090E;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 15px 0px;
}
/* -- readmore link -- */
a.readmore {
	background-image: url(multicms/images/arrow_r_bl.gif);
	background-position: 100% 51%;
	background-repeat: no-repeat;
	color: #0086cf;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
}
a.readmore:hover {
	color: #000;
}
/* -- linebreak -- */
#lnbr-dotted {
	background-image: url(multicms/images/dot_h_grey.gif);
	background-position: center center;
	background-repeat: repeat-x;
	margin: 10px 0px;
	clear: both;
}


/* -- newsletter */
#newsletter-subscribe-small {
	width: 160px;
	background: #313334;
	font: bold 11px arial;
	color: #FFF;
	padding: 10px;
	border: solid 1px #000;
	margin: 0px 0px 30px 0px;
}
#newsletter-subscribe-small .email {
	width: 120px;
	border: solid 1px #b9bec0;
}
#newsletter-subscribe-small .btn {
	background: #157cb2;
	font: bold 11px arial;
	color: #FFF;
	border: none;
}
#newsletter-subscribe-small form {
	padding: 0px;
	margin: 0px;
}



/* ## INDEX ## */
#index-tabs {
	width: 543px;
	height: 200px;
	background-image: url(multicms/images/index_tabs_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
}
#index-tabs .tab {
	width: 480px;
	height: 250px;
	text-align: left;
		/*border: solid 1px #000;*/
}
/* -- banner -- */
#index-banner {
	border: solid 1px #000;
	margin: 0px 0px 20px 0px;
}




/* ## FOOTER ## */
/* -- footermenu -- */
#footermenu {
	width: 430px;
	font: 11px arial;
	margin: 5px;
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#footermenu a {
	color: #005336;
	text-decoration: none;
}
#footermenu a:hover {
	color: #F00;
}
/* -- footer -- */
#footer-tag {
	width: 400px;
	font: 11px arial;
	text-align: right;
	margin: 5px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}
#footer-tag a {
	color: #005336;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #F00;
}
/* -- counter -- */
#counter {
	font: bold 11px arial;
	color: #005336;
	text-align: right;
	clear: both;
	margin: 0px 20px;
}





/* -- entryform-ad -- */
#entryform-ad {
	width: 498px;
	height: 151px;
	background-image: url(multicms/images/entryform_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px 0px 20px 0px;
}
#entryform-ad .text {
	width: 390px;
	font: bold 11px arial;
	text-align: left;
	margin: 5px 10px 0px 0px;
	float: right;
	display: block;
		/*border: solid 1px #000;*/
}
#entryform-ad h2 {
	background: none;
	font: bold 25px arial;
	color: #F00;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#entryform-ad h2 a {
	color: #F00;
	text-decoration: none;
}
#entryform-ad .close-date {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
#entryform-ad a.enter-link {
	font: bold 12px arial;
	color: #F00;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	float: right;
	display: inline;
}
#entryform-ad a:hover {
	
}





/* -- shortlist - events -- */
#shortlist-events {
	/*width: 376px;*/
}
#shortlist-events h1 {
	font: bold 20px arial;
	padding: 0px;
	margin: 0px;
}
#shortlist-events .day {
	width: 57px;
	background-image: url(multicms/images/dot_v_grey.gif);
	background-position: right top;
	background-repeat: repeat-y;
	text-align: center;
}
#shortlist-events .month {
	font: bold 18px arial;
	color: #C2090E;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#shortlist-events .daynum {
	font: bold 27px arial;
	color: #C2090E;
	padding: 0px;
	margin: -5px 0px 0px 0px;
}
#shortlist-events .details {
	padding: 0px 0px 0px 10px;
}
#shortlist-events a.title {
	font: bold 12px arial;
	color: #C2090E;
	text-decoration: none;
}
#shortlist-events a.title:hover {
	color: #157cb2;
}
/* -- shortlist - news -- */
#shortlist-news {
	
}
#shortlist-news #news-featured {
	
}
#shortlist-news .title {
	
}
#shortlist-news .title a {
	font: bold 12px arial;
	color: #C2090E;
	text-decoration: none;
}
#shortlist-news .title a:hover {
	color: #157cb2;
}
#shortlist-news .intro {
	margin: 0px 10px;
}





/* -- form errorv--v */
#form-error {
	font: bold 12px arial;
	color: #F00;
	margin: 0px 0px 20px 0px;
}

/* -- forms -- */
#std-form {

}
#std-form div {
	font-size: 11px;
	padding: 2.5px 0px;
}
#std-form p {
	width: 150px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#std-form p.text {
	padding: 0px;
}
#std-form .note {
	font: 11px arial;
}
#std-form input, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#std-form .cb {
	border: none;
}
#std-form .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#std-form select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#std-form option {
	margin: 0px 20px 0px 5px;
}
#std-form .order {
	width: 300px;
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 5px;
}
#std-form .btn_up {
	width: 50px;
	background-image: url(images/bg_formbtn.gif);
	background-position: 10px 0px;
	background-repeat: repeat-x;
}
#std-form fieldset {
	border: solid 1px #3B88B8;
	padding: 0px 0px 10px 0px;
}
#std-form legend {
	font: bold 11px arial;
	color: #3B88B8;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
#std-form .cb {
	border: none;
}
#std-form a {
	background: none;
}
#std-form .br {
	display: block;
	clear: both;
}
#content .content-text .ui-datepicker-trigger {
	margin: 0px 0px -3px 3px;
}



/*  LIST  */
#list {
	font: 11px arial;
	border: 1px solid #C2C2C2;
	background: #FFF;
}
#list .list_rh, #list .list_ch, #list .list_lh, #list .list_ch_mid {
	font: bold 11px arial;
	background: #EEEDED;
	border: solid #C2C2C2;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
#list .list_ch_mid {
	border-width: 1px 0px;
	text-align: center;
}
#list .list_r, #list .list_c, #list .list_l {
	font: 11px arial;
	background: #F4F4F4;
	padding: 3px;
}
#list .list_l, #list .list_lh {
	text-align: right;
}
#list .list_c, #list .list_ch {
	text-align: center;
}



/* -- color spans -- */
#content span.green
{color: #090;}
#content span.red
{color: #F00;}
#content span.blue
{color: #03F;}
#content span.orange
{color: #F90;}
#content span.grey
{color: #BBB;}


/* -- pagination -- */
#pagination {
	text-align: center;
	margin: 15px 0px;
		/*border: solid 1px #000;*/
}
#pagination a {
	background: #efefef;
	font: bold 12px arial;
	color: #aaaaaa;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	border: solid 1px #cecece;
	padding: 0px 5px;
	margin: 0px 2px;
}
#pagination a:hover {
	background: #69b0da;
	color: #FFF;
	border: solid 1px #077cc2;
}
#pagination a.selected {
	background: #077cc2;
	color: #FFF;
	border: solid 1px #00639e;
}
#pagination a.selected:hover {
	/*background: #;*/
}










