body {
	margin: 0;
	padding: 0;
}

a, a:link	{color: black; text-decoration: underline;}
a:visited	{ }
a:hover		{color: rgb(227,102,18);}
a:active	{ }

h1 {
	margin: 0;
	padding: 0;
}

#horizon        
{
	color: black;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content    
{
	font-family: sans-serif;
	background-color: transparent;
	margin-left: -490px;
	position: absolute;
	top: -286px;
	left: 50%;
	height: 572px;
	width: 980px;

	text-align: left;
	visibility: visible;
}

/* left part of screen */
div#leftcol {
	border: 1px solid rgb(200,200,200);
	width: 490px;
	height: 572px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
div#doorcut {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-color: white;
	width: 42px;
	height: 84px;
	border:1px solid rgb(200,200,200);
	border-width: 1px 1px 0 0;
}
div#doorcutOrange {
	position: absolute;
	top: 201px;
	left: -1px;
	background-color: rgb(227,102,18);
	width: 44px;
	height: 87px;
}
div#sidebar, div#sidebarshadow {
	position: absolute;
	left: 290px;
	top: 200px;
	font-size: 24px;
	color: black;
	text-align: right;
}
div#sidebarshadow {
	position: absolute;
	left: 291px;
	top: 201px;
	color: white;
}
div#sidebar ul, div#sidebarshadow ul {
	list-style-type: none;
	line-height: 2em;
	color: black;
}
div#sidebar a, div#sidebar a:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
div#sidebarshadow a, div#sidebarshadow a:link {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}
div#sidebar a:visited, div#sidebarshadow a:visited {
}
div#sidebar a:hover, div#sidebarshadow a:hover {
	font-weight: bold;
	color: rgb(227,102,18);
/*	border-bottom: 1px solid gray;*/
}
div#sidebar li.active a {
	color: rgb(227,102,18);
}

/* right part of screen */
div.rightcol {
	border: 1px solid rgb(200,200,200);
	width: 490px;	
	height: 572px;
	margin-left: 491px;
	background-image: url('../img/raum.png');
	background-repeat: no-repeat;
	background-position: left bottom;

}
div#innercontent {
}

div#innercontent h2 {
	font-size: 14px;
	margin: 20px 0 0 0;
}

div#innercontent h3 {
	font-size: 12px;
	margin: 20px 0 0 0;
}


div#rightNavUpper {
	font-size: 14px;
	margin-top: 20px;
	height: 20px;
}
div#rightNavUpper ul {
	list-style-type: none;
	margin:0 0 0 1em;
	padding:0;
	text-indent: 0;
}
div#rightNavUpper li {
	margin:0;
	padding:0 1em 0 0;
	text-indent: 0;
	
	float: left;
}
div#rightNavLower {
	font-size: 14px;
	height: 20px;	
}
div#rightNavLower ul {
	list-style-type: none;
	margin:0 0 0 1em;
	padding:0;
	text-indent: 0;
}
div#rightNavLower li {
	margin:0;
	padding:0 1em 0 0;
	text-indent: 0;
	
	float: left;
}
div#flowbox {
	overflow: auto;
	width: 100%;
	height: 444px;
	font-size:12px;
	line-height:1.4em;
}
div#flowbox ul {
	list-style-image: url(/assets/site/img/ul-pfeil.gif);
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}
div#flowbox ul li {
	padding-left: 0;
	margin-left: 16px;
	text-indent: 0;
	margin-bottom: 0.2em;
}

div#flowbox ol {
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}
div#flowbox ol li {
	padding-left: 0;
	margin-left: 16px;
	text-indent: 0;
	margin-bottom: 0.2em;
}

div#textpart {
	padding: 0 0.5em 0.5em 1em;
}
div#rightNavLower a {
	text-decoration: none;
	font-weight: bold;
	
}
div#rightNavUpper a {
	text-decoration: none;
	font-weight: bold;
}
li.active a {
	color: rgb(227,102,18);
}

.isselected {
	color: rgb(227,102,18);
}

ol.reflist {
	
}
ol.reflist li {
	margin-bottom: 0.6em;
}
ol.reflist li address {
	font-style: normal;
}

address {
	font-style: normal;	
}

img.ref_thumb {
	padding: 1px;
	border: 1px solid gray;
	margin: 0 4px 2px 0;
}

ol.agb li {
	margin-bottom: 1.5em;
}

ol.agb h4 {
}

div#impressumlink {
	position: absolute;
	top: 545px;
	left: 415px;
}
div#impressumlink a {
	color: white;
	text-shadow: 2px 2px 2px black;
	font-size: 11px;
	text-decoration: none;
}

h4 {
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

h5 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

table {
	border-collapse: collapse;
}
table td {
	border: 1px solid gray;
	padding: 0 3px;
}

img.auszPics {
	float:left;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 1px;
	border: 1px solid gray;
}

.upper {
	text-transform: uppercase;
}

dt {
	font-weight: bold;
	margin-top: 0.65em;
}

/* @group Tooltips */

.tooltip
{
	font-style: italic;
	text-decoration: underline;
	cursor: help;
}

.tip
{
	width: 202px;
	height: 119px;
	z-index: 1000;
	
	font-family: sans-serif;
	font-size: 11px;
	line-height: 140%;
	
	background: url(/assets/site/img/seo_tooltip_background.gif) no-repeat;
}
 
.tip-title
{
	padding: 10px 8px 4px 20px;
	font-weight: bold;
}
 
.tip-text 
{
	padding: 0 8px 5px 20px;
}

/* @end */
