/*body*/
BODY {
	margin: 6 0 0 6;
	background-color: white;
	/*background-image : url(bilder/back.png);*/
	background-position : center;
	background-repeat : repeat-y;
}



/*text*/
.gallerie {
	border: 5px solid black;
}

ul {
	/*list-style-image: url(bilder/dot.gif);*/
	margin-top: 2px;
}
li {
	margin-bottom: 6px;
}

b {
	color: #bb3d3c;
}
b.big {
	color: #bb3d3c;
	font-size: 18px;
}

.field {
	border : 1px solid #ffffff;
	background-color : #eeeeee;
}


.text {
	/*padding: 25px;
	*/
	font-family: Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}

.text2 {
	font-family: Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF9A67;
	font-weight: normal;
	line-height: 18px;	
}

.text3 {
	font-family: Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF9A67;
	font-weight: normal;
	line-height: 20px;	
}
.textkl {
	font-family: Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DF9A67;
	font-weight: normal;
	line-height: 16px;	
}

.textklfeld {
	font-family: Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 12px;	
}


/*links*/
a.txt {
	text-decoration: underline;
	color: #EEC9AA;
	font-weight: bold;
	background-image : url(bilder/arrow.gif);
	background-repeat : no-repeat;
	padding-left : 12px;
	background-position : bottom left;
}
a.txt:hover{
	text-decoration: none;
	color: #EEC9AA;
}

