/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}

a {
	color: #a0afc0;
	font-weight: bold;
	text-decoration: none;
}
a:hover, ul.languages a:hover {
	color: #474747;
}

/* Strucutre */
#spacer { 
	width: 1px;
	height: 50%;
	margin-bottom: -245px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 490px;
	width: 760px;
	clear: left;
	background-color: #e4e4e4;
}

div.logo {
	position: absolute;
	left: 337px;
	top: 18px;
	width: 400px;
	height: 80px;
	text-align: center;
	font-size: 15px;
	color: #474747;
	letter-spacing: 2px;
	line-height: 24px;
}

div.leftcol {
	position: absolute;
	left: 10px;
	top: 20px;
	padding-right: 10px;
	padding-top: 324px;
	width: 300px;
	height: 106px;
	text-align: right;
	border-right: 1px solid #a0afc0;
}

div.footer {
	position: absolute;
	left: 0px;
	top: 470px;
	width: 760px;
	padding: 3px 0px;
	text-align: center;
	background-color: #fff;
	font-size: 10px;
	color: #999;
}

/* Classes */
a.weiter {
	position: absolute;
	right: 0px;
	bottom: 42px;
	padding: 0px 55px 2px 0px;
	border-bottom: 2px solid #a0afc0;
	text-align: left;
}
a.weiter:hover {
	text-decoration: none;
}

ul.languages {
	margin-top: 3px;
	list-style-type: none;
	font-size: 10px;
	color: #999;
}
ul.languages li {
	display: inline;
	padding-left: 10px;
}
ul.languages a, .footer a {
	font-weight: normal;
	color: #999;
}

ul.foot {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
ul.foot li {
	padding-left: 15px;
	padding-right: 5px;
	background-image: url(../images/punkt_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul.foot li a:hover {
	border-bottom: 2px solid #a0afc0;
}

.email {
	letter-spacing: -0.5px;
}

div.footer a {
	text-decoration: underline;
}

.left {
	text-align: left;
}

.border {
	border:1px solid #A0AFC0;
}

img {
	border:0px;
}

/* Map */
#map  {
	background-color:#eeeeee;
	padding-top: 10px;
}
.close {
	background-color: #fff;
	padding: 10px;
	text-align: right;
}
