@CHARSET "UTF-8";

@font-face {
font-family: "Univers Condensed";
src: url("UniversLTStd-Cn.otf") format("opentype");
}

html, body, div, ul, li, img, a, p, h1, h2 {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	min-height: 520px;
	min-width: 1010px;
	text-align: center;
	background: url("../img/bg_outer.png") repeat-y scroll center center #999999;
	font-size: 13px;
	font-family: "Univers Condensed", Arial, sans-serif;
	color: #4D4D4D;
	font-stretch: condensed;
}

a {
	text-decoration: none;
	color: #4D4D4D;
}

a:hover {
	color: #B00D08;
}

h2 {
	font-size: 1.3em;
}

.spacer {
	min-height: 1em;
}

#vertical {
	float:left;
	height:50%;
	margin-top:-255px;
	width:100%;
}

#container {
	position: relative;
	clear: both;
	height: 510px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;

}

#dot_top {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	margin-top: 5px;
	width: 440px;
	z-index: -100;
	background-image: url('../img/punkte.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#dot_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 650px;
	background-image: url('../img/punkte.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#logo_bottom {
	position: absolute;
	right: 15px;
	bottom: 0px;
	height: 25px;
	width: 103px;
	background: url('../img/logo_bottom_aws.png') 0 0 no-repeat;
}

#impressum {
	position: absolute;
	left: 10px;
	bottom: -20px;
	width: 50px;
	font-size: 0.8em;
}

#topmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 10px;
	list-style-type: none;
}

#topmenu li {
	float: left;
	height: 1em;
	line-height: 1em;
	border-left: 1px solid #4D4D4D;
	padding: 0px 7px;
}

#topmenu li:first-child {
	border-left: 0;
	padding-left: 0px;
}

#topmenu li.active a, #topmenu li a:hover {
	color: #E6E6E6;
}

#content {
	position: relative;
	left: 0px;
	top: 30px;
	background: url("../img/bg_inner.png") repeat-y scroll 0 0 #E6E6E6;
	height: 450px;
	width: 1000px;
}

#submenu {
	position: absolute;
	left: 20px;
	top: 30px;
	list-style-type: none;
}

#submenu li {
	margin: 4px 0px;
	padding-left: 10px;
}
#submenu li:hover {
	color: #B00D08;
	cursor: pointer;
}
#submenu li.active {
	border-left: 1px solid #999999;
	padding-left: 9px;
	color: #B00D08;
}

.tags {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.tags > p {
	line-height: 1.7em;
}

.tag_name {
	margin-right: 6px;}

.tag_val {

	color: black;
}

div.big {
	position: absolute;
	top: 0px;
	height: 450px;
	right: -1px;
}

img.big {
	height: 450px;
}

div.small {
	position: absolute;
	top: 140px;
	left: -200px;
	height: 170px;
	width: 400px;
	z-index: 1;
	text-align: center;
}

img.small {
	max-height: 100%;
}

#kontakt_left, #kontakt_right {
	position: absolute;
	top: 0px;
	padding: 40px;
}

#kontakt_left *, #kontakt_right * {
	vertical-align: middle;
}

#kontakt_left {
	left: 0px;
}

#kontakt_right {
	width: 220px;
	right: 0px;
}

#kontakt_karte {
	position: absolute;
	top: 20px;
	left: 390px;
	width: 300px;
	height: 410px;
}

