body
{
    background-position: 0px 175px;
    background-color: #ffffff;
    background-image: url('Bilder/Hintergrundsverlauf.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
}

* html body
{background-attachment:scroll;
}

p, h1, h2, p, td, a, th
{
    margin: 0px;
    padding: 0px;
    color: #003375;
    text-align: left;
    font: normal 13px/19px Verdana;
    letter-spacing: 0.03em;
}

th
{
font-weight:bold;
text-align:left;
padding-bottom:5px;
}

h1
{
    font-size: 17px;
    line-height: 20px;
}


ul
{
	list-style-type:square;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	font: normal 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #003375;
}

#Inhalt {
	position:absolute;
	left:240px;
	top:190px;
	width:700px;
	height:auto;
	z-index:0;
	overflow:visible;
	margin: 0px;
	padding: 0px;
}

#Inhalt td
{
    padding-right: 4px;
    vertical-align: top;
}

#Logo1
{
	position:fixed;
	left:758px;
	top:30px;
	width:250px;
	height:80px;
	z-index:2;
}

#Logo2
{
	position:fixed;
	left:20px;
	top:70px;
	width:250px;
	height:80px;
	z-index:2;
}

#BalkenGruen1
{
    border-width: 20px;
    border-color: #FFFFFF;
    position: fixed;
    top: 130px;
    left:0px;
    height: 9px;
    width: 200px;
    margin: 0px;
    z-index: 4;
    background-color: #a3d209;
    border-right-style: solid;
    border-left-style: solid;
}

#BalkenGruen2
{
    position: fixed;
    top: 130px;
    left:775px;
    height: 9px;
    width: 200px;
    margin: 0px;
    z-index: 4;
    background-color: #a3d209;
}

#BalkenLinks
{
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 9px;
    margin: 0px;
    z-index: -1;
    background-color: #003375;
}

#BalkenWeiss
{
    position: fixed;
    top: 0px;
    left:0px;
    height: 175px;
    width: 100%;
    margin: 0px;
    z-index: 1;
    background-color: #ffffff;
}

#Stimmungsbilder
{
    position: fixed;
    top: 0px;
    left:240px;
    height: 120px;
    width: 480px;
    margin: 0px;
    z-index: 3;
    overflow:hidden;
    background-color: #a3d209;
}
#Stimmungsbilder *
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: hide;
}

#Stimmungsbilder .BildLinks, #Stimmungsbilder .BildRechts
{
    width: 200px;
    height: 120px;
}

#Stimmungsbilder .BildLinks
{background-color:white;
    padding-right: 70px;
}

#TransparenzStimmungsbilder
{
    position: absolute;
    left: 140px;
    height: 100%;
    width: 130px;
    background-color: #a3d209;
    /*background-image: url('Bilder/gruen_transparent_50prozent.png');*/
    opacity:0.5;
    filter: alpha(opacity=50);
}

#Netzwerk
{
    position: fixed;
    bottom: 0px;
    left:0px;
    height: 138px;
    width: 150px;
    margin: 0px;
    z-index: 3;
    overflow:visible;
    
}

.Mitgliederliste td
{
padding-bottom:5px;
padding-top:5px;
}

.Drucken
{
    position: fixed;
    left: 955px;
    width: 30px;
    height: 20px;
    z-index: 10;
    top:150px;
}

/* Hack für IE6 */
* html #Logo1,
* html #Logo2,
* html #BalkenGruen1,
* html #BalkenGruen1,
* html #BalkenLinks,
* html #BalkenWeiss,
* html #Netzwerk,
* html #Stimmungsbilder,
* html #Netzwerk,
* html .Drucken
{
position:absolute;
}


/*Formularfelder */
input[type="text"], textarea
{
    border: 1px solid #003375;
    font-size:12px;
    background-color:#ccc;
    padding:2px;
}
