/* ++++++++++++++++++++++++ global styles */
body {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
}
#mainwrapper {
	position: relative;
	width: 920px;
	text-align: left;
	margin: 0px auto;
}
#head {
	background-image: url('header.jpg');
	height: 190px;
}
#headline {
	text-align: right;
	padding-top: 82px;
	padding-right: 16px;
	font-size: 48px;
	font-weight: bold;
	color: #7BD6F5;
	opacity: 0.9;
}
#topad {
	border: 1px solid #877159;
	margin: 12px 11px 0px 11px;
	height: 90px;
}
#contentwrapper {
	border: 1px solid #877159;
	margin: 36px 11px 22px 11px;
}
#skyscraper {
	margin: 4px;
	width: 160px;
	height: 600px; 
	float: right;
}
img {
	border-width: 0px;
}
/* ++++++++++++++++++++++++ content */
#content {
	padding: 12px;
	font-size: 13px;
	min-height: 600px;
}
#content h1 {
	margin: 4px 0px;
	font-size: 18px;
}
#content h2 {
	margin: 14px 0px 4px 0px;
	font-size: 16px;
}
#content h3 {
	margin: 12px 0px 4px 0px;
	font-size: 14px;
}
#content a {
	color: #71C7EA;
}
#content a:hover {
	color: #877159;
	text-decoration: none;
}
* html #content {
	height: 600px;	
}
/* ++++++++++++++++++++++++ menue */
#menue {
	position: absolute;
	top: 308px;	
	margin: 0px 11px;
}
#menue a {
	display: block;
	float: left;
	padding: 6px 8px 4px 8px;
	width: 106px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #877159;
	background-image: url('button.jpg');
	background-repeat: no-repeat;
}
#menue a:hover {
	background-image: url('button_o.jpg');
	color: #555;
}
#menue a.akt {
	background-image: url('button_a.jpg');
}

/* ++++++++++++++++++++++++ footer */
#footer {
	height: 21px;
	padding: 15px 0px 0px 222px;
	font-size: 11px;
}
#footer a {
	color: #71C7EA;
	text-decoration: none;
}
#footer a:hover {
	color: #877159;
}
/* ++++++++++++++++++++++++ orderlinks */
#content a.orderlink {
	font-size: 16px;
	font-weight: bold;
	color: maroon;	
}
#content a.orderlink:hover {
	color: red;
	text-decoration: underline;
}
/* ++++++++++++++++++++++++ xtl */
#content a.xtl {
	text-decoration: none;
	color: #000000;
	cursor: default;
}
#content a.xtl:hover {
	color: #000000;
	text-decoration: none;
}
