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

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

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

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

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

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

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

.content{
	position:relative;
	z-index:1;
}
.horizontal{
	position:relative;
	z-index:2;
}

.form1  {
 	font-size : 12;
 	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 {
	}



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






/* CSS MENU SUCKERFISH MUTATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav a {
	display: block;
	text-decoration:none;
	/* width: 10em; */
}

#nav li { /* all list items */
	float: left;
	margin-right:10px;
	
/*	width: 10em;    /* width needed or else Opera goes nuts */
} 

#nav li ul a{ /* second-level lists */
	display: block;
	width: 10em;  
}


#nav li ul { /* second-level lists */
	position: absolute;
/*	background: orange; */
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 130px; /* param4 ist die position vertikal (wie weit links oder rechts vom menu) der letzte parameter ist fuer die hoehe */
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
} 
/* END CSS MENU */





/* 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;

}
/* domainname:geri.codingfactory.com*/body{
   background-color:#000000;
   font: 85%/1.3 Verdana,Arial,sans-serif;
   color:#ff9933;
   margin:0px;
   padding:0px;
}

#left{
   position:absolute;
   width:410px;
}

#right{
   position:absolute;
   left:410px;
}

td{
   background-color:#000000;
   font-family:Century Gothic,Verdana,Arial,sans-serif;
   font-size:16px;
   color:#00FFFF;
   font-weight:normal;
}

h1{
color:#FF9933;
font-family:Century Gothic,verdana;
font-size:24px;
font-weight:normal;

}

h2{
color:#FF9933;
font-family:Century Gothic,verdana;
font-size:16px;
font-weight:normal;
}





/* CSS MENU SUCKERFISH MUTATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
	font-size:12px;
	padding:5px;

}

#nav a {
	display: block;
	text-decoration:none;
	/* width: 10em; */
	background-color:#FFCC00;
	color:#DB0C0C;
	font-weight:bold;
	padding:5px;
}

#nav li { /* all list items */
	float: left;
	margin-right:10px;

/*	width: 10em;    /* width needed or else Opera goes nuts */
}

#nav li ul a{ /* second-level lists */
	display: block;
	width: 10em;
}


#nav li ul { /* second-level lists */
	position: absolute;
/*	background: orange; */
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 130px; /* param4 ist die position vertikal (wie weit links oder rechts vom menu) der letzte parameter ist fuer die hoehe */
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
/* END CSS MENU */

