html {
	height: 100%;
	margin-bottom: 0px;
}

/*---------------------------------------------------------------*/
/*  */
form {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
img,table {
	border: none;
}

/*---------------------------------------------------------------*/
/* Body-Tag - Einfluss auf die gesamte Seite */
body
{
	background: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444444;
}

/*---------------------------------------------------------------*/
/*  */
p
{
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.4em;
	font-size:1.2em;
}

/*---------------------------------------------------------------*/	
/*  Keine Ahnung, wo man das braucht */
body.contentpane
{
	background: #aaaaaa;
}
/*---------------------------------------------------------------*/
/* Banner */ /* Banner */ /* Banner */ /* Banner */ /* Banner */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* Breite der Boxen fuer die Banner */
div.banner1
{
	width: 460px;
	float:left;
}
div.banner2
{
	width: 460px;
	float:right; /* damit die Box daneben ist */
}

/*---------------------------------------------------------------*/
/* Abstand der Images zum Box-Rand */
div.banner1 div div div div div.bannergroup
{
	padding-left:45px;
	padding-top:20px
}
div.banner2 div div div div div.bannergroup
{
	padding-left:25px;
	padding-top:20px
}

/*---------------------------------------------------------------*/
/* Rahmen um die Images */
div.banneritem a img,
div.banneritem img
{
	border: 1px solid #aaa;
}

/*---------------------------------------------------------------*/
/* LINKS */ /* LINKS */ /* LINKS */ /* LINKS */ /* LINKS */
/*---------------------------------------------------------------*/
/* a links */
a:link, a:visited
{
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color:#003366;
}

/*---------------------------------------------------------------*/
/*  */
a:hover
{
	text-decoration: none;
	font-weight: normal;
	color:#003366;
}

/*************************************************************************************/
/*************************************************************************************/
/*  */
table.contentpane ul li, div.nopad ul {
	list-style-image: url(../images/li.gif);
}

/*---------------------------------------------------------------*/
/*  */
input.button, .validate  {
	background-color:#EEEEEE;
	border:1px solid #444444;
	font-size:9px;
	margin-bottom:5px;
	margin-top:5px;
}

/*---------------------------------------------------------------*/
/*  */
.search input.button {
	text-align: right;
}

/*---------------------------------------------------------------*/
/*  */
input.button:hover, .validate:hover  {
	
}

/*---------------------------------------------------------------*/
/*  */
.inputbox {
	border:1px solid #444444;
	color:#686868;
	font-size:10px;
	font-weight:bold;
	margin:3px 0px;	
	padding:1px;
}

/*---------------------------------------------------------------*/
/*  */
.inputbox:hover {

}

/*---------------------------------------------------------------*/
/*  */
#modlgn_remember  {
	border:0;
}

/*---------------------------------------------------------------*/
/*  */
#search {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------------------*/
/*  */
#search .search .inputbox {
	line-height: 13px;
	font-size: 12px;
	color: #669900;
	background: #F5F8EE;
	margin:	0;
	width: 90px;
	height: 18px;	
	padding: 5px 0 0 6px;
	border: 1px solid #B9D08A;
	float: left;
	text-transform: capitalize;
}

/*---------------------------------------------------------------*/
/*  */
#search .search .button {
	text-align: center;
	background: #93B74C url(../images/search_btn_bg.jpg) top center repeat-x;
	border: 0;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0 0 0 5px;
	width: 60px;
	height: 25px;
	border:1px solid #669900;
}



/*************************************************************************************/
/*** Template specific layout elements ***/
/*************************************************************************************/


/*---------------------------------------------------------------*/
/* Gesamthintergrund der Seite wo sich Content befindet */
#page_bg
{
	height: 100%;
	padding: 0;	margin: 0;
}

