﻿/* copy of screen.css */
*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif; /*font-size: 0.9em;*/
	line-height: 1.5em;
}

a
{
	color: #cc1800;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}

ul, ol
{
	margin-left: 1em;
}

ol li
{
	margin-bottom: 1em;
}

em
{
	color: #000000;
	font-style: normal;
}

img
{
	border-style: none;
}

h1, h2, h3
{
	color: #333333;
	font-family: "HelveticaNeueLight" , Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0 0 1.0em;
}

h1
{
	font-size: 2.0em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}

hr
{
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top: 1px solid #cccccc;
	height: 0;
	margin: 1.0em 0;
}

table
{
	border-collapse: collapse;
}

table td
{
	padding: 3px;
}

dl.definition dt
{
	float: left;
	width: 30px;
}

dl.definition dd
{
	margin-left: 35px;
	margin-bottom: 1em;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 1150px;
}

/*****************************
*	Topbar
*****************************/
#topbar
{
	height: 30px;
}

#topbar a
{
	color: #333333;
}

#topbar a:hover
{
	color: #cc1800;
}

#topbar ul
{
	float: right;
	height: 30px;
	list-style-type: none;
}

#topbar ul li
{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}

#topbar input
{
	border: 1px solid #cccccc;
	color: #cccccc;
	padding: 2px;
	width: 120px;
}

#topbar .accessibility .normal
{
	font-size: 0.8em;
}

#topbar .accessibility .large
{
	font-size: 1.0em;
}

#topbar .accessibility .x-large
{
	font-size: 1.2em;
}

#topbar .accessibility .selected
{
	font-weight: bold;
}


/*****************************
*	Menu
*****************************/
#menu
{
	height: 85px;
}

#menu a
{
	color: #333333;
}

#menu ul
{
	background-image: url(../images/layout/menu_background-patch.png);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 85px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	width: 800px;
}

#menu ul li
{
	background-color: #ffffff;
	background-image: url(../images/layout/menu_background.png);
	background-repeat: repeat-x;
	float: left;
	font-size: 14px; /* fix, da sonst bei unterschiedlichen Schriftgrößen Layout nicht passen würde */
	height: 85px;
	line-height: 85px;
	margin-left: 1px;
	min-width: 100px;
	padding: 0 20px;
	text-align: center;
}

#menu ul li:hover, #menu ul li.selected
{
	background-image: url(../images/layout/menu_background_hover.png);
}

#menu ul li:hover a, #menu ul li.selected a
{
	color: #ffffff;
}

/*****************************
*	Sidepanel
*****************************/
#side-panel
{
	font-size: 13px;
	float: left;
	overflow: hidden;
	width: 180px;
}

#side-panel a
{
	color: #333333;
}

#side-panel a:hover
{
	color: #cc1800;
}

#side-panel ul li:hover:before
{
	color: #cc1800;
	content: "> ";
}


#side-panel ul
{
  line-height: 1.2em;
	list-style-type: none;
	margin-right: 15px;
	text-align: right;
}

#side-panel ul li
{
	margin-bottom: 1.0em;
}

#side-panel ul li.selected:before
{
	color: #cc1800;
	content: "> ";
}

#side-panel ul li.selected a
{
	color: #cc1800;
}

/*****************************
*	Content-Navigation
*****************************/
#content-nav
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	line-height: 30px;
	list-style-type: none;
	margin: 0 0 1em 0;
}

#content-nav li.selected a
{
	color: #cc1800;
}

#content-nav a
{
	color: #333333;
}

#content-nav a:hover
{
	color: #cc1800;
}

#content-nav li
{
	display: inline;
	padding-right: 20px;
}

/*****************************
*	Content
*****************************/
#content-wrapper
{
	margin-top: 30px;
	min-height: 750px;
}

#content-startpage
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 20px; /*margin-top: 35px;*/
	padding: 0 20px;
}

#content-startpage .column:first-child
{
	border-right: 1px solid #cccccc;
	float: left;
	width: 239px;
	padding-left: 0;
	padding-right: 20px;
}

#content-startpage .column
{
	float: left;
	width: 240px;
	padding-left: 20px;
}

#content-wrapper p
{
	margin: 1.0em 0;
}

/*#content-wrapper p span:first-child{*/
#content-wrapper span.bigger
{
	color: #000000;
	font-size: 4em;
	line-height: 0.9em; /* for IE */
}

#content
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-left: 180px;
	min-height: 750px;
	padding: 0 20px;
	position: relative;
	width: 925px;
}

#content h1, #content h2, #content h3
{
	color: #cc1800;
}

#content h1:first-child /*, #content p:first-child*/
{
	margin-top: 0;
}

#content table.content-table
{
	background-color: #e5e5e5;
	border-collapse: collapse;
	margin: 1.0em 0;
	min-width: 300px;
}

#content table.content-table td.highlight
{
	background-color: #cacaca;
	color: #333333;
	font-weight: bold;
}

