/* attribute zum bodytag */
body {
	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: black;
	text-decoration: none;
}
a:hover, .active a, .active {
	color: #1C5180;
	text-decoration: none;
}


/* Farben */
.col1 {
	background-color: #d6d3d6;
}
.col2 {
	background-color: #2a7abe;
}
.colbl {
	background-color: #106fb3;
}

ul#nav {
	list-style: none;
	float: left;
	margin: 0;
	padding: 13px 0 0 14px;
}
ul#nav li {
	display: inline;
}
ul#nav li ul {
	margin: 0;
	padding-left: 10px;
}
ul#nav a, ul#nav span.active {
	display: block;
	padding: 0 0 2px 20px;
	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 0px;
}
ul#nav span.active {
	background-image: url(../gfx/pfeil_wa.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#login {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 10px;
	margin: 20px 0 0 0;
	position: absolute;
	bottom: 40px;
	left: 14px;
	width: 100%;
}
#copy {
	margin: 0 0 0 10px;
	position: absolute;
	bottom: 0px;
	left: 14px;
	width: 100%;
}
#copy a {
	font-weight: normal;
	padding-right: 10px;
}



