/* Text Formatierungen */

body {
	background-image: url("../img/bg.gif");
	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   {
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.8em;
    font-weight: bold
}

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

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 {
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	background-color: #E50003;
	text-decoration: none;
	padding: 2px 7px;
	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;
}

.newshead {
    font-weight: bold
}

