body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	line-height: 18px;
	background-color: white;
	height: 100%;
	overflow: hidden;
}

html {
	height: 100%;
	overflow: hidden;
}

a {
	color: #e3001a;
	text-decoration: underline;
	//font-weight: bold;
	//text-transform: uppercase;
	//padding: 1px;
}

a:hover {
	color: #e36666;
}

a:active {
	color: #333333;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding-bottom: 30px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	margin: 0px;
	padding-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	color: #333333;
	background-color: #333333;
	border: 0px;
	border-top: 1px dotted #999;
	margin-top: 40px;
	margin-left: 0px;
	height: 1px;
	width: 300px;
}

.logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 115px;
	height: 57px;
	padding-bottom: 40px;
}

.label {
	font-size: 9px;
	line-height: 12px;
	color: gray;
	text-transform: uppercase;
}

.hilite {
	color: #ff0099;
}

.dimmed {
	color: gray;
}

#imprint {
	position:absolute;
	bottom: 40px;
	height: 16px;
}

#content {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%
}

#content_noflash {
	height: 100%;
	overflow: auto;
}

#content_impressum {
	height: 100%;
	overflow: auto;
}

#text_box {
	margin-top: 40px;
	margin-left: 40px;
	padding-bottom: 40px;
	width: 600px;
}






