/* CSS Document */
.clear { clear:both; }

body {
	background-color: #3B4D27;
	text-align:center;
    behavior:url("/fileadmin/templates/js/csshover.htc");
}

#main {
	width: 900px;
	margin:auto;
	text-align: left;
	position:relative;
}

#header {
	width: 896px;
	height: 83px;

	border-top: 3px solid #255336;
	border-right: 2px solid #255336;
	border-left: 2px solid #255336;
	border-bottom: none;

	background: #255336 url(/fileadmin/templates/images/bg_header.gif) bottom left repeat-x;

	background-color: #255336;
}

#headerInner {
	width: 896px;
	height: 83px;
}

#logo {
	position: relative;
	float: left;
	left: 29px;
	top: 13px;
	width: 106px;
	height: 56px;
}

#whhs {
	position: relative;
	float: left;
	top: 32px;
	left: 44px;
}

#heartandsoul{
	position: relative;
	float: right;
	top: 38px;
	right: 22px;
}

#menu {
	background: #255336 url(/fileadmin/templates/images/bg_menu_bar.gif) bottom left repeat-x;
	width: 900px;
	height: 37px;
}


#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left; 
	position: relative;
    display:block;
}

#nav li a.level-1 {
		display: block;
		line-height: 17px;
		font-size: 12px;
		padding: 10px 28px;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
}

#nav li div.wrapper { position: absolute; left: 0px; top: 37px;  
	display: none; width: 180px;
	z-index: 1000;
	zoom: 1;
}

/* zoom:1 - fix IE7 problem with shadows dissapear */
#nav li div.body { background: url(/fileadmin/templates/images/menu_body.png) repeat-y; padding:0 3px; zoom:1;  }
#nav li div.footer { background: url(/fileadmin/templates/images/menu_footer.png) no-repeat; height:9px; }
#nav li:hover div.wrapper { display: block; }
#nav li a {	display: block; text-decoration: none; }
/* float:left - fix IE problem with menu dissapear when mouse in submenu */
#nav li div.wrapper ul { margin: 0px; padding: 0px; list-style: none;
    background: #A76512 url(/fileadmin/templates/images/bg_menu.gif) repeat-x; /* float:left; */ } 
#nav li div.wrapper ul li { float:none; display: block; list-style: none; width: 174px; 
    border-bottom: solid 1px #EDA139;}
#nav li div.wrapper ul li a { display: block; width: 160px; padding: 6px 0px 6px 15px;
	color: #FFFFFF; font-size: 12px; font-family: Arial; height: auto;
}
#nav li div.wrapper ul li a:hover { color: #E6C48E; font-weight: bold; }
#nav li div.wrapper ul li.last { border: none; }

#menu .gift {
	margin-left: 30px;
}

#content {
	width: 900px;
	height: 382px;
}

#footer {
	background: #CB7A19;
	width: 900px;
	height: 25px;
	display: block;
	float: left;
	clear: both;
	text-align: center;
	color: #EACAA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
}

#footer p {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#contentLeft {
	float: left;
	width: 662px;
	height: 382px;
	display: block;
}

.homepage #contentRight {
	float: left;
	width: 238px;
	height: 382px;
	display: block;
}

.tabs_news_visible {
	width: 238px;
	/*height: 255px;*/
	height: 382px;
	display: block;
}

.tabs_events_visible {
	width: 238px;
	/*height: 255px;*/
	height: 382px;
	display: block;
}

.tabs_news_hidden {
	width: 238px;
	/*height: 255px;*/
	height: 382px;
	display: none;
}

.tabs_events_hidden {
	width: 238px;
	/*height: 255px;*/
	height: 382px;
	display: none;
}

.tabs_bar_news_news {
	display: block;
	float: left;
	width: 119px;
	height: 22px;
	background: #626393 url(/fileadmin/templates/images/bg_tabs_nn.gif) top right no-repeat;
	padding: 6px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabs_bar_calendar_news {
	display: block;
	float: left;
	width: 119px;
	height: 22px;
	background: #B59C06 url(/fileadmin/templates/images/bg_tabs_cn.gif) top left no-repeat;
	padding: 6px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.tabs_bar_news_calendar {
	display: block;
	float: left;
	width: 119px;
	height: 22px;
	background: #B59C06 url(/fileadmin/templates/images/bg_tabs_cc.gif) top right no-repeat;
	padding: 6px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.tabs_bar_calendar_calendar {
	display: block;
	float: left;
	width: 119px;
	height: 22px;
	background: #626393 url(/fileadmin/templates/images/bg_tabs_nc.gif) top left no-repeat;
	padding: 6px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabs_content_news {
	display: block;
	clear: left;
	width: 218px;
	/*height: 217px;*/
	height: 344px;
	background-color: #626393;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.tabs_content_news p {
	display: block;
	margin: 10px 0px 10px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.tabs_content_news a {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

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

.tabs_content_news p span {
	font-weight: bold;
}

.tabs_content_calendar {
	/*
	display: block;
	clear: left;
	width: 238px;
	height: 227px;
	background-color: #B59C06;
	*/
	display: block;
	clear: left;
	width: 218px;
	/*height: 217px;*/
	height: 344px;
	background-color: #626393;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.tabs_content_calendar p {
	display: block;
	margin: 10px 0px 10px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.tabs_content_calendar a {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

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

.tabs_content_calendar p span {
	font-weight: bold;
}

#loginForm {
	display: block;
	width: 238px;
	height: 127px;
	background: #833A07 url(/fileadmin/templates/images/bg_login_form.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}

#loginForm form {
	margin: 0px;
}

#loginHeader {
	text-transform: uppercase;
	padding: 5px 0px 5px 11px;
	margin: 0px;
	display: block;
	font-weight: bold;
}

#loginFooter {
	display: block;
	float: left;
	clear: both;
	padding: 3px 0px 0px 11px;
	margin: 0px;
}

#loginFooter a {
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}

#userinfo {
	width: 108px;
	height: 80px;
	float: left;
	clear: left;
	display: block;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	border: none;/*#CC9966 solid 1px;*/
}

#submit {
	width: 108px;
	height: 80px;
	float: left;
	display: block;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	border: none/*#CC9966 solid 1px;*/
}

#loginForm label {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;	
	width: 90px;
}

#loginForm input {
	display: block;
	float: left;
	margin: 1px 0px 1px 0px;
	padding: 0px;	
	width: 90px;
}

