html
{
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #aaaaaa;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #000000;
}

body, p, td, picture_text, h1	
{ 
	
	/* ORIGINAL OLD */
	
		/* */
		font-family: arial, Helvetica, sans-serif;
		font-size: 0.8em; 
		line-height: 1.45;
		/* */

	/* NEW LATO ALTENATIVE */

		/*
		font-family: 'Lato', sans-serif;
		font-size: 0.9em; 
		line-height: 1.4; 
		*/

	/* NEW GILL SANS */
	/* CHECK: https://www.cssfontstack.com/Gill-Sans */

		/*
		font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
		font-size: 0.94em; 
		line-height: 1.3; 
		*/
}

		/*
		h1 { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
		h3 { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
		p { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
		blockquote { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
		pre { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
		*/

a:link,a:visited
{ color: #000; text-decoration:none; }

a:hover,a:active
{
	text-decoration:none;
	color: #fff;
}


a.link2
{
	color: #000; text-decoration:none;
}
a.link2:hover
{
	text-decoration:none;
	color: #fff;
}
a.link2:active 
{ 
	color: #000;
	text-decoration: none; 
}


a.link_bread
{
	color: #eee; 
	text-decoration:none;
}
a.link_bread:hover
{
	color: #fff;
	text-decoration:none;
}
a.link_bread:active 
{ 
	color: #eee;
	text-decoration: none; 
}




#druckadresse
{
	display: none;
}

#drucktext
{
	display: none;
}

#navi
{
	margin-top: 11px;
	display: inline;
}

a.weiss:link,a.weiss:visited,a.weiss:hover,a.weiss:active
{
	text-decoration:none;
	color: #ffffff;
}

.bild:link,.bild:visited,.bild:hover,.bild:active,
.bildschmal:link,.bildschmal:visited,.bildschmal:hover,.bildschmal:active,
.publ:link,.publ:visited,.publ:hover,.publ:active
{
	text-decoration:none;
	border: 0px;
	color: #000000;
}


.kolumbatext
{ letter-spacing: 2px; text-transform: uppercase; }

#spalte1
{ padding-right: 1px; }

#spalte3
{ padding-left: 0px; }

#Formular
.formbutton   { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; background-color: #deff84; border: solid 1px #003366 }
.formselect  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; background-color: #e8e8e8; width: 50px; border: solid 1px #003366 }
.formbutton_small   { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #e3f2d5; height: 17px; border: solid 0 #4c5c69  }
.forminput { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #f8ffb7; border: solid 1px #003366 }

.quad
{
	width: 7px;
	height: 7px;
    border-radius: 1px;
	float: left;
}

.quad_active
{
	border: solid 0px;
	color: #0044AA;
  	background-color: #FFFFFF;

}

.quad_inactive
{
	border: none;
	color: #123456;
  	background-color: #8b8b8b;
}

.quad_rahmen
{
	width: 10px;
	height: 10px;
	float: left;
	padding: 5 0 0 1;
}

.betatext {
	position: fixed; 
	background: #D2371B;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 5px;
}


#menu_horizont 
{
	background-color: bbbbbb;
	margin-bottom: 5px;
	position: fixed;
	width: 100%;
}

#content
{
	padding-top: 92px;
}
