* { font-size: 100%; }
html {
	/* Scrollbalken Problematik */
	overflow-y: scroll !wichtig;
   overflow-x: auto !wichtig; 
	overflow: -moz-scrollbars-vertical;
	height: 100.01%;
	/* Scrollbalken Problematik */
}

body {
	margin: 1ex;
	position: relative;
	background-color: #ffffdd;
  font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 { font-size: 2.00em; }
h2 { font-size: 1.80em; }
h3 { font-size: 1.60em; }
h4 { font-size: 1.40em; }
h5 { font-size: 1.30em; }
h6 { font-size: 1.00em; }
ul { list-style-position: outside; margin: 0.5em 2ex 1em 4ex; padding: 0px; }
li { margin: 0px; }

div		{ min-height: 1em; }
a			{ color: #6600cc; }
a[name]  { color: black; }
a.mark	{ color: black; }
p {
	color: black;
}
.box	{
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align:left;
}

.centersite {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

img.bb { border: 1px solid #3f3f3f; }
img.bba {
	background-color: #6600cc;
	width:6px;
	height:6px;
	margin-right: 1ex;
	vertical-align: baseline;
}

#head
{
	/* Evtl. Verschiebung für 3D Effekt z.B. -3 */
		left: 0px;
		background-color: #6600cc;
}
#head table {
	background-color: #6600cc;

	background-image: url(img/head_x.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#menu
{
	background-color: #6600cc;
	margin-bottom:4px;
}
#menu p.link { margin: 3px; }
#menu p
{
	margin: 0px;
}
#menu img {
	background-color: #9933ff;
	width: 2px;
	height: 1em;
}
#menu a 
{
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
}
#menu a:hover
{
	color: #F0C868;
	text-decoration: underline;
}



/*#heading
{
	color: #6600cc;
	margin-bottom: 1em;
	text-decoration: underline;
}*/
img.caption {
	position: relative;
	left: -3px;
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}
img.aktuelles { background-image: url(img/_aktuelles.gif); }
img.baubiologie { background-image: url(img/_baubiologie.gif); }
img.baustoffe { background-image: url(img/_baustoffe.gif); }
img.impressum { background-image: url(img/_impressum.gif); }
img.lexikon { background-image: url(img/_lexikon.gif); }
img.links { background-image: url(img/_links.gif); }
img.mitglieder { background-image: url(img/_mitglieder.gif); }
img.startseite { background-image: url(img/_startseite.gif); }
img.ueberuns { background-image: url(img/_ueberuns.gif); }
img.wirfuersie { background-image: url(img/_wirfuersie.gif); }
img.intern { background-image: url(img/_intern.gif); }



#content2
{
	background-image: url(img/contentborder2.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#content
{
	border-top: 1px solid #6600cc;
/*	background-color: #F5F5DC;
	background-color: #FFF8DC; */
	background-color: #FAFAD2;
	border-bottom: 1px solid #6600cc;
	background-image: url(img/contentborder2.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#foot
{
	text-align: right;
}

table.mitglied { background-color: #6600cc; }
table.mitglied td { padding: 0.5em; }
table.mitglied td div { padding: 0.2em; margin: 0.5em 0em;}
table.mitglied td.item img { background-color: #fafad2; width: 6px;	height: 6px; }
table.mitglied td.body { background-color: #ffffcc;}
table.mitglied td.body img.logo {	position: static;	float: right;	clear: right; }
table.mitglied td.body div.description { border: 1px solid #bfbfbf; background-color: #ffffff; }
table tr.mark {
	background-color: #eaeac2;
}
table tr.mark td {
	background-color: #eaeac2;
}

span.topjump {
	display:block;
	position: absolute;
	right: 0ex;
	background-color: #fafad2;
	padding: 0px 1ex;
	margin-top: -2em !wichtig; 
	vertical-align: text-bottom;
/*	float: right; clear:none; */


}
span.topjump img {
	vertical-align: text-bottom;
}
span.topjump a {
	color: #7f7f7f;
	text-decoration: none;
}
span.topjump a:hover {
	color: black;
	text-decoration: underline;
}

div.mitglieder p {
	margin-bottom: 2em;
}