body 		{
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: scroll;
	margin: 0;
	background-image: url(../pictures/background.jpg);
	background-position: center;

}

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



a 			{
	color:#666;
	font-weight: bold;
}

a:link 		{ text-decoration: none; }

a:visited 	{ text-decoration: none; }

a:hover 	{ text-decoration: none; color: black; }

a:active 	{ text-decoration: none; color: black; }

h1 { font-size: 16px; font-weight: normal; margin: 0; }

h2 { font-size: 14px; font-weight: normal; margin: 0; }

h3 { font-size: 12px; font-weight: normal; margin: 0; }

h4 { font-size: 10px; font-weight: normal; margin: 0; }

h5 { font-size: 8px; font-weight: normal; margin: 0; }

h6 { font-size: 11px; font-weight: normal; margin: 0; }

.text_lt { font-weight: normal; }

.text_black { color: black; }

.text_white { color: white; }

.text_efefef { color: #efefef; }

.text_black_lt { color: black; font-weight: normal; }

/* individuelle laufleiste font-family: arial, helvetica, geneva*/

#individuellerscroll {
	position: absolute;
	top: 150px;
	bottom: 0px;
	width: 180px;
	height: 550px;
	left: 0px;
	right: 0px;
	margin: 0px;
	overflow: auto;
	z-index: 55;
	background-color: #FFF;
}

.scrollgeneric {
position: absolute;
}

/* hier kann man einstellen wie gross der abstand vom scrollicon zum rechten kastenrand ist */
.vscrollerbase {
width: 14px;
}

/* hier muss die breite und höhe mit der breite und höhe des scrollicons übereinstimmen */
.vscrollerbar {
	background-image: url(../pictures/scrollbar.jpg);
	width: 14px;
	height: 42px !important;
}

#flashcontent {		position: absolute;	top: 150px;	width: 600px; height: 550px; margin-left: 200px;	} 

/*
 Positionierung von Text und Grafik 
 */
 
div.main				{
	position: absolute;
	left: 50%;
	width: 800px;
	height: 100%;
	margin-left: -400px;
	margin-top: 0px;
}

div.logo 				{ position: absolute; left: 5px; top: 30px; z-index: 50; }

div.balken_rot			{
	position: absolute;
	left: 0;
	top: 125px;
	left: -20px;
	width: 840px;
	height: 3px;
	background-color: #C00;
}
div.balken_gelb			{
	position: absolute;
	left: 0;
	top: 128px;
	left: -20px;
	width: 840px;
	height: 3px;
	background-color: #FF0;
}

div.balken_blau			{
	position: absolute;
	left: 0;
	top: 131px;
	left: -20px;
	width: 840px;
	height: 3px;
	background-color: #09F;
}

div.veranstaltungen		{ position: absolute; left: 5px; top: 105px; z-index: 50; }
div.aktiv				{ position: absolute; left: 150px; top: 105px; z-index: 50; }
div.archiv				{
	position: absolute;
	left: 253px;
	top: 105px;
	z-index: 50;
}
div.fotoalbum			{
	position: absolute;
	left: 325px;
	top: 105px;
	z-index: 50;
}
div.verein				{
	position: absolute;
	left: 423px;
	top: 105px;
	z-index: 50;
}
div.ziele				{
	position: absolute;
	left: 493px;
	top: 105px;
	z-index: 50;
}
div.geschichte			{
	position: absolute;
	left: 553px;
	top: 105px;
	z-index: 50;
}
div.kontakt				{
	position: absolute;
	left: 635px;
	top: 105px;
	z-index: 50;
}
div.impressum			{ position: absolute; right: 5px; top: 105px; z-index: 50; }


div.a_veranstaltungen		{ position: absolute; left: 5px; top: 105px; z-index: 50; }
div.a_aktiv				{ position: absolute; left: 150px; top: 105px; z-index: 50; }
div.a_archiv			{ position: absolute; left: 253px; top: 105px; z-index: 50; }
div.a_fotoalbum			{ position: absolute; left: 325px; top: 105px; z-index: 50; }
div.a_verein				{ position: absolute; left: 423px; top: 105px; z-index: 50; }
div.a_ziele				{ position: absolute; left: 493px; top: 105px; z-index: 50; }
div.a_geschichte			{ position: absolute; left: 553px; top: 105px; z-index: 50; }
div.a_kontakt				{ position: absolute; left: 635px; top: 105px; z-index: 50; }
div.a_impressum			{ position: absolute; right: 5px; top: 105px; z-index: 50; }


div.titel				{ position: absolute; left: 5px; top: 160px; z-index: 40; }

div.content				{
	position: absolute;
	top: 150px;
	width: 790px;
	height: auto;
	margin-left: 5px;
}
div.content_fotoalbum				{
	position: absolute;
	top: 150px;
	left: 200px;
	width: 800px;
	height: 500px;
	margin-left: 0px;
}

