.strong {
	color: #BF0000;
}
body {
	background: #71879A;
	color: inherit;
	font: .9em Arial, sans-serif;
	line-height: 1.4em;
	margin: 10px auto;
	width: 900px; /* 790px */
}
* html body {
	text-align: center;
}
p {
	margin-bottom: .8em;
	margin-top: .8em;
}
#container {
	background: #FFF;
}
* html #container {
	text-align: left;
	width: 900px; /* 790px */
}
#header {
	background: bottom left no-repeat url(balken2.jpg);
	border-bottom: 1px solid #71879A;
	font-weight: bold;
	height: 175px;
	text-align: right;
}
a.active {
	border: none;
	font-weight: bold;
}
#menu {
	background: #4B6681;
	border-bottom: 1px solid #000;
	color: #FFF;
	padding: .4em;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	border-left: 2px solid #FFF;
	display: inline;
	list-style: none;
	margin-right: 1em;
	padding: 0 4px;
}
#menu a {
	border: none;
	color: #FFF;
}
#menu li.active {
	border-bottom: 2px solid #FFF;
}
#panel {
	float: left;
	height: 400px;
	width: 168px;
}
* html #panel a:hover {
	border-color: #C0CAD4;
}
#panel ul {
	margin: 1em 0;
	padding-left: 40px;
}
#panel li.active a {
	font-weight: bold;
	border: none;
}
#content {
	float: right;
	line-height: 1.5em;
	width: 732px; /* 622px */
}
#fix {
	border-left: 1px solid #C0CAD4;
	padding: 1em;
}
* html #fix {
	width: 100%;
}
#footer {
	border-top: 1px solid #9F9F9F;
	color: #9F9F9F;
	margin-top: 1em;
	text-align: center;
}
h1 {
	border-left: 6px solid #BF0000;
	font: 1.6em Tahoma, Arial, sans-serif;
	margin-left: 1em;
	padding-left: 8px;
}
h1:before {
	color: #BF0000;
	content: "» ";
}
* html h1 {
	margin-top: 1.5em;
}
h2 {
	border-bottom: 1px solid #71879A;
	clear: right;
	font: 1.4em Tahoma, Arial, sans-serif;
	margin-bottom: .4em;
}
h3 {
	font: bold 1.1em Verdana, Arial, sans-serif;
}
a {
	border-bottom: 1px solid #71879A;
	color: #000;
	text-decoration: none;
}
a:hover {
	border-color: transparent;
	color: #38434C;
}
* html a:hover {
	border-color: #FFF;
}
a.raw {
	border: none;
}
a img {
	border: none;
}
table {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .8em;
	width: 100%;
}
tr.odd td {
	background: #EFF2F4;
}
td {
	border: 1px solid #E0E5EA;
	text-align: center;
}
img.thumbnail {
	border: 8px outset #71879A;
	float: right;
	margin: 4px;
}
form {
	margin: 0;
}
dt {
	font-weight: bold;
}
.leftback {
	background: #E0E5EA left url(black.png) repeat-y;
	border: none;
	width: 100%;
}

.info {
	position: relative;
	color: #BF2F00;
	font-weight: normal;
}
.info div {
	background: #EFF2F4;
	border: 2px solid #38434C;
	color: #000;
	display: none;
	font-size: .9em;
	left: -1em;
	line-height: 1.2em;
	padding: .2em;
	position: absolute;
	text-align: left;
	width: 15em;
}
.info:hover div {
	display: block;
}

table.plain {
	width: auto;
}
table.plain td {
	border: none;
	text-align: left;
}
table.plain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input, select {
	width: 100%;
}
input[type=checkbox] {
	width: auto;
}
input[type=submit] {
	display: block;
	margin: .8em auto;
	width: 15em;
}
option[selected=selected] {
	background: #C0CAD4;
	color: #324C63;
	font-weight: bold;
}
input, select {
	font: .9em Arial;
}
.error {
	color: #BF0000;
}
.success {
	color: #007F0F;
}
table.hover tr:hover td {
	background: #C0CAD4;
}
