/* attribute zum bodytag */
body {
	background-color:#ADADAD;
	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, span.active {
	font-weight: bold;
	color: #6b0500;
	text-decoration: none;
}

/* Sprachauswahl */
.langselect {

}
.langselect table td {
	padding: 1px 0 0 0;
}
.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;
}
ul#nav a, ul#nav span.active {
	padding: 0;
	margin: 0 0 0 0;
}
ul#nav ul {
	list-style: none;
	padding: 0;
}
ul#nav li {
	background-image: url(../gfx/pfeil_se.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 10px;
}
ul#nav li.active {
	background-image: url(../gfx/pfeil_wa.gif);	
}

#login {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 10px;
	margin: 0;
	width: 180px;
}
#copy {
	margin: 10px 0 0 10px;
	width: 180px;
}
#copy a {
	font-weight: normal;
	padding-right: 10px;
}



