/* @override http://berlin/berlinapartment/main.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font: 13px Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #ffffff;
}

img {
	border: none;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 22px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 20px;
}

p {
	line-height: 1.5;
	margin-bottom: 7px;
}

th, td {
	vertical-align: top;
}

.fehler {
	font-weight: bold;
}

.clear {
	clear: both;
}

#main {
	width: 900px;
	margin: 30px auto 0 auto;
	position: relative;
}

#logo img {
	margin-left: 260px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover,
a.selected {
	color: #ff6628;
}

a.text {color: #ff6628;}
a.text:hover {color: #ffffff;}

#sidebar {
	width: 240px;
	position: relative;
	float: left;
}

#apartmentsImg {
	margin-left: 5px;
}

#apartmentsText ul {
	list-style-type: none;
	margin: 15px 13px 20px 0;
}

#apartmentsText li {
	text-align: right;
	font-size: 16px;
	margin-bottom: 2px;
}

#map {
	width: 225px;
	height: 300px;
	position: relative;
}

#mapinfo {
	width: 225px;
	margin-top: 10px;
	text-align: right;
	position: relative;
}

#startText {
	margin-bottom: 30px;
}

#startText h1 {
	color: #ff6628;
	margin-top: 15px;
	margin-bottom: 5px;
}

#startText h2 {
	color: #ff6628;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:24px;
}

#bookmarks {
	margin-top: 20px;
	margin-left: 123px;
}

#bookmarks img {
	display: block;
	margin-top: 5px;
}

#content {
	width: 640px;
	margin: 0 0 0 10px;
	float: right;
}

#contentContent {
	min-height: 400px;
	height: auto !important;
	height: 500px;
}

#apartmentLeft {
	float: left;
	width: 322px;
	margin-right: 20px;
}

#apartmentRight {
	width: 288px;
	float: right;
}

#apartmentRight img {
	margin-bottom: 10px;
}

#startPhoto {
	background-image: url(imgs/start.jpg);
	height: 420px;
	width: 640px;
	margin-bottom: 20px;
}

#unterkunftPhoto {
	background-image: none;
	height: 356px;
	width: 360px;
	margin-bottom: 20px;
}

#Photo {
	background-image: none;
	margin-bottom: 20px;
}

#startPhoto p {
	color: #000000;
	font-size: 32px;
	padding-top: 252px;
	text-align: right;
	padding-right: 35px;
}

h1.startphoto {
	color: #000000;
	font-size: 32px;
	padding-top: 252px;
	text-align: right;
	padding-right: 35px;
	line-height: 1.5;
	margin-bottom: 7px;
}

#comments {
	margin-bottom: 50px;
}

#footer {
	font-size: 11px;
	text-align: right;
}