body {
	position:relative;
	margin:0;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	backgroundcolor:#fff;
	background-image:url("bg.png");
	text-align:left;
}

* {
	font-family: "Trebuchet MS", Sans-Serif;
	color: #383539;
	font-size:101%;
	line-height:1.7em;
}

#logo {
	position:relative;
	width:100%;
	height:117px;
	margin:0;
	background:url('bg_buelowtower.png') repeat-x;
	text-align:right;
}

#inhalt{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}


#ausblick {
	width:100%;
	text-align:left;
}

#line {
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:7px;
	width:inherit;
	height:8px;
	background:url("bg_line.png") left center repeat-x;
}

img { 
	border:0;
	max-width:100%;
	height:auto;
}
.img_resize {
	width:100%;
	height:auto;
}

h1,h2,h3 {
	color: #911a14;
	font-weight: bold;
	word-spacing: 0.2em;
}

.border {
	border: #fff 12px solid;
	width:auto;
	height:100%;
	min-height:420px;
}

.box {
	position:relative;
	left:7px;
	height:auto;
	width:98%;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	text-overflow:ellipsis;
	overflow:hidden;
}


.content a:link,
.content a:visited  { color: #911a14; text-decoration: none; }
.content a:hover,
.content a:active   { color: #911a14; text-decoration: none; }

.space {
	clear:all;
	width:100%;
	height:7px;
}