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



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


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

.field {
	border : 1px solid #760101;
	background-color : #982E0B;
}


.text {
	padding: 25px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF9A67;
	font-weight: normal;
	line-height: 16px;	
}

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

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


/*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;
}

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