/* attribute zum bodytag */
body {
	background-color:#C40020;
	padding: 0;
	margin: 0;
}
table, td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;

}
img {
	border: 0;
}

body, table {
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:link, a:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover, .active a, .active {
	font-weight: bold;
	color: #ffec00;
	text-decoration: none;
}

/* Sprachauswahl */
.langselect {
/* border-top: 1px solid white;*/
}
.langselect table td {
	padding: 6px 0 0 0;
	width: 100px;
}
.langselect td {

}
.langselect a, .langselect span {
	padding-left: 10px;
/*	border-bottom: 1px solid white;*/
}

ul#nav {
	list-style: none;
	float: left;
	margin: 0;
	padding: 8px 0 0 10px;
}
ul#nav li ul {
	margin: 0;
	padding-left: 10px;
}
ul#nav a, ul#nav span.active {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}
ul#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#nav a {
	background-image: url(../gfx/pfeil_se.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
ul#nav span.active {
	background-image: url(../gfx/pfeil_wa.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#login {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 10px;
	margin: 20px 0 0 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
#copy {
	margin: 0 0 0 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
#copy a {
	font-weight: normal;
	padding-right: 10px;
}