#content table.content-table th
{
	border-top: 1px solid #ffffff;
	padding: 5px 10px;
	text-align: left;
}

#content table.content-table td
{
	border-top: 1px solid #ffffff;
	color: #666666;
	padding: 5px 10px;
	text-align: left;
}

/*#affiliate {
	bottom: 0;
	left: -180px;
	margin-right: 15px;
	position: absolute;
	text-align: right;
	width: 165px;
}*/

#affiliate
{
	bottom: 20px;
	left: 0;
	margin-right: 15px;
	position: absolute;
	text-align: right;
	width: 165px;
}

#affiliate h3
{
	color: #666666;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
	font-size: 1.2em;
	font-weight: normal;
}

#content .left-column
{
	float: left;
	padding-right: 20px;
	width: 560px;
}

#content .right-column
{
	border-style: none;
	float: right;
	padding-left: 0;
	width: 170px;
}


.left-column
{
	float: left;
	padding-right: 20px;
	width: 640px;
}

.right-column
{
	border-left: 1px solid #cccccc;
	float: right;
	padding-left: 20px;
	width: 425px;
}

/*****************************
*	Columnbox
*****************************/
.column-box
{
	border-top: 1px solid #cccccc;
	color: #999999;
}

.column-box .column
{
	float: left;
	width: 200px;
}

