a {
	color:#0033FF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;}

a:link {
color:#0033FF;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;}

a:visited {
color:#0033FF;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;}

a:hover {
color:#0033CC;
font-family:Arial, Helvetica, sans-serif;}

a:active {
color:#0033FF;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;}

a:focus {
color:#0033FF;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;}

a,b, p, i ,td, tr, h1, h2, h3, h4,div,body {
font-family:Arial, Helvetica, sans-serif;;
color:#000000;
font-size:12px;
}


.form1  {
 	font-size : 12px;
 	font-family : Arial, Helvetica, sans-serif;	color: #000000;
 	background : #A1B6C7;
 	background-color : #E1E6EB;
 	border-color : #003366;
 	border-style : solid;
 	border-width : 1px;
	padding: 1px;
}

body {
		padding:0px;
	margin:0px;
}



.dragme{
 position:relative;
 top:-900px;
 left:1040px;
}


/* modul events */
.tbevent {                                /* Aktuelles Datum */

	background-color: #F37D0F;

	border: 1px dashed #000000;

	font-weight: bold;

	text-align: center;

	vertical-align: middle;

	height: 30px;

}



.tablecenterevent {                       /* Restliche Daten */


	background-color:#FAFAFA;

	border: 1px solid #000000;

	font-weight: bold;

	text-align: center;

	vertical-align: middle;

	height: 30px;

}



.tablecenterevent2 {                      /* Monatswahlbalken */

	background-image:url('../modules/events/gfx/eventheader.gif');

	border: 1px solid #000000;

	font-weight: bold;

	text-align: center;

	vertical-align: middle;

	height: 30px;

	background-color: #FFFFFF;

}
/* Navigation .svn */
/* Navigation dropdownmenu.css */
/* CSS MENU SUCKERFISH MUTATION */
#dropdownmenu, #dropdownmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#dropdownmenu a {
	display: block;
	width: 10em;
	font-family:verdana;
	font-size:12px;
	color:black;
	text-decoration:none;
	font-weight:bold;
	/* the correct height positioning starts here.. 4px padding + 20px height = 24px */
	height:20px;
	padding-top:4px;
	padding-left:5px;
}

#dropdownmenu li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	/*background-image:url('../includes/connector.php?media_ID=25'); */
	background-color:white;
	border-right:1px solid #E2DFDF;
	height:24px; /* our main height is 24px. But this is just the first level */
}

#dropdownmenu li ul { /* second-level lists */
	position: absolute;
	background-color: #DFDFDF;
	background-image:none;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:24px; /* still the same height as in the first level */
}

#dropdownmenu li ul li{
	border-top:1px solid #E2DFDF;

}

#dropdownmenu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#dropdownmenu li:hover ul ul, #dropdownmenu li:hover ul ul ul, #dropdownmenu li.sfhover ul ul, #dropdownmenu li.sfhover ul ul ul {
	left: -999em;
}

#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul, #dropdownmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* END CSS MENU */body{
		font-family:arial;	
		margin:0px;
		padding:0px;
		font-size:12px;
	}
	td{
		font-size:80%;
		font-family:arial;			
	}
	
	div{
		padding-left:5px;
		color:#fff;
	}
	
	#slogan{
		padding-left:10px;
		margin-top:-20px;
		position:relative;
		color:#000;
	}
	
	.mainnav a{
		color:white;
		padding-left:0px;
		text-decoration:none;
	}
	
	.mainnav ul{
		list-style:none;	
		padding:0px;
		margin:0px;
		margin-top:3px;
		margin-bottom:3px;
		
	}
	
	.mainnav ul li{		
		float:left;
		padding-left:10px;
	}
	
	.headlies,.headlies ul{
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	.headlies{
		padding-left:5px;
	}

	.headlies ul{
		padding-left:10px;
	}

	
	.headlies li{
		color:#000;
		font-weight:bold;
	}

	.headlies li a{
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.headlies li li{
		color:#58585c;
		font-weight:normal;
		font-size:11px;
	}

	
	
	.newsitem,.newsitem ul{
		list-style:none;
		padding:0px;
		margin:0px;
	}	
	
	.newsitem{
		padding-left:23px;
		padding-top:32px;
	}

	.newsitem ul{
		padding-left:5px;
	}

	
	.newsitem li{
		color:#58585c;
		font-weight:bold;
		font-size:15px;
	}
	
	.newsitem li li{
		color:#58585c;
		font-weight:normal;
		font-size:12px;
		width:640px;
	}	
	
	
	
	

	.topnav a{
		color:black;
		padding-left:0px;
		text-decoration:none;
	}
	
	.topnav{
		list-style:none;	
		padding:0px;
		margin:0px;
		margin-top:3px;
		margin-bottom:3px;
		
	}
	
	.topnav li{		
		float:left;
		margin-top:44px;
		padding-right:10px;
	}	 
	
	.boxor{
		background-image:url(../fw2009/g1.png);
		margin-top:30px;
		margin-right:10px;
		width:190px;
		color:black;
		text-align:left;
		
	}	
	
	.boxor{
		background-image:url(../fw2009/g1.png);
		margin-top:30px;
		margin-right:10px;
		width:190px;
		color:black;
		text-align:left;
		
	}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#E7E7E7;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #E7E7E7;
	border-bottom:3px solid #E7E7E7;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:white;
	height:25px;
	border-bottom:1px solid #E7E7E7;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.img_shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
 /* margin: -6px 6px 6px -6px; */
  padding: 3px;
  }

