/* CSS Document 
-------------------------------------------------
hier stehen alle Styles die das Rahmendesign und 
zum Teil auch Inhaltsbereiche betreffen

10.05.2007 Autor Andreas Schuppe Innovative Web AG
-------------------------------------------------
*/

/* Globals */

html {
	width: 100%;
	height: 100%;
	}

body {
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
	}

td {
	font-family: Arial,sans-serif;
	font-size: 12px;
	}
	
div {
	font-family: Arial,sans-serif;
	font-size: 12px;
	}	

h1 {
	font-size: 11pt;
	}

h2{
	font-size: 10pt;
	}

h3{
	font-size: 10pt;
	}		

form { 
	margin: 0pt; 
	padding: 0pt 
	}
	
select {
	font-family: Arial,sans-serif;
	font-size: 11px;
	}


/* Suchmaske im Design - Mainpage */
div#suche  {
	z-index: 87;
	position: absolute;
	top: 153px;
	left: 620px;
	color: #000000;
	}

div#suche form {
	margin: 0px;
	padding: 0px;
	}

div#suche td {
	vertical-align: middle;
	margin: 0px;
	}
	
input#inputtext {
	margin: 0px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	width: 175px;
	border: 0px;
}	



/* Suchmaske im Design - Subpage */

div#subsuche  {
	z-index: 87;
	position: absolute;
	top: 153px;
	left: 620px;
	color: #000000;
	}

div#subsuche form {
	margin: 0px;
	padding: 0px;
	}

div#subsuche td {
	vertical-align: middle;
	margin: 0px;
	}
	
input#subinputtext {
	margin: 0px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	width: 175px;
	border: 0px;
}


/* link*/

a:link, a:visited, a:active{
	font-weight: normal;
	color: #db3232; 
	text-decoration: none;
	}

a:hover {
	font-weight: normal;
	color: #db3232; 
	text-decoration: underline; 
	}

a.news { 
	color: #000000;
	text-decoration: none; 
	}

a.newsdatum:hover {
	color: #000000; 
	text-decoration: none; 
	}

a.newszeile:hover {
	color: #db3232; 
	text-decoration: underline; 
	}

a.newszeile:active {
	color: #000000; 
	text-decoration: underline; 
	}

a.newszeile:link {
	color: #000000; 
	text-decoration: underline; 
	}

.headerbg {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:-2; 
	width:100%;
	background-image: url(headerbg.gif);
	background-repeat: repeat-x; 
	}

.topimage {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:99;  
	}

.hauptnav {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1;  
	}


/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}
	
	
	.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}


/* News, Events und Quickfinder Definitionen */
.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.eventtitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.newstitle:link {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.newstitle:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.newstitle:active {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a.eventtitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.eventtitle:link {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.eventtitle:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.eventtitle:active {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.quicktitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}

.newsdatum {
	font-size: 12px;
	color: #000000;
	background-color: #e2e2e2;	
	}

.newszeile {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}
a.newszeile {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}
	
a.newszeile:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}

a.newszeile:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	background-color: #e2e2e2;	
	}
	
a.newszeile:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}				

a.newszeile:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}

.eventdatum {
	font-size: 12px;
	color: #000000;
	background-color: #e2e2e2;	
	}

.eventzeile {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #e2e2e2;	
	}

.moreevents {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}

.quickzeile {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	}


/* PDF Print */

div#printpdf {
	position: absolute;
	top: 150px;
	left: 540px;
	z-index: 89;
}


/* 
---------------------------------------
Layout Behälter und Inhalte 
---------------------------------------
*/


/* Behälter */
div#header{
	height:153px;
	line-height:153px;
	margin:0;
  	background: #FFF;
  	}
  	
div#container{
	text-align:left;
	/*background-image: url(bgcont.gif);
	background-repeat: repeat-y;
	background-position: bottom left;*/
	}



div#extra {
	margin-top: 8px;
	text-align: right;
	float: right;
	height: 24px;
	width: 634px;
	
	}
	
table#disclaimertab {
	/*background-image: url(extrabg.gif);
	background-repeat: repeat-x;*/
	margin-left: 6px;
	}	
	
div#extra table td tr{
	text-align: right;
	}	


div#footer{
	width: auto;
	background-color: #FFFFFF;
	height: 1px;
	margin-left: 14px;
	}

div#container{
	width:849px;
	margin:0 px;
	}
	
div#content{
	padding-top: 32px;
	float:right;
	width:631px;
	}
	
div#content table tr td{
	padding: 0px;
	margin: 0px;
	}	
	
	
div#boxrahmen {
	max-width: 350px;
	margin: 5px;
}