.column-box .column h3
{
	background-image: url(../images/layout/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: "HelveticaNeueLight" , Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
}

.column-box .column p
{
	margin: 0.1em 0 !important;
}
.column-box a
{
	color: #999999 !important;
}

.column-box a:hover
{
	color: #cc1800 !important;
}

.column-box h2
{
	color: #999999 !important;
	font-family: "HelveticaNeueLight" , Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 1.0em 0;
}

.column-box span
{
	color: #000000;
}

.small-column
{
	float: left;
	padding-right: 10px;
	width: 170px;
}
/*****************************
*	Footer
*****************************/
#footer
{
	border-top: 1px solid #cccccc;
	padding-left: 180px;
	padding-top: 10px;
}

#footer a
{
	color: #000000;
}

#footer a:hover
{
	color: #cc1800;
}

#footer ul
{
	list-style-type: none;
	margin-left: 10px;
}

#footer ul li
{
	float: left;
	padding-right: 30px;
}

/*****************************
*	Tag-Cloud
*****************************/
div.tag-cloud
{
	background-color: #c4c4c4;
	/*background-image: url(../images/layout/tag-cloud-top.gif);*/
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 20px 0;
	padding-top: 20px;
	width: 635px;
}

div.tag-cloud a
{
	color: #ffffff;
	line-height: 0.8em;
}

div.tag-cloud a:hover
{
	text-decoration: underline;
}

div.tag-cloud ul
{
	/*background-image: url(../images/layout/tag-cloud-bottom.gif);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 50px 20px;
}

div.tag-cloud ul li
{
	display: inline;
	margin-bottom: 3px;
	margin-right: 5px;
}

div.tag-cloud a.smaller
{
	font-size: 0.6em;
}

div.tag-cloud a.small
{
	font-size: 0.8em;
}

div.tag-cloud a.normal
{
	font-size: 1.0em;
}

div.tag-cloud a.large
{
	font-size: 1.4em;
}

div.tag-cloud a.larger
{
	font-size: 1.8em;
}

div.tag-cloud a.selected
{
	color: #cc1800;
}

/*****************************
*	News
*****************************/
#content div.news-entry
{
	margin-bottom: 4.0em;
}

div.news-entry
{
	color: #666666;
}

div.news-entry div.image-box
{
	float: left;
	width: 150px;
}

div.news-entry img.news-pic
{
	float: left;
}

div.news-entry h2
{
	color: #cc1800;
	margin: 0;
}

div.news-entry .date
{
	color: #999999;
}

div.news-entry p.date
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#content div.news-entry div.text
{
	margin-left: 155px !important;
}

/*#content div.news-entry p, #content div.news-entry h2, #content div.news-entry p.date{
	margin-left: 155px !important;
}*/

/*****************************
*	Content Preview
*****************************/
#content div.content-preview
{
	min-height: 130px;
}

div.content-preview div.image-box
{
	float: left;
	width: 150px;
}

div.content-preview div.image-box span
{
	line-height: 1.0em;
}

div.content-preview img.content-preview-pic
{
	float: left;
}

div.content-preview h2
{
	color: #cc1800;
	margin: 0;
}

div.content-preview .date
{
	color: #999999;
}

div.content-preview p.date
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#content div.content-preview p, #content div.content-preview h2, #content div.content-preview p.date
{
	margin-left: 155px !important;
}


/*****************************
*	Teaser
*****************************/
div.teaser
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: #999999;
	margin: 30px 0;
}

div.teaser a
{
	color: #999999;
}

div.teaser a:hover
{
	color: #cc1800;
}

div.teaser ul
{
	list-style-type: none;
	margin: 0;
	position: relative;
}

div.teaser ul li:first-child
{
	border-left-style: none;
	padding-left: 0;
}

div.teaser ul li
{
	border-left: 1px solid #000000;
	float: left;
	height: 80px;
	margin: 15px 0;
	padding: 0 10px;
	width: 170px;
}

div.teaser ul li h2
{
	color: #000000 !important;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}

div.teaser ul li p
{
	font-size: 1.0em;
	margin: 0 !important;
}

div.teaser a.more
{
	background-image: url(../images/layout/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	position: absolute;
	top: 80px;
}

/*****************************
*	Gallery
*****************************/
div.gallery-image
{
	float: left;
	height: 130px;
	margin: 0 35px 35px 0;
	width: 150px;
}

/*****************************
*	Form
*****************************/
div.form-block
{
	margin-left: 60px;
}

div.form-block label.form-label
{
	float: left; /*margin-right: 5px;*/
	width: 110px;
}

div.form-block input[type="text"], div.form-block input[type="password"], div.form-block select, div.form-block textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	width: 300px;
}

div.form-block textarea
{
	height: 70px;
}

p.form-field
{
	margin: 1em 0 !important;
	width: 420px;
}

p.counter
{
	background-image: url(../images/layout/count_background.png);
	background-repeat: no-repeat;
	color: #333333;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	margin: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

/*****************************
*	Classes
*****************************/
div.clear-both
{
	clear: both;
	height: 0px;
}

p.clear-both
{
	clear: both;
}

.align-right
{
	text-align: right !important;
}

.align-left
{
	text-align: left !important;
}

.align-center
{
	text-align: center !important;
}

.valign-top
{
	vertical-align: top;
}

.valign-middle
{
	vertical-align: middle;
}

.valign-bottom
{
	vertical-align: bottom;
}

/*.submit-button {
	background-color: #cc1800;
	color: #ffffff;
	padding: 5px 15px;
}

.button {
	background-color: #cccccc;
	color: #cc1800;
	padding: 5px 15px;
}*/

.submit-button
{
	background-image: url(../images/layout/button_red.png);
	border-style: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 156px;
}

.button
{
	background-image: url(../images/layout/button_grey.png);
	border-style: none;
	color: #cc1800;
	cursor: pointer;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 156px;
}

.float-right
{
	float: right;
}

.float-left
{
	float: left;
}

.no-margin
{
	margin: 0 !important;
}

.currentPos
{
	font-weight: bold;
}

.alert
{
	color: #cc1800;
	font-weight: bold;
}

a.print
{
	background-image: url(../images/layout/button_print.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	line-height: 25px; /*margin-bottom: 1.5em;*/
	margin-left: 30px;
	padding-left: 35px;
}

a.download
{
	background-image: url(../images/layout/button_download.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	line-height: 25px; /*margin-bottom: 1.5em;*/
	margin-left: 30px;
	padding-left: 35px;
}

a.rss
{
	background-image: url(../images/layout/button_rss.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	line-height: 25px; /*margin-bottom: 1.5em;*/
	margin-left: 30px;
	padding-left: 33px;
}

/* CSS Tricks für grafische Dropbox - ausgenommen, da es eher Validierungsfehler erzeugt */
/*
#span_beschwerde {
	background-image: url(../images/layout/bg_select_361x33.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	overflow: hidden;
	position: absolute;
	width: 361px;
}

#select_beschwerde {
	float: left;
	height: 33px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: relative;
	width: 361px;
	z-index: 10;
}*/


.filter
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 1.0em 0;
	padding: 1.5em 0;
}

.filter input[type="text"], .filter select
{
	background-color: #cccccc;
	border-style: none;
	color: #000000; /*margin-right: 5px;*/
	padding: 2px;
}

.filter select
{
	background-color: #cccccc;
	color: #000000;
}

.filter input[type="checkbox"]
{
	margin-right: 5px;
	vertical-align: middle;
}

.filter input[type="text"]
{
	color: #000000;
	width: 100px;
}

.filter a.submit
{
	color: #000000;
	font-size: 2.0em;
}

p.breadcrumb a
{
	background: #ffffff url(../images/layout/arrow_small.png) no-repeat left center;
	color: #333333;
	padding-left: 20px;
}

p.breadcrumb a:hover
{
	color: #cc1800;
}

p.date
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

p.data-pager
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 0.5em 0;
	text-align: center;
}

p.data-pager a
{
	vertical-align: middle;
}

.limited
{
	margin-right: 180px !important;
}

span.image-caption
{
	color: #666666;
	font-size: 0.8em;
}

p.image-capttion
{
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 1.5em !important;
	margin-top: 0 !important;
}

.no-margin-bottom
{
	margin-bottom: 0 !important;
}

div.contact-map
{
	float: left;
	height: 320px;
	margin-right: 10px;
	width: 400px;
}
.tiny
{
	font-size: xx-small;
}
