@import url("layout.css");
body {
    background-image: url("../common/status-bg.jpg");
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#container {
	width: 970px;
	height: 800px;
	margin: 0 auto;
	overflow:hidden;
}
#masthead {
	width: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
}

#sidebar {
	position: relative;
	left: 0px;
	clear: both;
	float:left;
}

#sidebar-right {
	position: relative;
	clear: both;
	float:right;
}

#content {
	width: 630px;
	top: 150px;
	margin-left: 180px;
	position: relative;
	
}

#subhead {
	color: #78616D;
 	font-weight:bold
}

.subhead {
    color: #FF8020;
 	font-weight:bold
}

#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	display: block;
	margin-left: 20px;
	padding: 0;
	list-style-image:url('../img-org/menu_hiplakette.gif');
	
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	text-decoration: none;
	font-weight:bolder;
	color: black;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #66FF99;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.run_img {
	width:200px;
	height:200px;
	
}

.run_img_left {
	float: left;
	border:0px;
	margin-right:10px;
	width:200px;
	height:200px;
	overflow:hidden;
}

.run_img_right {
	float: right;
	border:0px;
	margin-left:10px;
	margin-bottom:10px;
	width:200px;
	height:200px;
	overflow:hidden;
}

.blockUebersicht {
	
	width:100%;
	height:200px;
	padding-bottom:10px;
}

.metaDesc {
	color:black;
	font-style:italic;
}

a.detail, a.more { float:right; background-color:#FF8020; border-right:1px solid #ccc; border-bottom:1px solid #ccc; color:#FFF !important; padding:0 5px; cursor:pointer; }
a.detail:hover, a.more:hover	{ float:right; background-color:#FF8020; border-right:1px solid #ccc; border-bottom:1px solid #ccc; color:#FFF !important; padding:0 5px; text-decoration:none; }

a.back 		    { background:url(http://media.dorint.com/media/img/back.gif) left no-repeat; border:0; color:#777896; padding:2px 10px 0 20px; line-height:25px; margin:3px; cursor:pointer; }
a.back:hover  	{ background:url(http://media.dorint.com/media/img/back.gif) left no-repeat; border:0; color:#261C50; padding:2px 10px 0 20px; line-height:25px; margin:3px; text-decoration:none; }

.posbar {
	background-color: red;
}
.scala {
	background-color: black;
}
.eleLegend {
	font-weight:bolder;
	font-size:9px;
	color:navy;
}

u.eleLegend {
	font-size:12px;
}

#animControl {
	width: 150px;
}

img.animControl {
	width:16px;
	height:16px;
}

.headline {
	color: #FF8020;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0px 0px 5px 0px;}

hr {
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #FF8020;
    border-bottom: transparent;
}

.clear {
    height: 1px;
    color: #FF8020;
    back-color: #FF8020;
}