/* Text Formatierungen */

body {
	background-image: url("../img/bg_verlauf.jpg");
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #a20002;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.8em;
  width: 860px;
}

a {
	color: #CC0000;
	text-decoration: underline
}

a:hover {
	color: #333333;
	text-decoration: none
}

.textueber {
	font-weight: bold;
	font-size: 14px;
}

h1.textueber{
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

h2.textueber{
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

.textueberweiss {
	font-weight: bold;
	color: #fff;
}

.location a {
	font-size: 10px;
	color: #000;
}

.headlinecontent {
	font-size: 14px;
	font-weight: bold;
}

.footer {
	color: #E50003;
	font-size: 11px;
}

.smallfont {
	color: #000;
	font-size: 10px;
}

hr {
	border: 1px dotted #b80000;
	margin-top: 12px;
	margin-bottom: 12px;
}

.eingabefeld {
	width: 310px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #ccc;
}

.login {
	width: 160px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #ccc;
}

.eingabetext {
  	width: 435px;
  	height: 110px;
  	font-size: 11px;
  	color: #000000;
  	background-color: #EDEDED;
  	text-decoration: none;
  	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

button {
  	height: 20px;
  	font-weight: bold;
  	color: #ffffff;
  	font-size: 10px;
  	background-color: #E50003;
  	text-decoration: none;
	padding-left: 3px;
	border: 1px #666666 solid;
}

/* Tabellen Formatierungen */

.tablehead {
	background-color: #E60002;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}

.tablewhite {
	background-color: #fff;
	font-size: 11px;
}

.abstandlinks {
	padding-left: 10px;
}

.spezial_menue {
    text-decoration: none;
    color: #E50003;
    font-weight: bold;
}

.spezial_menue:hover {
    text-decoration: underline;
    color: #E50003;
    font-weight: bold;
}

.lang_link {
}

.lang_link a img, .lang_link img {
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    display: inline;
 }

 .lang_link a {
    text-decoration: none;
}

 .lang_link a span{
    text-decoration: underline;
}