.boxro2 {
	background-image: url(frontboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxlo2 {
	background-image: url(frontboxlo.gif);
	background-repeat: no-repeat;
	background-position: top leftt;
}

.boxru2 {
	background-image: url(frontboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.boxlu2 {
	background-image: url(frontboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.boxinhalt2 {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

.boxinhalt2 b {
	font-size: 14px;
	
}


.boxbg{
	background-image: url(boxbg.gif)
}


.boxro3 {
	background-image: url(direktboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxlo3 {
	background-image: url(direktboxlo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


.boxinhalt3 {
	padding: 8px;
	
}

.boxinhalt3 b {
	font-size: 14px;
	
}


.boxro4 {
	background-image: url(adressboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxlo4 {
	background-image: url(adressboxlo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.boxru4 {
	background-image: url(frontboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.boxlu4 {
	background-image: url(frontboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.boxinhalt4 {
	padding: 8px;
	
}

.boxinhalt4 b {
	font-size: 14px;
	
}



.boxro {
	background-image: url(roundedboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxlo {
	background-image: url(roundedboxlo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.boxru {
	background-image: url(roundedboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.boxlu {
	background-image: url(roundedboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.boxinhalt {
	padding-top: 8px;
	background-image: url(navbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}


.tbboxro {
	background-image: url(tbboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.tbboxlo {
	background-image: url(tbboxlo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.tbboxru {
	background-image: url(tbboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tbboxlu {
	background-image: url(tbboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}	
	
	
	
div#navigation{
	float:left;
	width:188px;
	min-height: 500px;
	padding-top: 32px;
	padding-left: 20px;
	}

div#navspacer{
	height: 252px;
}	

div#toolbarbox  {
	z-index: 84;
	position: absolute;
	top: 153px;
	height: 24px;
	left: 20px;
	width: 830px;
	color: #000000;
	}
		
div#headerimgborder  {
	z-index: 85;
	background-image: url(bilderrahmenklein.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 216px;
	}
div#headerimg  {
	z-index: 84;
	background-image: url(bilderrahmenklein.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 216px;
	}	
	
#bildrahmen{
	background-image: url(bilderrahmengross.gif);
	background-repeat: no-repeat;
	z-index: 3;
}
	
/*Behälter Subsites */

.contentboxro {
	background-image: url(contentboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contentboxlo {
	background-image: url(contentboxlo.gif);
	background-repeat: no-repeat;
	background-position: top leftt;
}

.contentboxru {
	background-image: url(contentboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.contentboxlu {
	background-image: url(contentboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}



.subboxro {
	background-image: url(roundedboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.subboxlo {
	background-image: url(roundedboxlo.gif);
	background-repeat: no-repeat;
	background-position: top leftt;
}

.subboxru {
	background-image: url(roundedboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.subboxlu {
	background-image: url(roundedboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.subboxinhalt {
	padding-top: 8px;
	background-image: url(navbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}


.subtbboxro {
	background-image: url(tbboxro.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.subtbboxlo {
	background-image: url(tbboxlo.gif);
	background-repeat: no-repeat;
	background-position: top leftt;
}

.subtbboxru {
	background-image: url(tbboxru.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.subtbboxlu {
	background-image: url(tbboxlu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


div#subadressefront {
	margin-left: 36px;
	margin-right: 8px;
	}

div#subheader{
	height:153px;
	line-height:153px;
	margin:0;
  	background: #FFF;
  	}
  	
div#subcontainer{
	text-align:left;
	/*background-image: url(bgcont.gif);
	background-repeat: repeat-y;
	background-position: bottom left;*/
	}

div#subextra {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	height: 24px;
	width: 631px;
	}
	
table#subdisclaimer {
	/*background-image: url(bgdisclaimer.gif);
	background-repeat: no-repeat;*/
	}	
	
table#subdisclaimertab {
	/*background-image: url(extrabg.gif);
	background-repeat: repeat-x;*/
	margin-left: 6px;
	}	
	
div#subextra table td tr{
	text-align: right;
	}	


div#subfooter{
	width: auto;
	background-color: #FFFFFF;
	height: 1px;
	margin-left: 14px;
	}

div#subcontainer{
	width:857px;
	margin:0 
	}
	
div#subcontent{
	margin-top: 10px;
	float:right;
	width:631px;
	padding: 8px;
	}

	
div#subnavigation{
	float:left;
	width:188px;
	min-height: 500px;
	padding-top: 32px;
	padding-left: 20px;
	}

div#subnavspacer{
	height: 252px;
}	

div#subtoolbarbox  {
	z-index: 84;
	position: absolute;
	top: 153px;
	height: 24px;
	left: 20px;
	width: 830px;
	color: #000000;
	}
		
div#subheaderimg  {
	z-index: 85;
	position: absolute;
	top: 19px;
	left: 216px;
	}
	
div#contenttitle {
	width: 100%;
	}

div#eckelo {
	position: absolute;
	top: 186px;
	left: 218px;
	z-index: 94;
	background-image: url(eckelo.gif);
  	background-position: left top;
  	background-repeat: no-repeat;
  	width: 20px;
  	height: 100px;
	}

div#contenttitle table tr td{
	padding: 0px;
	margin: 0px;
	height: 0px;
	}	

div#contenttitle hr {
  border:solid #db3232;
  border-width:0 0 2px 0;
  margin: 0px;
  padding: 0px;
}

div#contenttext {
  background-image: url(eckelo.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

div#inhalt {
	vertical-align: top;
	min-height: 400px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* 
-------------------------------------------------
Button Definition - Navigation und Toolbar 
-------------------------------------------------
*/


/* HOME */

div#homebutton {
	position: absolute;
	top: 0px;
	left: 14px;
	}


/*Toolbar Options */

td.design_tb {	
	height: 24px;
	background-color: transparent;
	width: auto;
	padding-left: 11px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}
				
a.design_tb {	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}
						
a.design_tb:active {	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}						

a.design_tb:visited	{	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}	
						
a.design_tb:hover {	
	text-decoration: none;
	background-color: transparent;
	color: #b60000;
	}

td.design_tb_on	{	
	height: 24px;
	width: auto;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	padding-left: 11px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}

a.design_tb_on {	
	font-size: 12px;
	background-color: transparent;
	color: #b60000;
	text-decoration: none;
	}
						
a.design_tb_on:active {	
	font-size: 12px;
	color: #b60000;
	background-color: transparent;
	text-decoration: none;
	}						

a.design_tb_on:visited	{	
	font-size: 12px;
	background-color: transparent;
	color: #b60000;
	text-decoration: none;
	}	

a.design_tb_on:hover {	
	text-decoration: none;
	background-color: transparent;
	color: #b60000;
	}	








td.design_tb2 {	
	height: 24px;
	background-color: transparent;
	width: auto;
	padding-left: 11px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}
				
a.design_tb2 {	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}
						
a.design_tb2:active {	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}						

a.design_tb2:visited	{	
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}	
						
a.design_tb2:hover {	
	text-decoration: none;
	background-color: transparent;
	color: #b60000;
	}

td.design_tb2_on	{	
	height: 24px;
	width: auto;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	padding-left: 11px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}

a.design_tb2_on {	
	font-size: 12px;
	background-color: transparent;
	color: #b60000;
	text-decoration: none;
	}
						
a.design_tb2_on:active {	
	font-size: 12px;
	color: #b60000;
	background-color: transparent;
	text-decoration: none;
	}						

a.design_tb2_on:visited	{	
	font-size: 12px;
	background-color: transparent;
	color: #b60000;
	text-decoration: none;
	}	

a.design_tb2_on:hover {	
	text-decoration: none;
	background-color: transparent;
	color: #b60000;
	}


	


/* Navigation Buttons */

/* Navlevel 1 */
td.design_nav1 {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: normal;
	background-image: url(nav1norm.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}
	

a.design_nav1 {	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a.design_nav1:active {	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}						

a.design_nav1:visited {	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}	

a.design_nav1:hover	 {	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

td.design_nav1_on, td.design_nav1_on:hover, td.design_nav1_on:visited, td.design_nav1_on:active  {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: nowrap;
	background-image: url(nav1over.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	color: #000000;
	}
	

a.design_nav1_on {	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a.design_nav1_on:active	{	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}						

a.design_nav1_on:visited {	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}	

a.design_nav1_on:hover	{	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}	

/* Navlevel 2 */	
td.design_nav2 {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: nowrap;
	background-image: url(nav2norm.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}	

a.design_nav2 {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

a.design_nav2:active {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}						

a.design_nav2:visited {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}	

a.design_nav2:hover	 {	
	text-decoration: none;
	color: #000000;
	}

td.design_nav2_on, td.design_nav2_on:hover, td.design_nav2_on:visited, td.design_nav2_on:active {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: nowrap;
	background-image: url(nav2over.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}

a.design_nav2_on {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

a.design_nav2_on:active	{	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}						

a.design_nav2_on:visited {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}	

a.design_nav2_on:hover	{	
	text-decoration: none;
	color: #000000;
	}
	
	
/* Navlevel 3 */	
td.design_nav3 {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: nowrap;
	background-image: url(nav3norm.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}

a.design_nav3 {	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	}

a.design_nav3:active {	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	}						

a.design_nav3:visited {	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	}	

a.design_nav3:hover	 {	
	text-decoration: none;
	color: #606060;
	font-weight: bold;
	}

td.design_nav3_on {	
	height: 24px;
	width: 188px;
	text-align: left;
	white-space: nowrap;
	background-image: url(nav3norm.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	cursor:pointer;
	text-decoration: none;
	}

a.design_nav3_on {	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
		font-weight: bold;
	}

a.design_nav3_on:active	{	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	}						

a.design_nav3_on:visited {	
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	}	

a.design_nav3_on:hover	{	
	text-decoration: none;
	color: #606060;
	font-weight: bold;
	}

/* Agenda */
div#agenda form {
	margin: 0px;
	padding: 0px;
	}
	
div#agenda p		{ font-size: 11px; font-family: Arial; color: #4A5758; margin: 0px; padding: 0px; }
div#agenda h3		{ font-family: Arial; font-size: 14px; cursor: crosshair; color: #51594A; font-weight: lighter; }
.anzeige	{ border: 1px #000000 solid; background-color: #ffffff; height: 130px; }
.sonntag	{ background-color: #D4D9D9 }
.heute		{ background-color: #e2e2e2 }
.titel		{ font-size: 13px }
.kopf		{ background-color: #bbbbbb; color: #FFFFFF }