html, * {
	margin: 0;
	padding: 0;
}
html, body {
	background: #EFEFEF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 1100px; 
	/*height: 100%; */
	min-height:260px;
	background: #FFFFFF;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
}

header {
	margin-bottom: -8px;
}
header img {
	border-bottom: 2px solid #BBBBBB;
}

nav {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	width: 185px;
	font-size: 1em;
}
nav a {
	color: #000000;
	text-decoration: none;
}
nav a div {
	border-top: solid 1px #BBBBBB;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
nav a div.subnav {
	font-weight: normal;
	padding-left: 30px;
}
nav a div.last {
	border-bottom: solid 1px #BBBBBB;
}

nav a#active, nav a:hover {
	color: #3333CC;
}

#content {
	float: left;
	border-left: 2px solid #BBBBBB;
}

.images-top {
	clear: left;	
}

.images-left {
	float: left;
	margin-bottom: -4px;
}

.images-right {
	float: right;
	margin-bottom: -4px;
}

.images-center {
	float: right;
	margin: 40px 20px 20px 20px;
}

.text-3spaltig {
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-top: 20px;
}


.text-2spaltig {
	float: left;
	width: 575px;
	margin-left: 30px;
	margin-top: 20px;
}

.text-1spaltig {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	width: 825px;
	margin-bottom: -4px;
}

.text-left {
	float:left;
}

.text-right {
	float:right;
}

footer {
	clear: left;
	width: 1100px;
	padding-top: 5px;
	vertical-align: middle;
	font-size:0.9em;
	border-top: 2px solid #BBBBBB;
	color: #777777;
}
footer p {
	float: left;
	margin-left:20px;
	margin-right:10px;
	margin-top: 12px;
}
footer a, footer a:visited {
	color: #777777;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 8px; 
}

.right {
	float: right;
	margin-right: 25px;
}
.middle {
	text-align: center;
	margin: auto;
}

h2 {
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 10px;
}

.cap {
	color: #3333CC;
	text-transform: capitalize;
	font-size: 1.4em;
	line-height: 1em;
}

p {
	margin-bottom: 15px;

}

ul { 
	position: relative;
	list-style-position: outside;
	margin-bottom: 15px; 
	padding-left: 18px;
}
li { 
	margin: 0;
	padding: 0 0 0.15em 0; 
}

.divider {
	clear: left;
	border-top: 2px solid #BBBBBB;
}

.box {
	float: left;
	font-size: 0.95em;
	width: 410px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 10px;
}

.border-right {
	border-right: 2px solid #BBBBBB;	
}

.box-apartments {
	float: left;
	border-right: 2px solid #BBBBBB;
}

.image-corner-apartments {
	border-bottom: 2px solid #BBBBBB;
	margin-bottom: 40px;	
}

.image-apartments {
	padding: 25px 0 0 80px;
}

table {
	border:1px solid #BBBBBB;
	border-collapse:collapse;
	padding:0;
	font-size:0.8em;
	vertical-align:middle;
	line-height:1.2em;
}

tr:nth-child(even) { background: #e6e6ff}
tr:nth-child(odd) { background: #ffe6cc}

td {
	border:1px solid #BBBBBB;
	height:22px;
	vertical-align:bottom;
	padding: 0 10px 2px 10px;
	
}

dt {
	padding-top: 6px;
}

.input {     border: 1px solid #006; }

ol {
	list-style-type: lower-alpha;
	margin-left: 20px;
	font-weight: bold;
}

ol li p {
	font-weight: normal;
}

ul li p {
	font-weight: normal;
}

ul li {
	margin-left: 20px;
}

.punkte {
	list-style-type: circle;
}