/*---------------------------------------------------------------*/
/* Gesamtbox */
div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 938px; /* eigentliuch 940, aber Rahmen nimmt jeweils 1px weg*/ 
	border-left: solid 1px #afb3b6;
	border-right: solid 1px #afb3b6;
	background-color:#fff;
}

/*---------------------------------------------------------------*/
/* Bannerbox */
div.banner {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 920px; /* eigentliuch 940, aber Rahmen nimmt jeweils 1px weg*/ 
	border-top: solid 1px #afb3b6;
	background-color:#fff;
	/*background: url(../images/center_bg.gif) top center repeat-y;*/
}
/*---------------------------------------------------------------*/
/* Box um linke + rechte Spalte + Content OHNE Banner-Box */

div#wrapper {
	padding: 4px 0px; /* haelt Abstand nach oben */
	width: 920px; /* haelt gleich Abstand zum Rand links und rechts*/
	margin: 0 auto;
	background-color:#fff;
}

/*---------------------------------------------------------------*/
/* Inhalt - d.h. linke und rechte Spalte sowie center-Spalte OHNE Banner-Box */
#content {
	width: 920px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px; /* nochmal Abstand nach oben zum Header */
	overflow: hidden;
	background-color:#fff;
}

/*---------------------------------------------------------------*/
/* Header */
#header_bg {
	height: 115px;
	background: transparent url(../images/header_bg.jpg) top center; /*no-repeat*/
	margin: 0 auto;
	width: 940px;
	padding: 0 0px 0 0;
}

/***************************************************************************************/
/*  */
/***************************************************************************************/
/* Linke und rechte Spalte - Overall-Box um das Menue */
#leftcolumn
{
	padding:0px;
	width: 177px;
	float: left;
	text-align: left;
	background-color:#fff;
	margin-top:5px;
}

/*---------------------------------------------------------------*/
/* Content-Spalte auf den anderen Seiten */
div#maincolumn_full {
	float: left;
	width: 730px;
	margin: 0;
	padding: 0 0 0 9px;
	border-left: 1px solid #afb3b6;
	background-color:#ffffff;
}


/*---------------------------------------------------------------*/
/*  */
#tablelogo {
	float:left;
	width: 300px;
	height:110px;
}

/*---------------------------------------------------------------*/
/*  */
#logo {
	padding: 0 0 0 10px;
	margin: 0;
}

/*---------------------------------------------------------------*/
/*  */
#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 18px;
	padding:0;
	margin: 0;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	outline: none;
	
}

/*---------------------------------------------------------------*/
/*  */
.tmenu_div {
	float: left;	
	padding:0;
	margin:0;
	height: 32px;
	padding:8px 0 0 0;
}

/*---------------------------------------------------------------*/
/*  */
.search_div {
	float: right;
	width: 170px;
	padding: 10px 0 0 13px;
	height: 34px;	
	background: url(../images/search_raz.png) top left no-repeat;
}

/*---------------------------------------------------------------*/
/*  */
.pill_m {
	text-align: center;
	margin: 4px auto 0 auto;
	padding: 10px 0 0 0;
	width:900px;
	height: 44px;
	background: transparent url(../images/topmenu_bg.png) top center no-repeat;
}

/*---------------------------------------------------------------*/
/*  */
#pillmenu {
	text-align: left;
	padding: 0;
	width:880px;
	margin:0 auto;
}

/*---------------------------------------------------------------*/
/*  */
#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*---------------------------------------------------------------*/
/*  */
#pillmenu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent url(../images/pillm_rbg.png) top right no-repeat;

}

/*---------------------------------------------------------------*/
/*  */
#pillmenu li:hover {

}

/*---------------------------------------------------------------*/
/*  */
#pillmenu li a#active_menu-nav {
	
}

/*---------------------------------------------------------------*/
/*  */
#pillmenu li a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	float: left;
	display: block;
	line-height: 26px;
	padding: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../images/pillm_lbg.png) top left no-repeat;
}

