/* Relativer Tooltip 
a.tooltip {
  position: relative;
  text-decoration: none;
  z-index:24;
  text-decoration:underline;
  }
  
a.tooltip:hover {
  z-index:25;
  background: transparent;
  }

a.tooltip span {
  display: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 200px;
  color: #3B484F;
  padding:5px; 
  background: #DFF4FF;
  font-size: 11px; 
  text-align: left;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weigth: bold;
  background: url('images/menu.gif') right;
  border: 0px;
  color:#FFF;
  padding:3px;
}*/
a.tooltip{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.tooltip:hover{z-index:25; background-color:#ff0;
cursor:default;}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:1em; width:200px;
    padding:3px;
    background-color:#DFF4FF; color:#3B484F;
    text-align: left}
	
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weigth: bold;
  background: url('images/menu.gif') right;
  border: 0px;
  color:#FFF;
  padding:3px;
  text-align: center
}	
.required {
	color: #9F4549;
	margin-bottom:4px;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
	padding:left;
	margin-bottom:4px;
}
.textfield {
	font-size: 12px;
	width: 200px;
	color:#333;
	font-family:Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	padding:3px;
	margin-bottom:4px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height:100px;
	color:#333;
	padding:3px;
	font-family:Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom:4px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
	margin-bottom:4px;
}
.select {
	font-size: 12px;
	margin-bottom:4px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
	margin-bottom:4px;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
	margin-bottom:4px;
}
.email {
	font-size: 12px;
	width: 200px;
	color:#333;
	padding:3px;
	font-family:Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom:4px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

*{ margin: 0; padding: 0; }* 

body { 

	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 

	line-height: 1.5em;

	background: #fff url(images/bg.jpg) repeat-x; 

	color: #444; 

}

/* CONTENT */

a {	color: #317486; text-decoration: none; }

a:hover { color: #808080;}

p { margin: 0 0 10px 0; }

h1 { color: #3a801e;
	font: normal 22px Georgia, "Times New Roman", Times, serif;  margin: 0 0 15px 0; }

h1 a { color: #fff; background: inherit; }

h1 a:hover { color: #3A801E; background: inherit; }

h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }

h4 { color: #0F7BB2; background: inherit; font-weight: normal; font-size: .9em; }

.img_border { border: solid #B3DBEF 4px }
.img_left_border {margin:0 13px 13px 0; border: solid #B3DBEF 4px }
.img_right_border {margin:0 0 13px 13px; border: solid #B3DBEF 4px }

.img_border:hover { border-color: #6295AF}
.img_left_border:hover {border-color: #6295AF}
.img_right_border:hover {border-color: #6295AF}

.img_left {margin:0 13px 13px 0;}
.img_right {margin:0 0 13px 13px;}

.title_blue {color: #50798F;font-weight:bold;font-size:15px;margin-bottom:15px;}
.title_blue_topspace{color: #50798F;font-size:18px;margin: 30px 0 15px 0;}
#top{text-align:right;margin-top:10px;}
#top a {border-left:3px solid #50798F;padding:2px 5px}
.hide {visibility:hidden;height:0;line-height:0;font-size:0}

table{margin: 15px 0;width:100%}
.tborder td {border:solid #94ADBA 1px;padding:3px}

/* NEWS/EVENTS */
.news{margin-top: 20px;}

.date
{
	color: #FFF;
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 50px;
}

.month
{
	background: #50798F;
	font-size: 16px;
	font-weight: bolder;
	padding: 5px;
}

.day
{
	background: #86CCEF;
	font-size: 22px;
	font-weight: bolder;
	padding: 15px 5px 5px 5px;
}

.newstext
{
	border-bottom: 1px solid #86CCEF;
	float: left;
	padding-bottom: 20px;
	width: 410px;
}

.newstext h1
{
	margin-bottom: 15px;
	margin-top: 0px;
}

.event_date
{
	color: #3A801E;
	font-weight: bold;
}

.event_title{color: #54483A;}



/* QUICKlLINKS */
#linkwrapper{margin-top:20px;}
#quicklinks1{clear:left;}

#quicklinks1, #quicklinks2, #quicklinks3
{
	position:relative;left:0;float: left;
	margin: 10px;
	padding-left: 30px;
	width: 250px;
}

#quicklinks1 h1, #quicklinks2 h1, #quicklinks3 h1
{
	line-height: 18px;
	margin-top: 0;
}

#quicklinks1 a, #quicklinks1 a:visited, #quicklinks2 a, #quicklinks2 a:visited, #quicklinks3 a, #quicklinks3 a:visited
{
	color: #1F3F39;
	font-weight: bold;
}

#quicklinks1 a:hover, #quicklinks2 a:hover, #quicklinks3 a:hover
{
	color: #376F65;
}

.quicklink
{
	margin-bottom: 2px;
}

.qickl_description
{
	color: #5B5F47;
	font-size: 10px;
	margin-top: 5px;
}


/* LAYOUT */

#content { width: 921px; margin: 0 auto; }

#intro { 

	clear: both;

	background: #fff url(images/lauenhagen.jpg) no-repeat;

	color: #4C8734;

	height: 206px;

	margin: 0 0 3px 0;

	padding: 0;

	text-align: right;

}

	#intro h1 { margin: 0; }

	#intro p { margin: 0; }

	

	#login { font-size: .9em; margin: 82px 0 0; }

	#login a { color: #fff; background: #8BE1FA; padding: 4px 20px 6px;}

	#login a:hover { color: #fff; background: #8BE1FA url(images/loginhover.gif) no-repeat; }



#left { clear: left; float: left; width: 220px; padding: 0 34px 0 35px; font-size: .9em; margin: 0 0 15px; }

	#leftmenu { list-style: none; margin: 0 0 20px 0; }

	#leftmenu li { color: #46852F; }

	#leftmenu li a { background:none;display:block;color: #27424F; font-size:13px;padding:3px; }
	#leftmenu li a:hover { background:#27424F;color:#FFFFFF; font-size:14px; }



#right {

	margin: 0 35px 20px 0;

	padding: 0 0 0 35px;

	border-left: 1px solid #ccc;

	float: right;

	width: 540px;

	text-align: justify;

}

	#notice { padding: 12px 14px 1px; background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right; color: #808080; }

	#left a, #right a { background: #EFFCFF; color: #317486; }



	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }

	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }



#footer { clear: both; padding: 10px 16px; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff;}

	#footer a { color: #4CA031; background: #fff; }

	#col1 { float: left; width: 281px; padding: 7px 0 0 15px; margin: 0 0 10px; border-top: 1px solid #ccc;}

	#col2 { float: left; width: 255px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; border-top: 1px solid #ccc;}

	#col3 { float: right; width: 255px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; border-top: 1px solid #ccc;}
