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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#ec8c42;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.headline_big {
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 47px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	letter-spacing: 0px;
}
.headline {
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	color: #333333;
	letter-spacing: 3px;
}
.headline_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}

a:link.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.nav {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.nav {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active.nav {
	text-decoration: none;
	color: #FFFFFF;
}

.lauf_norm_block {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; font-style: normal; font-weight: normal; color: #333333; text-align: justify}
.lauf_klein_block {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-align: justify; line-height: 17px}
.lauf_norm {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333
}
.style1 {font-size: 80%}
}
.bildlegenden {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #333333}