/*---------------------------------------------------------------*/
/*  */
#pillmenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
/*  */
div#timedate {
	font-size: 12px;
	font-weight: bold;
	color: #6691E1;
	text-align: center;
	padding: 0 0 10px 0;	
}



/*---------------------------------------------------------------*/
/* Uhrzeitleiste oben */
div.cpathway {
	padding: 0;
	background: transparent url(../images/pathway_bg.png) top center no-repeat;
	width: 940px;
	margin: 0 auto;
}

/*---------------------------------------------------------------*/
/*  */
div.cpathway #tpathway {
	float: left;
	width: 765px;
	height: 20px;
	margin: 0 auto;
	border:none;
	padding-top:2px;
}

/*---------------------------------------------------------------*/
/*  */
#tclock {
	float: right;
	width: 73px;
	border:none;
}

/*---------------------------------------------------------------*/
/*  */
#clock {
	margin: 0 auto;
	height: 17px;
	padding-top:2px;
}

/*---------------------------------------------------------------*/
/*  */
.time {
	color:#686868;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-align: center;
}

/*---------------------------------------------------------------*/
/*  */
#clock span {
	background: transparent url(../images/top_04.jpg) top center no-repeat;
}

/*---------------------------------------------------------------*/
/*  */
div.cpathway span {
	padding: 0 10px;
	color: #444444;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 14px;
}

/*---------------------------------------------------------------*/
/*  */
div.nopad {
	overflow: hidden;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
div.nopad form#jForm p, div.nopad form#jForm  div#navigation {
	padding: 5px 0 0 10px;
}

/*---------------------------------------------------------------*/
/*  */
div.nopad ul {
	clear: both;
}

/*---------------------------------------------------------------*/
/*  */
td.middle_pad {
	width: 20px;
}

/*---------------------------------------------------------------*/
/*  */
#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

/*---------------------------------------------------------------*/
/*  */
#footer {
	margin: 0 auto;
	text-align: center;
	width: 940px;
	height: 40px;
	background: url(../images/footer_bg.jpg) top center no-repeat;
}

/*---------------------------------------------------------------*/
/*  */
#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #aaaaaa;
	
}

/*---------------------------------------------------------------*/
/*  */
.user1 {
	float: left;
}

/*---------------------------------------------------------------*/
/*  */
.user1 h3, .user2 h3 {
	background: transparent url(../images/th_bg.gif);
	font-size: 10px;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

/*---------------------------------------------------------------*/
/*  */
.user1 div.module_menu div, .user1 div.module , .user2 div.module_menu div, .user2 div.module {
	width: 260px;
}

/*---------------------------------------------------------------*/
/*  */
.user1 ul, .user2 ul{
	padding: 0 0 0 10px;
	margin: 5px 0 0 25px;
	text-align: left;
}

/*---------------------------------------------------------------*/
/*  */
.user2 {
	float: left;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

/*---------------------------------------------------------------*/
/*  */
div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/*---------------------------------------------------------------*/
/*  */
/* headers */
div.componentheading {
	background:transparent url(../images/arrow.gif) no-repeat scroll left center;
	color:#255290;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	/*height: 22px;*/
	padding: 0 0 3px 23px;
}

/*---------------------------------------------------------------*/
/*  */
table.blog {

 padding: 0 0 0 10px;
	
}

/*---------------------------------------------------------------*/
/*  */
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

/*---------------------------------------------------------------*/
/*  */
h2, .contentheading {
	background:transparent url(../images/arrow.gif) no-repeat scroll left center;
	color:#255290;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:23px;
	/*width: 100%;
	border-bottom-style: solid;*/
}

/*---------------------------------------------------------------*/
/*  */
table.contentpaneopen h3 {
	margin-top: 25px;
}

/*---------------------------------------------------------------*/
/*  */
h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

/*---------------------------------------------------------------*/
/*  */
h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #255290;
	padding: 0;
}

/*---------------------------------------------------------------*/
/* Titel jeder Seite */
.componentheading {
	color:#4a688e;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
	margin-left: 5px;
	/*background-color: #aaff22;*/
	border-bottom: 1px solid #255290;
	/*background-image: url(../images/eam_content_title_gradient_2.jpg);*/
	/*border-style:solid;
	border-color: #ffaa33;
	border-width: 2px;
	background-position: bottom;
	background-repeat: no-repeat;*/
	
}

/*---------------------------------------------------------------*/
/*  */
/* small text */
.small {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

/*---------------------------------------------------------------*/
/*  */
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
}

/*---------------------------------------------------------------*/
/*  */
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 0px;
}

