/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

a {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}

body {
	background: #069FFF  url(images/bg.jpg) repeat-x left bottom;
	color: #444;
	font-size:100%;
}

.title
{
font-size: 24px;
}


li {list-style: none;}



.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 980px;
}

/* header */
.top {
	background: url(images/clouds.jpg) repeat-x;
	padding: 90px 10px 0;
}

/* title */
.header {
	background: #FFF;
	height: 396px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 980px;
}

#logo {
	width: 980px;
	height: 396px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 25px;
	color: #0272BA;
}

#logo h2 {
	padding: 0px 0 0 25px;
	color: #0272BA;
}


#logo a {
	color: #0272BA;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/menu.gif);
	border: 1px solid #DFEEF7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #319EDD; color: #ffffff; text-decoration: underline}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}
	

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 631px;
}
.content h1 {
	font-size:2.0em;
}

.content h2 {
	font-size:1.5em;
	color: #069FFF; }

.content .descr {
	color: #664;
	margin-bottom: 6px;
}
.content li {
	list-style: disc url(images/li.gif);
	margin-left: 24px;
	font-size:1.2em;
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	text-align: justify;
	padding-bottom: 0.6em;
	padding-left: 10px;
	font: 1.4em;
}
.content p {
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size:1.2em;
	text-align: justify;
	padding-bottom: 0.6em;
	font: 1.1em;
}



/* sub navigation */
.sidenav {
	float: right;
	margin: 10px 0;
	width: 310px;
	background-color: #FFF8F2;
}
.sidenav h2 {
	color: White;
	font-size: 1.875em;
	margin: 0;
	padding-left: 12px;
	background: url(images/buttons.gif);
	text-align: center;
	padding: 1px;
}
.sidenav p {
	font: normal;
	margin: 5px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom: 0.4em;
	font-size:0.95em;
}
sidenav hr {
	color: #069FFF;
	background-color: #069FFF;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* footer */
#footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}
hr {
	color: #069FFF;
	background-color: #069FFF;
	height: 2px;
	width: 100%;
	text-align: left;
}

.blockquote {
	border: 1px solid #0272BA;
	padding: 10px;
	font-family: monospace;
}



/* eventcontent */
.eventcontent {
	float: left;
	margin: 2px 0;
	padding: 0 16px;
	width: 936px;
	border: thick solid #069FFF;
	background-color: #FFDFC1;
}
.eventcontent h1 {
	font-size: 2.0em;
	color: #0621FF;
}

.eventcontent h2 {
	font-size:1.5em;
	color: #350088; }

.eventcontent .descr {
	color: #664;
	margin-bottom: 6px;
}
.eventcontent li {
	list-style: disc;
	margin-left: 24px;
	font-size:1.2em;
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	text-align: justify;
	padding-bottom: 0.6em;
	padding-left: 10px;
	font: 1.4em;
}
.eventcontent p {
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size:1.2em;
	text-align: justify;
	padding-bottom: 0.6em;
	font: 1.4em;
}
.eventcontent a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
.eventcontent a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:430px;}
.eventcontent a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; 

background:#ffffff; color:#6c6c6c;}
/* eventcontentmenu */
.eventcontentmenu {
	float: left;
	margin: 2px 0;
	padding: 0 16px;
	width: 936px;
	border: thick none #069FFF;
}
#eventcontentmenu a, #menu a:visited {
  float: left;
  text-decoration:none; 
  text-align:center; 
  background-color:#069FFF; 
  color:#fff; 
  display:block; 
  width:9em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }

#eventcontentmenu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }


	.teaser {
		padding:0 0 0 11px;
		margin:10px;
		background:url("tsr-l.gif") top left no-repeat;
	}
	.teaser h2 {
		background:url("tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	.teaser p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("tsr-l.gif") bottom left no-repeat;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("tsr-r.gif") bottom right no-repeat;
	}

