/*#############################################################

#############################################################*/


/* standard elements */
* {
	margin: 0;
	padding: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	border: solid 3px #ebeae8;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 963px;
}

.defaulttitle
{
	background: url(img/header.gif) repeat-x;
}
/* title */
.defaulttitle h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 110px;
	line-height: 110px;
	margin-bottom: 10px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	background-color:#ebeae8;
	
}

.rightCol {
	float: right;
	width: 150px;
	margin-left: 5px;
	}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 5px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 150px;
	margin-right: 5px;
}
.sidenav li span a
{
	color: #000;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 0.7em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 10px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

.sidenav .Menulevel2
{
	padding-left: 15px;
}
.sidenav .Menulevel3
{
	padding-left: 25px;
}

/* page main content */
.pagecontent {
	float: left;
	
}
.pagecontent .item {
	
	
	/*background: #FFF;*/
	margin-bottom: 8px;
}
.pagecontent .descr {
	color: #333;
	margin-bottom: 6px;
}
.pagecontent li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#textContent
{
	line-height: 1.7em;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
	width: 110px;
	height: 14px;
}
.searchbutton {
	background-repeat: no-repeat;
	/*background-position: left bottom;*/
	border: none;
	height: 25px;
	width: 25px;
	position:absolute;
	right:0px;
	bottom:0px;
}

/* footer */
.footer 
{
	margin-left: 10px;
	color: #666;
	font-size: 1.1em;
	padding: 6px;
	width: 96%;
	position: relative;
	margin-top: 10px;
}
.footer .left 
{
	text-align: left;
	width: 590px;
	position: absolute;
	left: 5px;
	bottom: 5px;
}
.footer .right {
	text-align: right;
	margin-left: 5px;
	padding: 6px 12px 10px 6px;
	width: 150px;
	position: absolute;
	right: 5px;
	bottom: 1px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*- Tab Menu --------------------------- */
.topmenucontainer {
        width: 605px;
        padding-top: 2px;
        margin: 3px 0 5px 0;
        /*border: solid 1px red;*/
}

#navSquare {
        margin: 0;
        padding: 0 0 20px 5px;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        padding: 0 12px 6px 12px;
	color: #36C;
	text-decoration: none;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #06F;
		text-decoration: underline;
}
  
/*--- End tab menu */

/* calendar list master page*/
.front_calendaritem
{
	margin-top: 0.3em;
	padding-top: 0.3em;
	clear: both;
}
/* common: date, introduction and link*/
.smalldate
{
	font-size: 90%;
}

.itemSeparator
{
	border-bottom: 1px dashed #dbdbdb;
	padding-bottom:5px;
}

/* left and middle container, front page */
.maincont_frontpage
{
	background-color: #FFF;
	width:575px;
	float:left;
	padding:10px;
	border: 1px solid #c1c1c1;
}
.newslistContainer_frontpage
{
	width:575px;
	float:left;
	padding:10px;
}

/* date only visible when printing*/
.extradate {
	display: none;
}