﻿body        {
	FONT-FAMILY: Arial;
	font-size: 11px;
	BACKGROUND-COLOR: #FFFFFF;
}

			
table       {
	font-family: Arial;
	font-size: 11px;
	text-align:left;
}

/* Überschriften */			
H1		    { 	font-family: Arial;
				font-size: 12px; color: #000000;
				line-height:100%
			}	
									
H2		    { 	font-family: Arial;
				font-size: 14px; color: #000000;
				 line-height:100%
			}	
						
H3		    { 	font-family: Arial;
				font-size: 12px; color: #000000;
				line-height:100%
			}

/* Links hervorheben */
a			{
				text-decoration: none;
				font-family: Arial;
				color: #800000;
			}
			
a:link 		{	text-decoration: none;
				font-family: Arial;
				color: #800000;

			}
			
a:visited 	{	text-decoration: none;
				font-family: Arial;
				color: #800000;

			}
			
a:active 	{	text-decoration: none;
				font-family: Arial;
				color: #800000;

			}
			
a:hover		{	text-decoration: none;
				font-family: Arial;
				background-color:##E4E4E4;
			}

#aktiv	{
				background: #FFFFFF; 
				color: #800000;
				text-decoration: none;
				font-family: Arial;
				width: 98px;
			}
			
#aktiv a	{
				background: #FFFFFF; 
				color: #800000;
				text-decoration: none;
				font-family: Arial;
				width: 98px;

			}
			
#aktiv a:hover
			{
				background: #E4E4E4; 
				color: #000066;
				text-decoration: none;
				font-family: Arial;
				width: 98px;

			}	
#aktivr	{
				background: #FFFFFF; 
				color: #800000;
				text-decoration: none;
				font-family: Arial;
			}
			
#aktivr a	{
				background: #FFFFFF; 
				color: #800000;
				text-decoration: none;
				font-family: Arial;

			}
			
#aktivr a:hover
			{
				background: #E4E4E4; 
				color: #000066;
				text-decoration: none;
				font-family: Arial;

			}			
#inaktiv
			{
				background: #FFFFFF; 
				color: #C0C0C0;
				text-decoration: none;
				font-family: Arial;
				width: 98px;
							}
			
#inaktiv a	
			{
				background: #FFFFFF; 
				color: #C0C0C0;
				text-decoration: none;
				font-family: Arial;
				width: 98px;
			}
			
#inaktiv a:hover
			{
				background: #E4E4E4; 
				color: #000066;
				text-decoration: none;
				font-family: Arial;
				width: 98px;
			}	


/* formular felder */
input		{
					border: 1px dotted #C0C0C0;
					font-family: Arial;
					font-size: 11px;
					background-color:#CCCCCC;
				}
textarea 		{
					border: 1px dotted #C0C0C0;
					font-family: Arial;
					font-size: 11px;
				}
				
select			{
					border: 1px dotted #C0C0C0;
					font-family: Arial;
					font-size: 11px;
				}

			
#aufbau		{	border: 3px groove #CCCCCC; 
				background-color:#C0C0C0
			}
			
#aufbau a:hover
			{	
				color:#000066; font-size:14; font-weight:bold
			}
#aufbau a
			{	 
				color:#000066; font-size:14; font-weight:bold
			}
			
#grau       { 	font-family: Arial;
				font-size: 11px; scrollbar-arrow-color:white; color:#666666   
			}

/* tabellen auf den seiten */
#news {
	background-image: url('layout/news.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 848px;
	text-align: left;
}

#termine {
	background-image: url('layout/termine.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 848px;
	text-align: left;
}

#download {
	background-image: url('layout/download.jpg');
	background-position:right top;
	background-repeat: no-repeat;
	width: 848px;
	text-align: left;
}


/* form darstellen */		
#forum_thema {	border-bottom:2px dotted #CCCCCC; padding-top:5; 
				padding-bottom:5; 
				
				}
#forum_thema a:hover
				 {	border-bottom:2px dotted #CCCCCC; padding-top:5; 
					padding-bottom:5; background-color:##E4E4E4 
				
				}

#forum_titel {	background-color: #CFD8E7
			}

#titel_links{font-family: Arial;
				font-size: 12px; scrollbar-arrow-color:white; color:#ffffff;background-color:#333333
	
}