* {
	font-family: Arial, sans;
	font-size: 14px;
}

html,
body {
	margin: 0;
	padding: 0;

	height: 100%;

	background: #d6d6d6;
	background: url(/stream/images/layout/verlauf.gif) repeat-x #ffffff;
}

img,
div,
form {
	margin: 0;
	padding: 0;

	border: 0;
}

a,
a:link {
	color: #000000;
}

#page {
	width: 1000px;

	height: 100%;

	background: #ffffff;
}

/* {{{ Logo */
#logo {
	height: 80px;

	vertical-align: middle;
}

#logo img {
	margin-left: 0px;
}
/* }}} Logo */

/* {{{ Main-Nav */
#main-nav {
	width: 990px;
	height: 20px;
	line-height: 18px;

	vertical-align: center;

	background: #f11212;
	border-top: 8px solid #cb0e0e;
	border-bottom: 4px solid #cb0e0e;
}

#main-nav div {
	display: inline;
}

#bannerlinks img {
	margin-top: 10px;
}

#main-nav #nav-content {
	float: left;

	width: 550px;

	text-align: right;

	line-height: 20px;

	font-size: 14px;
	font-weight: bold;
	font-style: italic;

	color: #ffffff;

	margin-left: 20px;
	margin-right: 220px;
}

#main-nav #nav-content a {
	color: #ffffff;

	text-decoration: none;

	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#main-nav #search {
	float: left;

	width: 180px;
	height: 20px;

	vertical-align: middle;

	margin-left: 20px;
}

#main-nav #search input {
	width: 160px;
	height: 18px;

	line-height: 12px;

	font-size: 12px;
	font-weight: normal;

	background: #cfcfcf;
	border: 2px solid #515151;
}

#main-nav #search img#magnify {
	width: 14px;
	height: 14px;

	margin-left: 4px;

	background: none;
	border: none;
}
/* }}} Main-Nav */

/* {{{ Sub-Nav */
#sub-nav {
	width: 990px;
	height: 20px;

	background: #515151;

	border-bottom: 1px solid #000000;
}

#sub-nav div {
	display: inline;
}

#sub-nav #header {
	float: left;

	width: 180px;
	height: 20px;
	line-height: 20px;

	background: #515151;
	color: #ffffff;

	font-size: 12px;
	font-weight: bold;
	font-style: italic;

	margin-left: 20px;
}

#sub-nav #header a {
	color: #ffffff;

	text-decoration: none;

	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#sub-nav #location {
	float: left;

	width: 590px;
	height: 20px;
	line-height: 20px;

	font-size: 12px;
	font-weight: normal;

	background: #8c8c8c;
	color: #000000;
}

#sub-nav #location #location {
	width: auto;

	background: none;

	margin-left: 20px;
}

#sub-nav #location a {
	color: #000000;

	text-decoration: none;

	font-size: 12px;
	font-weight: normal;
}
/* }}} Sub-Nav */

/* {{{ Left-Nav */
#left-nav {
	width: 190px;

	margin-left: 10px;
	margin-bottom: 10px;

	border-bottom: 4px solid #cb0e0e;
}

#left-nav * {
	margin: 0;
	padding: 0;

	list-style-type: none;
}

#left-nav a {
	color: #000000;

	text-decoration: none;

	font-size: 14px;
	font-weight: bold;

	margin-left: 10px;

	line-height: 20px;

	display: block;

	padding: 4px 0 0 0;

	background: url('/stream/images/layout/template1/background-leftnav.gif') repeat-x;
}

#left-nav ul#left-nav-level0 {
}

#left-nav ul#left-nav-level0 li a {
}

#left-nav ul#left-nav-level0 li.active {
	background: url('/stream/images/layout/template1/box-leftnav.gif') no-repeat 0px 9px;
}

#left-nav ul#left-nav-level1 {
	margin-left: 20px;
}

#left-nav ul#left-nav-level1 li a {
	background: none;
}

#left-nav ul#left-nav-level1 li.active {
	background: none;
}

#left-nav ul#left-nav-level2 {
	margin-left: 20px;
}

#left-nav ul#left-nav-level2 li {
	background: none;
}

#left-nav ul#left-nav-level2 li a {
	background: none;
}

#left-nav ul#left-nav-level2 li.active {
	background: none;
}
/* }}} Left-Nav */

/* {{{ Quickfinder */
#qlink_frame {
	margin-left: 10px;

	height: 285px;
	overflow: hidden;

	border-bottom: 4px solid #cb0e0e;
}

#qlink_frame #header {
	margin-left: 10px;
	margin-bottom: 4px;

	font-weight: bold;
}

#qlink_widget {
	overflow: auto;

	padding-left: 4px;

	height: 260px;
}

#qlink_content {
	position: relative;

	margin-left: 10px;
}

#qlink_widget a {
	text-decoration: none;
}

#quickfinder {
	margin: 10px 0 10px 10px;
	padding: 0 0 10px 0;

	border-bottom: 4px solid #cb0e0e;
}

#quickfinder select {
	width: 190px;
}

#quickfinder ul {
	display: none;
}
/* }}} Quickfinder */

/* {{{ Left-Column */
#left-column {
	float: left;

	width: 200px;

	margin-top: 20px;
	margin-bottom: 20px;
}
/* }}} Left-Column */

/* {{{ Main-Column */
#main-column {
	float: left;

	width: 550px;

	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* }}} Main-Column */

/* {{{ Right-Column */
#right-column {
	float: right;

	width: 160px;

	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

	text-align: center;
	background: #efefef;
}
/* }}} Right-Column */

/* {{{ Footer */
#footer {
	color: #8c8c8c;

	clear: both;
}

#footer #footer {
	border-top: 1px solid #8c8c8c;

	margin: 5px;

	margin-left: 10px;
	margin-right: 10px;

	margin-bottom: 40px;

	font-size: 10px;
	line-height: 14px;
}

#footer a {
	font-size: 10px;

	color: #8c8c8c;

	text-decoration: none;
}
/* }}} Footer */

/* {{{ Content */
h1, h2, h3, h4, h5, h6 {
	color: #cb0e0e;

	font-style: italic;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

.kwlayer {
	margin-bottom: 40px;
	padding: 10px;

	font-size: 9px;

	color: #f2f2f2 !important;
}

.kwlayer a {
	color: #f2f2f2 !important;

	text-decoration: none;
}

h1.kw {
	padding: 5px;

	font-size: 14px;

	border: 1px dashed #515151;
}

.skip, .hideme, .print {
	position: absolute;
	left: -1000em;
	top: -1000em;
}

#main-column #block_content {
	text-align: left;
}

#right-column #block_content {
	text-align: left;
}

.tb_image_l {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tb_image_r {
	margin-left: 10px;
	margin-bottom: 10px;
}
/* }}} Content */

/* {{{ Sitemap */
.sitemap {
}

.sitemap dl,
.sitemap dd {
	margin: 0;
	padding: 0;
}

.sitemap dl dl {
	margin-left: 20px;
}

/* }}} Sitemap */

body#form_rating {
	background: #ffffff;
}

body#form_rating #page {
	width: 750px;
}

body#form_rating #main-column {
	width: 700px;
}

body#form_rating table td {
	padding-bottom: 10px;

	font-size: 11px;
}

body#form_rating .cform_row {
	font-size: 12px;
}

body#form_rating input.text {
	width: 250px;
}

body#form_rating textarea {
	width: 680px;
}

