/* CSS Styles by Fabrice Steurer, www.artofwork.ch */

/* ************************************************************************ */
/* Links
/* ************************************************************************ */
A:link    {text-decoration: underline;  font-size: 13px; color: #484848;}
A:visited {text-decoration: underline;  font-size: 13px; color: #484848;}
A:active  {text-decoration: underline;  font-size: 13px; color: #484848;}
A:hover   {text-decoration: underline;  font-size: 13px; color: #60A528;}

A.smallMail:link    {text-decoration: underline;  font-size: 9px; color: #000000;}
A.smallMail:visited {text-decoration: underline;  font-size: 9px; color: #000000;}
A.smallMail:active  {text-decoration: underline;  font-size: 9px; color: #000000;}
A.smallMail:hover   {text-decoration: underline;  font-size: 9px; color: #666666;}

A.footerLink:link    {text-decoration: none; font-size: 11px; color: #514100;}
A.footerLink:visited {text-decoration: none; font-size: 11px; color: #514100;}
A.footerLink:active  {text-decoration: none; font-size: 11px; color: #514100;}
A.footerLink:hover   {text-decoration: none; font-size: 11px; color: #000000;}

/* ************************************************************************ */
/* Grundsätzliche Standart-Definitionen
/* ************************************************************************ */
body,TD{   
		scrollbar-base-color: #ECECEE;			/* Farbe der Scrollbar, Hintergrund */
		scrollbar-track-color: #ECECEE;			/* Farbe der Scrollbar, Hintergrund */
		scrollbar-face-color: #E4E4E4;			/* Farbe des Scrollers */
		scrollbar-darkshadow-color: #E4E4E4;   		/* Konturen der ganzen Scrollbar rundherum */
		scrollbar-shadow-color: #666666;		/* Pfeile und Konturen des Scrollers */
		scrollbar-arrow-color: #666666;			/* Pfeile und Konturen des Scrollers */
		font-family: Arial, Helvetica, sans-serif; color: #484848; font-size: 13px;		
}


/* ************************************************************************ */
/* Allgemeine Klassen
/* ************************************************************************ */
.rand_enterseite{
   	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image:url(../_images/background_enterseite.gif);
	background-repeat:repeat-x;
}

.rand{
   	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #D2B686;
	background-image:url(../_images/hintergrundbild.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.header1
{
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.header2
{
	background-image:url(../_images/header2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.content_background
{
	background-image:url(../_images/content_background.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-left: 57px;
	padding-right: 57px;
	font-family: Arial, Helvetica, sans-serif;  color: #484848; font-size: 13px;	
}

.footer_background
{
	background-image:url(../_images/footer_background.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.footer_text
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #715A00; font-size: 11px;
}


.title
{   
		font-family: Arial, Helvetica, sans-serif;  font-weight: bold; color: #67696B; font-size: 16px;	
}


.small{   
		font-family: Arial, Helvetica, sans-serif;  color: #999999; font-size: 11px;	
}


.farbe{   
		font-family: Arial, Helvetica, sans-serif;  color: #60A528; font-size: 13px;	
}

.roterText{   
		font-family: Arial, Helvetica, sans-serif;  color: #ff0000; font-size: 13px;	
}

.boxgruen
{
	padding: 6px; background-color: #60A528;
}

.boxneutralgrau
{
	padding: 6px; background-color: #374B56;
}

.boxrot
{
	padding: 6px; background-color: #FF4C59;
}

.boxgelb
{
	padding: 6px; background-color: #D94D00;
}


/* ************************************************************************ */
/* Klassen für Formulare
/* ************************************************************************ */
.formular{
		background-color: #ECECEE;
		color: #484848;
		border: 1px solid #E4E4E4;
		width: 180px;
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 14px;
}


.antispam{
		background-color: #ECECEE;
		color: #484848;
		border: 1px solid #E4E4E4;
		width: 80px;
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 14px;
}


.textarea{
		background-color: #ECECEE;
		color: #484848;
		border: 1px solid #E4E4E4;
		width: 300px;
		height: 90px;
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 14px;
}

.button{
		background-color: #ECECEE;
		color: #484848;
		border: 1px solid #E4E4E4;
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 14px;
}
