/* CSS fuer die Navigation wird ein weiteres CSS verwendet  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	background-image: url(images/bg_wolle_02.jpg);
	background-color: #ffffff;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 30px;
}

h2 {
	font-size: 14px;	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 16px;
	padding-bottom: 8px;
}

p {
	padding-top: 0px;
	padding-bottom: 8px;
	margin: 0px;
	line-height: 20px;
}

.opera {
width: 51px;
float: left;
}


/* zentriert haelt diverse Elemente zusammen */
#zentriert {width: 955px; height: 567px; position: absolute; left: 50%;  margin-left: -477px; margin-top: 10px; background-color: #ffffff; }

#topBildleiste {
width: 955px;
height: 159px;
float: left;
}

#Lesebereich
{
	width: 639px;
	height: 315px;
	text-align:left;
	overflow: auto;
	padding-right: 16px;
	line-height: 24px;
	float: left;
}
/* InhaltHorizontal hlt diverse Elemente zusammen (.InhaltLeft + .InhaltGrau + .InhaltMain) */

.BildBoxRight
{
margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
float:right;
padding: 11px;
background-color:#e9eced; text-decoration:none; color: #858585;
border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #c3c6c8; border-bottom: 1px solid #c3c6c8;
} 

.BildBoxLeft
{
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
float:left;
padding: 11px;
background-color:#e9eced; text-decoration:none; color: #858585;
border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #c3c6c8; border-bottom: 1px solid #c3c6c8;
} 

ul {
margin-top: 0px
}

li {
line-height: 16px; 
list-style-image: url(images/listenpunkt_grau.gif); 
margin-bottom: 6px;
margin-left: 20px
}

.bigDot {
	list-style-image: url(Bilder/Allgemein/bigDot.gif);
}
li.bigDot {
	list-style-image: url(Bilder/Allgemein/bigDot.gif);
}

.gDot {
	list-style-image: url(Bilder/Allgemein/greyDot.gif);
}
li.gDot {
	list-style-image: url(Bilder/Allgemein/greyDot.gif);
	}
.RED {
	color: #FF0000;
}

