#footer {
	list-style: none;
	height: 30px;
	margin-top: 0;
	padding-left: 0;
}

#footer li {
	line-height: 30px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

.footer_seperator {
	height: 30px;
	float: left;
	width: 0px;
	border-right: 1px solid #606060;
	border-left: 1px solid #2d2d2d;
}

#footer li.footer_menu:hover,
#footer li.menu_right:hover {
	background-color: #464646;
	background: -moz-linear-gradient(top, #1e1e1e, #3d3d3d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1e1e), to(#3d3d3d));
}

#footer li.left:hover {
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}

#footer li a {
	color: #fff;
	display: block;
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

#footer li.footer_menu a,
#footer li.menu_right a {
	padding: 0px 20px;
}

#footer li:hover a {
	color: #fff;
}

#footer li .drop {
	padding-right: 32px;
	background: url("../images/footer_drop.png") no-repeat right 10px;
}

#footer .dropdown_1column, 
#footer .dropdown_2columns, 
#footer .dropdown_3columns, 
#footer .dropdown_4columns,
#footer .dropdown_5columns {
	margin: 0px auto;
	float: left;
	position: absolute;
	z-index: 100;
	left: -999em;
	text-align: left;
	padding: 1em 0.5em 1em 0.5em;
	border-bottom: 1px solid #606060;
	background-color: #373737;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 5px -5px 10px #000;
	-webkit-box-shadow: 5px -5px 10px #000;
	box-shadow: 5px -5px 10px #000;
}

#footer .dropdown_1column {width: 14em;}
#footer .dropdown_2columns {width: 28em;}
#footer .dropdown_3columns {width: 42em;}
#footer .dropdown_4columns {width: 56em;}
#footer .dropdown_5columns {width: 70em;}

#footer li:hover .dropdown_1column, 
#footer li:hover .dropdown_2columns, 
#footer li:hover .dropdown_3columns,
#footer li:hover .dropdown_4columns,
#footer li:hover .dropdown_5columns {
	left: -1px;
	bottom: 30px;
}

#footer .col_1,
#footer .col_2,
#footer .col_3,
#footer .col_4,
#footer .col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 0.45em;
	margin-right: 0.45em;
}
#footer .col_1 {width:13em;}
#footer .col_2 {width:27em;}
#footer .col_3 {width:41em;}
#footer .col_4 {width:55em;}
#footer .col_5 {width:69em;}

#footer .menu_right {
	float: right;
	border-radius: 0 0 5px 0;
}

#footer li:hover .align_right {
	left: auto;
	right: -1px;
	top: auto;
}

#footer p, #footer h2, #footer h3, #footer ul li {
	text-align:left;
}
#footer h2 {
	font-size:20px;
	font-weight:400;
	letter-spacing:-1px;
	margin: 10px 0;
	border-bottom: 1px solid #666;
}
#footer h3 {
	font-size:14px;
	margin: 10px 0;
	border-bottom:1px solid #666;
}
#footer p {
	line-height:1.3em;
	margin: 0 0 0.5em 0;
}

#footer li:hover div a {
	color: #0080ff;
}

#footer li:hover div a.inline {
	display: inline;
}

#footer li:hover div a:hover {
	text-decoration: underline;
}

#footer li ul.simple a,
#footer li ul.greybox a {
	color: #fff;
}

#footer li ul.simple a:hover {
	color: #0080ff;
}

#footer li ul.simple a:hover,
#footer li ul.greybox a:hover {
	text-decoration: none;
}

.img_left {
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#footer li ul {
	list-style:none;
	padding:0;
	margin:0;
}

#footer li ul li {
	border: none;
	line-height: 24px;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	/*width: 130px;*/
}

#footer li ul li:hover {
	background: none;
	border: none;
}

#footer li .greybox li {
	border:1px solid;
	border-color: #606060 #2d2d2d #2d2d2d #606060;
	margin: 0px 0px 0.5em 0px;
	padding: 0.2em 0.6em 0.2em 0.6em;
	width:11.6em;
	background: -moz-linear-gradient(top, #3d3d3d, #1e1e1e);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#3d3d3d), to(#1e1e1e));
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}
#footer li .greybox li:hover {
	border:1px solid;
	border-color: #2d2d2d #606060 #606060 #2d2d2d;
	background: -moz-linear-gradient(top, #1e1e1e, #373737);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#1e1e1e), to(#373737));
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

#footer li .greybox li a {
	padding: 0;
}

#footer input.login {
	margin-left: 10px;margin-top:0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	width: 10.5em;
	color: #fff;
	background-color: #1e1e1e;
}

#footer input.login_button, #footer input.password_button {
/*	-moz-border-radius: 10px;*/
/*    -webkit-border-radius: 10px;*/
/*    -khtml-border-radius: 10px;*/
/*    border-radius: 10px;*/
	border: 1px solid;
	border-color: #505050 #000000 #000000 #505050;
	background-color: transparent;
	background: -moz-linear-gradient(top, #282828, #141414);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#282828), to(#141414));
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#footer input.login_button:hover, #footer input.password_button:hover {
	border: 1px solid;
	border-color: #000000 #505050 #505050 #000000;
	background: -moz-linear-gradient(top, #141414, #282828);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#141414), to(#282828));
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

li.socialnet_footer img {
	height: 24px;
	margin: 3px 0 0 10px;
}

#contact {
	width: 500px;
}

#contact label {
	font-size: 10px;
}

#contact #radio {
	text-align: center;
	padding: 3px 0 14px 0;
}

#contact input,
#contact textarea,
.contact_field {
	width: 220px;
	padding: 7px 10px;
	margin-bottom: 10px;
	background-color: #1e1e1e;
	color: #fff;
	border: 1px solid #606060;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact textarea {
	height: 150px;
}

.contact_right {
	margin-left: 255px;
}

#contact img.logo {
	width: 140px;
	margin: 15px 0 0 50px;
}

#contact img.map {
	 height: 135px;
	 width: 240px;
}

#sitemap {
	margin: 20px;
}

#sitemap,
#sitemap ul {
	list-style: none;
	padding-left:10px;
}

#sitemap a {
	color: #fff;
}

#sitemap li {
	background: url("../images/sitemap_level1.png") no-repeat 0px 8px;
	padding: 5px 0 0 15px;
}

#sitemap li li {
	background: url("../images/sitemap_level2.png") no-repeat 0px 8px;
	padding-left: 20px;
}

.impressum {
	padding: 20px;
}