#loginForm select {
	display: block;
	float: left;
	margin: 1px 0px 1px 0px;
	padding: 0px;	
	width: 100px;
	height: 19px;
	font-size: 12px;
	font-family: Arial;
}

#loginForm button {
	display: block;
	float: left;
	margin: 17px 0px 0px 0px;
	background: url(/fileadmin/templates/images/btn_enter.gif) no-repeat;
	width: 63px;
	height: 18px;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}


#middle {
	display: block;
	float: left;
	background: url(/fileadmin/templates/images/bg_middle.gif) repeat-y;
	width: 900px;
}

#menuLeft {
	float: left;
	display: block;
	width: 180px;
	height: 382px;
	background: #8B997C url(/fileadmin/templates/images/bg_lmenu.gif) left top repeat-x;
}

#menuLeftHeader {
	display: block;
	float: left;
	width: 155px;
	height: 31px;
	padding: 15px 0px 0px 25px;
	border-bottom: solid 1px #929D86;
}

#menuLeftHeader a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menuLeftHeader img {
	margin: 0px 9px 0px 0px;
}

#menuLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuLeft ul li {
	float: left;
	clear: left;
	border: none;
	border-bottom: solid 1px #929D86;
}

#menuLeft ul li a {
	display: block;
	text-decoration: none;
	
	width: 155px;
	padding: 7px 0px 2px 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	height: 21px;
}

#menuLeft .current {
	color: #E6C48E;
	font-weight: bold;
}

#menuLeft a:hover {/*ul li a:hover {*/
	color: #E6C48E;
	text-decoration: underline;
}

#contentCenter {
	float: left;
	display: block;
	width: 490px;
	/*height: 371px;*/
	/*background: #FFFFFF url(/fileadmin/templates/images/bg_content.gif) left top repeat-x;*/
	background: #FFF;
	padding: 36px 30px;
	font-family: Arial;
	font-size: 12px;
	/*color: #333333;*/
	color: #000;
	border-top: solid 1px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}

#contentCenter p{ margin: 0 0 10px 0; }

.spanBold {
	font-weight: bold;
}

h2 {
	/*color: #AD9273;*/
	color: #060;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px 0px 18px 0px;
}

#contentCenter h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#contentCenter p a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial;
}

#contentCenter p a:hover {
	color: #E6C48E;
	text-decoration: underline;
}

#contentRight {
	float: left;
	display: block;
	width: 168px;
	height: 382px;
	background-color: #626393;
}

#floatImage {
	width: 168px;
	position: absolute;
	right: 0;
	top: 123px;
}

#contentCenter .csc-uploads-fileName { vertical-align:middle; }
#contentCenter .csc-uploads-fileName p { padding:0; margin:0; }

#mailbox { float: right; }
#mailbox a {
	background: url(../images/icon_mail.gif) 0 0 no-repeat;
	text-indent: -9000px;
	width:10px;
	height:7px;
	margin-right:20px;
	margin-top:5px;
	display:block;
	float: right;
}
#mailbox a.login {
	background-image: url(../images/icon_key.gif);
}
#mailbox a:hover {
	background-position: -12px 0;
}

#curdate { position:absolute; top:60px; right:25px; }

.tabs_content_news p.event-top { margin-top:30px; }
.tabs_content_news p.event-header { font-weight:bold; color:#bf9c00; }

.fade-top {
	background: url(/fileadmin/templates/images/fade_top.png) left top no-repeat;
	width: 218px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 5;
}

.fade-bottom {
	background: url(/fileadmin/templates/images/fade_btm.png) left top no-repeat;
	width: 218px;
	height: 25px;
	position: absolute;
	left: 10px;
	bottom: 5px;
	z-index: 5;
}

/*.tabs_content_calendar { overflow-y:scroll; }*/