@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #3d3d3d;
	background-image:   url(bg_verlauf.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
}

/* IE png fix 
img, div {
	behavior: url(_tmp/iepngfix/iepngfix.htc);
}
*/

#box {
	height: 345px;
	width: 480px;
	background-image: url(bg_box.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	top: 50px;
	position: relative;
	float: left;
	left: 0px;
}

#txt {
	padding-left: 45px;
	padding-top: 35px;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight:normal;
}
#txt   p, a {
	letter-spacing: 0.6px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#hiddentxt {
	visibility: visible;
	font-size: 1px;
	line-height: 1px;
	color:#FFFFFF;
}