/*---------------------------------------------------------------*/
/*  */
a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
/*  */
a.readon:hover {
	color: #003366;
	text-decoration: none;
}

/*---------------------------------------------------------------*/
/*  */
/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/*---------------------------------------------------------------*/
/*  */
/** overlib **/
.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

/*---------------------------------------------------------------*/
/*  */
.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

/*---------------------------------------------------------------*/
/*  */
.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

/*---------------------------------------------------------------*/
/*  */
.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

/*---------------------------------------------------------------*/
/*  */
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

/*---------------------------------------------------------------*/
/*  */
.ol-closefont {}

/*---------------------------------------------------------------*/
/*  */
/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #2EB6F4;
	font-weight: bold;
	font-size: 11px;
}

/*---------------------------------------------------------------*/
/*  */
a.mainlevel:hover {

}

/*---------------------------------------------------------------*/
/*  */
/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

/*---------------------------------------------------------------*/
/*  */
.article_column {

}

/*---------------------------------------------------------------*/
/*  */
.column_separator {
	
}

/*---------------------------------------------------------------*/
/*  */
td.buttonheading {
	text-align: right;
	width: 0;
}

/*---------------------------------------------------------------*/
/*  */
.clr {
	clear: both;
}

/*---------------------------------------------------------------*/
/*  */
table.blog span.article_separator {
	display: block;
	height: 20px;
}

/*---------------------------------------------------------------*/
/*  */
/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

/*---------------------------------------------------------------*/
/*  */
table.contenttoc td {
  padding: 0 5px;
}

/*---------------------------------------------------------------*/
/*  */
/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

/*---------------------------------------------------------------*/
/*  */
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

/*---------------------------------------------------------------*/
/*  */
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}

/*---------------------------------------------------------------*/
/*  */

/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
table.contentpane td{
	text-align: left;
}

/*---------------------------------------------------------------*/
/*  */
table.contentpane td.contentdescription {
	width: 100%;
}

/*---------------------------------------------------------------*/
/*  */
table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;

}

/*---------------------------------------------------------------*/
/*  */
table.contentpane ul li a .category {
	color: #FF8800;
}

/*---------------------------------------------------------------*/
/*  */
table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 8px;
		
}

/*---------------------------------------------------------------*/
/*  */
table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

/*---------------------------------------------------------------*/
/*  */
table.contentpaneopen h3 {
	margin-top: 25px;
	
}
/*---------------------------------------------------------------*/
/* Überschrift - nicht kategorisierter Beitrag */
#maincolumn_full .contentpaneopen .contentheading {
	border-bottom-style:solid;
	border-width:1px;
	/*background-image: url(../images/content_title_gradient_3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	width:680px;
	padding-bottom:2px;
	
}
/*---------------------------------------------------------------*/
/*  */
table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

/*---------------------------------------------------------------*/
/*  */
.highlight {
	background-color: #fffebb;
}

/*---------------------------------------------------------------*/
/*  */
/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

