

/* -- defaults -- */
html {

}
body {
	background: #20315a;
	background-image: url(multicms/images/body_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}





/* -- frame -- */
#frame {
	width: 782px;
	background-image: url(multicms/images/frame_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#frame td {
	font: 12px arial;
	text-align: left;
	vertical-align: top;
}
#frame .col-left {
	width: 15px;
	background-image: url(multicms/images/col_left_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#frame .header {
	height: 137px;
	background: #FFF;
	background-image: url(multicms/images/header_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#frame .header .logo {
	position: relative;
	top: 15px;
}
#frame .header .logo img {
	width: 198px;
	height: 112px;
	border: none;
}
#frame .col-right {
	width: 14px;
	background-image: url(multicms/images/col_right_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#frame .buttons {
	width: 193px;
	background-image: url(multicms/images/buttons_bg.gif);
	background-repeat: repeat;
}
#frame .buttons-frame {
	width: 193px;
	height: 368px;
	background-image: url(multicms/images/buttonsframe_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#frame .col-spacer {
	width: 10px;
	background: #FFF;
}
#frame .mainmenu {
	width: 550px;
	height: 25px;
	background-image: url(multicms/images/mainmenu_bg.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
#frame .content {
	height: 200px;
	background: #FFF;
	color: #646464;
	text-align: justify;
}
#frame .content h1 {
	font: bold 20px arial;
	color: #20315a;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#frame .content a {
	color: #304476;
}
#frame .content a:hover {
	color: #ffbb09;
}
#frame .footer-graphic {
	height: 72px;
	background-image: url(multicms/images/footergraphic_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .footer {
	height: 30px;
	background: #20315a;
	background-image: url(multicms/images/footer_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font: 11px arial;
	color: #667da4;
	padding: 0px 40px;
}
#frame .tag {
	
}
#frame .tag a {
	color: #667da4;
	text-decoration: none;
}
#frame .tag a:hover {
	color: #FFF;
}




/* -- topmenu -- */
#topmenu {
	text-align: right;
	padding: 0px;
	margin: 4px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}
#topmenu a {
	font: bold 11px arial;
	color: #18274b;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
}





/* -- frame-content -- */
#frame-content {
	width: 100%;
	margin: 7px 0px;
}
#frame-content .header {
	height: 107px;
	background: #304476;
	background-image: url(multicms/images/frame_header_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#frame-content .header img {
	width: 216px;
	height: 107px;
	border: solid #FFF;
	border-width: 0px 0px 0px 2px;
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline;
}
#frame-content .spacer-v {
	width: 15px;
	background-image: url(multicms/images/dot_grey_v.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#frame-content .sublinks {
	width: 180px;
}









/* -- footermenu -- */
#footermenu {
	
}
#footermenu a {
	font: 11px arial;
	color: #667da4;
	text-decoration: none;
}
#footermenu a:hover {
	color: #FFF;
}





/* -- index-content -- */
#index-content {
	width: 100%;
	margin: 7px 0px 0px 0px;
}
#index-content .slideshow {
	width: 322px;
	padding: 0px 0px 10px 0px;
}
#index-content .spacer {
	width: 10px;
}
#index-content .buttons {
	width: 219px;
	background: none;
	padding: 0px;
}
#index-content .content {
	
}
#index-content .shortlists {
	
}


/* -- shortlist - events -- */
#shortlist-events, #shortlist-blog {
	width: 210px;
	text-align: left;
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#shortlist-events h2, #shortlist-blog h2 {
	font: 23px arial;
	color: #cd6d00;
	padding: 0px;
	margin: 0px;
}
#shortlist-events h2 b, #shortlist-blog h2 b {
	font: bold 24px arial;
}
#shortlist-events .date {
	font: bold 12px arial;
	color: #20315a;
}
#shortlist-events .time {
	
}
#shortlist-events .text {
	font: 11px arial;
	color: #636363;
	text-align: justify;
}
#shortlist-events .text b {
	color: #5f5d5d;
}
#shortlist-events .text a {
	background-image: url(multicms/images/shortlist_link_bg.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #cd6d00;
	text-decoration: none;
	padding: 0px  0px 0px 10px;
}
#shortlist-events {
	margin: 0px;
}




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

}
#std-form div {
	padding: 2.5px 0px;
}
#std-form p {
	width: 70px;
	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;
}



