/* -====Hauptseite ====- */
body, table {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-align: left;
}

.content {
	margin-top:15px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-align: left;	
}

.td1 {
	background-color: #FFFFFF;
	text-align: right;
}

.td2 {
	background-color: #FFFFFF;
}

.fuss {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.bar {
	font-size: 12px;
	color: #c40001;
	background-color: #F0F0F0;
}

/* Links */
a {
	font-family: Arial;
	font-size: 12px;
	color: #c40001;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #c40001;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}

a.menu {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #c40001;
	text-decoration: none;
}

/* Überschrift */
.title {
	font-family: Arial;
	font-size: 13px;
	color: #C40001;
	font-weight: bold;
	border-bottom: 0px solid #FFFFFF;
	text-align: left;
	margin-bottom:15px;
}

/* Bilder */
.picture {
	border: 1px solid #C40001;
}

/* 'Sie sind hier:'-Links */
a.wlink {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
	font-style: italic;
}
a.wlink:active {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
	font-style: italic;
}
a.wlink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #C40001; /* #535353; */
	text-decoration: underline;
	/* background: #FFFFFF; */
	font-style: italic;
}

.where {
	font-family: Arial;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}

/* Tabellen */
.tblhead {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
.tblheadnb {
	background-color: #FFFFFF;
	color: #535353;
}
.tblbody {
	background-color: #FFFFFF;
	color: #535353;
}

/* Formulare */
input[type="text"], input[type="submit"], input[type="password"], input[type="reset"], textarea {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-family: Arial;
	font-size: 12px;
	color: #535353;
}

input[type="submit"], input[type="reset"], input[type="file"] {
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    color: #c40001;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
    border: 1px solid #ccc;
	background: #fff;
}

input[type="password"] {
    margin-bottom: 10px;
}

.faqAnchor {
	height: 20px;
	padding: 0;
}

.faqAnchor a {
    color: #535353;
	text-decoration: none;
	height: 20px;
	line-height: 23px;
	padding: 0;
}

.faqAnchor:hover {
    color: #c40001;
}