/*---------------------------------------------------------------*/
/*  */
div.moduletable/*, div.module*/ {
  margin-bottom: 25px;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu div, div.module {
	
}

/*---------------------------------------------------------------*/
/* Abstand der Module in der linken und rechten Spalte zueinander */
div.module_menu div div/*, div.module div div*/ {
	margin: 0 0 0px 0;
	padding: 0;
	/*background:  url(../images/menu_bottom.png) bottom left no-repeat;*/
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu div div div/*, div.module div div div*/{
	margin: 0;
	background: none;
	text-align: center;
	padding: 0 0 1px 0;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu div div div div/*, div.module div div div div*/ {
	background: none;
	padding: 4px 8px;
	text-align: left;
}

/*---------------------------------------------------------------*/
/*  */
div.module div div div form {
	padding: 4px 0 0 4px;
	width: 160px;
	margin: 0 auto;
	text-align: left;
	color:#444444;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}

/*---------------------------------------------------------------*/
/*  */
div.module div div div form table td {
	text-align: left;
}

/*---------------------------------------------------------------*/
/*  */
div.module div div div form ul{
	margin: 10px 0 0;
	padding: 0; 
	list-style: none;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu ul li{
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	/*background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;*/
	padding: 2px 0 2px 20px;
	line-height: 24px;
	text-decoration: none;
	color: #829300;
	font-size: 11px;
	background-color:#333;
}

/*---------------------------------------------------------------*/
/*  */
div.module_text div div div div  {
	margin:0 auto;
	
}

/*---------------------------------------------------------------*/
/*  */
div.bannergroup_text {
	display:block;
	width:180px;
	/*background:  url(../images/menu_bottom.png) bottom left no-repeat;*/
}

/*---------------------------------------------------------------*/
/*  */
.bannerheader {
padding: 0 0 0 6px;
}

/*---------------------------------------------------------------*/
/*  */
#leftcolumn div.module table, #rightcolumn div.module table {
	
}

/*---------------------------------------------------------------*/
/*  */
#leftcolumn div.module table.poll {

}

/*---------------------------------------------------------------*/
/*  */
#leftcolumn div.module table.poll td {
	text-align: left;
}

/*---------------------------------------------------------------*/
/* Linke Menue - H3 Kopzeile */
#leftcolumn h3, #rightcolumn h3  { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 158px;	
	color: #fff; /*color: #4CAFC6;*/
	font-size: 10px;
	height: 17px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 10px; /* Abstand er Schrift links vom Rand */
	background-color:#2f2;
	background: url(../images/menu_header_background_2.png) top left repeat-x;
	font-weight: bold;
	line-height: 17px;
	/*margin: 5px 5px 0px 1px;	*/
}

/*---------------------------------------------------------------*//*---------------------------------------------------------------*/
/*---------------------------------------------------------------*//*---------------------------------------------------------------*/

 /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */ /* MENUE */
 
 /*---------------------------------------------------------------*//*---------------------------------------------------------------*/
 /*---------------------------------------------------------------*//*---------------------------------------------------------------*/
 
/*---------------------------------------------------------------*/
/*  
#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}*/

/*---------------------------------------------------------------*/
/* Linkes Menue - Box um das gesamte Menue */
#leftcolumn ul.menu
{	
	margin-top: 0px;
	/*margin: 0px auto;*/
	padding: 0px;
	list-style: none;
	width: 166px;
	border-left: 1px solid #a3acbd;
	border-right: 1px solid #a3acbd;
}

/*---------------------------------------------------------------*/
/* Linkes Menue - Abstand der Menueeinträge voneinander */
#leftcolumn ul.menu li
{
	margin: 0px;
	padding: 0px;
}



/*---------------------------------------------------------------*/
/* Menue - Main-Menuepunkte */

#leftcolumn ul.menu li a,
#leftcolumn ul.menu li a:link
{
	line-height: 18px;
	padding: 0 0 0 17px;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	height: 18px;
	background:url(../images/small_arrow.png) center left no-repeat;
	background-color: #b7cddc;
	display:block;
	border-bottom:1px solid #a3acbd;
	color:#444;
	font-weight: normal;
}

/*---------------------------------------------------------------*/
/* Linkes Menue - Menuepunkte - Hover */
#leftcolumn ul.menu li a:hover
{	
	color:#000;
	font-weight: normal;
	border-bottom:1px solid #a3acbd;
	display: block;
	background: url(../images/small_arrow_hover.png) center left no-repeat;
	background-color: #d0e1ec;
}

/*---------------------------------------------------------------*/
/* Linkes Menue - Menuepunkte - Current */

#leftcolumn ul.menu li#current a,
#leftcolumn ul.menu li#current a:link,
#leftcolumn ul.menu li#current a:visited  
{
	line-height: 18px;
	padding: 0 0 0 17px;
	color: #ff9900;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	height: 18px;
	background:url(../images/small_arrow_active.png) center left no-repeat;
	background-color: #d0e1ec;
	display:block;
	border-bottom:1px solid #a3acbd;
	color:#444;
}

/*---------------------------------------------------------------*/
/* Linkes Menue - Menuepunkte - Current - Hover */
#leftcolumn ul.menu li#current a:hover
{
	color: #000;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

/*  Menü - ändert die Einstellungen fürs Submenü, wenn man aufs Submenü kommt*/
#leftcolumn ul.menu li:hover
{
	/*background-color: #333;*/
}

/* Linkes Menue - Sub-Menuepunkte */

#leftcolumn ul.menu li#current ul li a,
#leftcolumn ul.menu li#current ul li a:link,
#leftcolumn ul.menu li#current ul li a:visited,
#leftcolumn ul.menu li ul li#current a,
#leftcolumn ul.menu li ul li a:link
{
	text-decoration: none;	
	font-size: 10px;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 25px;
	border-bottom:1px solid #a3acbd;
	height: 18px;	
	background:url(../images/small_arrow_sub.png) center left no-repeat;
	background-color: #f3f8fc;
	color:#444	
}
/*---------------------------------------------------------------*/
/* Linkes Menue - Sub-Menuepunkte - Hover */
#leftcolumn ul.menu li#current ul li a:hover,
#leftcolumn ul.menu li ul li a:hover
{	
	color:#000;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 25px;
	background: url(../images/small_arrow_sub_hover.png) center left no-repeat;
	background-color: #f3f8fc;
}
/*---------------------------------------------------------------*/
/* Linkes Menue - Sub-Menuepunkte - Current */
#leftcolumn ul.menu li ul li#current a,
#leftcolumn ul.menu li ul li#current a:link,
#leftcolumn ul.menu li ul li#current a:visited,
#leftcolumn ul.menu li ul li#current a:hover {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 25px;
	background:url(../images/small_arrow_sub_active.png) center left no-repeat;
	background-color: #f3f8fc;

}



/*---------------------------------------------------------------*/
/*  */
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  
#leftcolumn ul.menu li#current ul li a:hover {
	color: #fff;
}*/

/*---------------------------------------------------------------*/
/*  */
#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/*---------------------------------------------------------------*/
/*  */
/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

/*---------------------------------------------------------------*/
/*  */
#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

/*****************************************************************************************/
/* Anmeldung /* /* Anmeldung /* /* Anmeldung /* /* Anmeldung /*
/*****************************************************************************************/

/*---------------------------------------------------------------*/
/* Event List Modul - Moduleinstellungen */
.module_anmeldung {
	padding-bottom: 15px; /* Abstand nach unten zum naechsten Modul */
}

/*---------------------------------------------------------------*/
.moduletable_anmeldung {
	background-color: #b7cddc; 
	width: 168px;
	margin-left: 0px;
	border-bottom: 1px solid #a3acbd;
	border-left: 1px solid #a3acbd;
	border-right: 1px solid #a3acbd;
	color:#333;
}

/*****************************************************************************************/
/* Event List /* /* Event List /* /* Event List /* /* Event List /*
/*****************************************************************************************/

/*---------------------------------------------------------------*/
/* */
.el_eventlist {
	
	width:540px;
	padding-left:10px;
	/*background-color:#aa22aa;*/
}

/*---------------------------------------------------------------*/
/*  */
h1.componentheading {
	height: 22px;
	padding: 8px 0 0 0;
	color:#4a688e;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
	margin-left: 0px;
	border-bottom: 1px solid #255290;	
}

h2.eventlist {
	background:transparent url(../images/arrow.gif) no-repeat scroll left center;
	color:#255290;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:23px;	
}

/*---------------------------------------------------------------*/
/* Event List Modul - Moduleinstellungen */
.module_evlist {
	padding-bottom: 15px; /* Abstand nach unten zum naechsten Modul */
}

/*---------------------------------------------------------------*/
/* Event List Modul - Tabelle -> Hintergrund, Rahmen und Textfarbe */
.moduletable_evlist {
	background-color: #b7cddc; 
	width: 168px;
	margin-left: 0px;
	border-bottom: 1px solid #a3acbd;
	border-left: 1px solid #a3acbd;
	border-right: 1px solid #a3acbd;
	color:#333;
}

/*---------------------------------------------------------------*/
/* Event List Modul - Liste */
.eventlistmod_evlist{
	font-size:0.85em;
	list-style-image:url(../images/small_arrow.png);
	margin-left:-18px; /* um 18 Pixel nach links verschoben */
}

/*---------------------------------------------------------------*/
/* Event List Modul - Listenelemente */
.eventlistmod_evlist li {
	margin-bottom: 4px;
}
/*---------------------------------------------------------------*/
/* Event List Modul - Links */
.eventlistmod_evlist li span a:link, a:visited {
	outline: none;
	text-decoration: none;
	font-weight: normal;
	color:#003366;
	margin-left:0px;
	padding-bottom:0.75em;
}

/*---------------------------------------------------------------*/
/* Event List Modul - Links 2 */
.eventlistmod_evlist li span a:link, a:visited a:hover, a:active {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color:#003366;
	margin-left:0px;
}






/*---------------------------------------------------------------*/
/*  */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

/*---------------------------------------------------------------*/
/*  */
form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 0;
}

/*---------------------------------------------------------------*/
/*  */
form#form-login ul li{ 
	padding: 0; 
}

/*---------------------------------------------------------------*/
/*  */
form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
}

/*---------------------------------------------------------------*/
/*  */
/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/*---------------------------------------------------------------*/
/*  */
/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

/*---------------------------------------------------------------*/
/*  */
table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

/*---------------------------------------------------------------*/
/*  */
table.paramlist td.paramlist_value {
}

/*---------------------------------------------------------------*/
/*  */
div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}


/*---------------------------------------------------------------*//*---------------------------------------------------------------*/
/*---------------------------------------------------------------*//*---------------------------------------------------------------*/

/*  */
/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px 8px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 8px 20px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */


/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
     background: none;
     padding: 3px;
     margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
     color: #999; 
     background: none; 
     border-top: 1px solid #666; 
     border-bottom: 1px solid #666;
     padding: 0;
     margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
     color: #ECA5A7; 
     background: none; 
     border-top: 1px solid #666; 
     border-bottom: 1px solid #666;
     padding: 3px;
     margin: 0 0 5px 0;
}

#system-message dd {
     text-indent: 0;
}

#system-message dd ul {
     list-style-type: none;
     color: #f00; 
     background: none; 
     border-top: 1px solid #666; 
     border-bottom: 1px solid #666;
}

#system-message {
     margin: 5px auto;
	 text-align: center;
	 width: 98%;
}



/* ****************************************************************************** */
/* blue */
input, button {
	border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #444444;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #444444;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #444444;
	font-family: Tahoma, Arial, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #444444;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #444444;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #444444;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #444444;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	}
