/* @override http://0.0.0.0:3000/stylesheets/base.css */


@media screen, print {
	
	body { 
		background-color: #fff; 
		color: #4C4B53;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	body, p, ol, ul, td, textarea {
	  font-family: helvetica, arial, sans-serif;
	  font-size:   13px;
	  line-height: 18px;
	}

	img {
		border: 0 none;
	}

	a {
		color: #CF083A;
		text-decoration: none;
	}

	h1 {
		margin: 0;
		color: #CF083A;
		line-height: 30px;
		font-size: 26px;
		font-weight: normal;
	}

	h2, h3 {
		margin: 1em 0 0 0;
		color: #CF083A;
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
	}

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

	div#page {
		position: relative;
		width: 932px;
		margin: 10px auto 0 auto;
		text-align: left;
	}

	div#header {
		position: relative;
		top: 0;
		left: 0;
		width: 930px;
		margin-bottom: 10px;
	}

	div.box {
		width: 182px;
		padding: 6px 18px 0 10px;
	}

	div.box * {
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
	}

	div.box p {
		margin: 0;
		padding: 0;
	}

	div.box h2 {
		color: #CF083A;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: normal;
	}

	div#header .userfield {
		width: 170px;
		padding: 2px;
		border: 1px solid #4C4B53;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-bottom-left-radius: 4px 4px; 
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom: 2px;
	}

	div#header .passwordfield {
		width: 150px;
		padding: 2px;
		height: 14px;
		border: 1px solid #4C4B53;
		border-right: 0 none;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 0px 0px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 0px 0px;
		-webkit-border-bottom-left-radius: 4px 4px; 
		-moz-border-radius: 4px 0px 0px 4px;
		border-radius: 4px 0px 0px 4px;
		float: left;
	}

	div#submit_layer {
		float:left;
		background: #CF083A;
		width: 20px;
		height: 18px;
		border: 1px solid #4C4B53;
		border-left: 0 none;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 0px 0px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-bottom-left-radius: 0px 0px;
		-moz-border-radius: 0px 4px 4px 0px;
		border-radius: 0px 4px 4px 0px;
	}

	div#header .loginsubmit {
		border: 0 none;
		background: transparent;
		text-align: center;
		color: #FFF;
		float: left;
		font-size: 11px;
		padding: 0 4px;
		width: 20px;
		height: 16px;
	}

	div#header div#search, div#header div#login {
		position: absolute;
		right: 0;
		top: 0;
		height: 59px;
		background: url('/images/box_search_bg.png') no-repeat left top;
	}

	div#header div#login {
		top: 63px;
		height: 88px;
		background: url('/images/box_login_bg.png') no-repeat left top;
	}

	div#header div#login p {
		margin: 0;
		font-weight: bold;
	}

	div#left, div#center, div#right {
		min-height: 300px;
		float: left;
		background: transparent;
	}

	div#left {
		width: 168px;
		margin-right: 16px;
	}

	div#center {
		width: 520px;
		margin-right: 16px;
	}

	div.head_image {
		height: 216px;
	}

	div#right {
		width: 200px;
	}

	.navigation {
		position: relative;
		margin: 0 auto;
	}

	.navigation ul {
		padding: 0;
		text-align: left;
		list-style-type: none;
		margin: 0;
	}

	.navigation ul li {
		position: relative;
		background: url('/images/nav_btn_bg.png') no-repeat top left;
		height: 26px;
		padding-top: 4px;
		margin-bottom: 1px;
		width: 168px;
		display: block;
		text-align: center;
	}

	.navigation ul li a {
		color: #4C4B53;
		text-decoration: none;
		margin-left: 5px;
	}

	.navigation ul li a.active {
		color: #CF083A;
	}

	div#content {
		padding: 4px;
		margin-bottom: 1em;
	}

	.content_image {
		margin-right: 16px;
		float: left;
	}

	.body p {
		margin: 1em 0 0 0;
	}

	.search_results li {
		margin-bottom: 1em;
	}

	div.navigation.login {
		padding-left: 188px;
		height: 30px;
	}

	.navigation.login ul {
		position: relative;
		text-align: left;
		width: 510px;
		font-size: 15px;
		display: block;
		color: #000;
	}

	.table_with_rows {
		width: 100%;
	}

	.table_with_rows td p {
		margin: 0;
		padding: 0;
	}

	.table_2_rows td {
		vertical-align: top;
		padding: 0.2em 0 0.5em 0;
		border-bottom: 1px solid #4C4B53;
	}


	.table_2_rows td.first_row {
		width: 120px;
	}


	.table_3_rows td {
		vertical-align: top;
		padding: 0;
	}

	.table_3_rows .headline {
		padding-top: 0.5em;
		font-weight: bold;
	}

	.table_3_rows td.first_row {
		width: 370px;
		padding-right: 10px;
	}

	.table_3_rows td.second_row {
		width: 50px;
		text-align: right;
	}

	.table_3_rows td.third_row {
		width: 80px;
		text-align: right;
	}

	.table_4_rows .headline {
		padding-top: 0.5em;
		font-weight: bold;
	}

	.table_4_rows td {
		width: 140px;
		padding-right: 7px;
	}

	.table_4_rows td.first_row {
		width: 120px;
	}

	.table_4_rows td.third_row {
		width: 100px;
	}

	.navigation.login ul li {
		display: inline;
		background: transparent;
	}

	.navigation.login ul li a {
		margin: 0;
		color: #000;
	}

	#content div.content_text ul {
		padding-left: 1em;
	}

	.navigation.login ul li a.active {
		color: #CF083A;
	}

	div.teaserbox_right {
		background: url('/images/box_service_bg.png') no-repeat top left;
		height: 190px;
	}

	div.teaserbox_left {
		padding: 6px 13px 0 15px;
		width: 140px;
		background: url('/images/box_partner_bg.png') no-repeat top left;
		height: 144px;
	}

	div.box.teaserbox_left div.image_description p {
		font-size: 10px;
	}

	div.box.teaserbox_left .teaserbox_image {
		padding: 4px 5px;
	}

	div#news_teaser_box {
		height: 212px;
		background: url('/images/box_news_bg.png') no-repeat left top;
	}

	#scrollbar_container {
		position: relative;
	}

	#scrollbar_track {
		position: absolute;
		top: 0px;
		right: -16px;
		height: 165px;
		width: 10px;
		border-left: 1px solid #4C4B53;
		background: #4C4B53 url("/images/scrollbar_bg.png") no-repeat top left;
		-moz-border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
		cursor: pointer;
		z-index: 5;
		font-size: 0;
		line-height: 0;
	}

	#scrollbar_handle {
		width: 10px;
		background: #FFF;
		cursor: pointer;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px 0px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px 0px;
		-moz-border-radius: 0px 3px 3px 0px;
		border-radius: 0px 3px 3px 0px;
		right: 0px;
		z-index: 1;
	}

	#scrollbar_content {
		position: relative;
		padding: 4px 0;
		height: 157px;
		overflow: hidden;
		background: transparent;
	}

	div.teaserbox_image, div#news_teaser {
		background: #FFF;
		text-align: center;
		height: 140px;
		padding:  4px 8px;
		border: 1px solid #4C4B53;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-bottom-left-radius: 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}

	#left div.teaserbox_image {
		height: 118px;
	}

	div#news_teaser {
		padding: 0px 16px 0 6px;
		height: 165px;
	}

	div#news_teaser div.news_article {
		margin: 0 0 10px 0;
		padding: 0 0 2px 0;
		border-bottom: 1px solid #CDCFD0;
	}

	ul#news_timeline {
		margin: 1em 0 2em 0;
		padding: 0;
		border-bottom: 1px solid #4C4B53;
	}

	ul#news_timeline li {
		display: inline;
		margin: 0 1em 0 0;
	}

	div#footer {
		clear: both;
	}

	.notice, .errorExplanation {
		width: 904px;
		margin: 0 0 10px 6px;
		color: #FFF;
		background: #CF083A;
		padding: 6px;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-bottom-left-radius: 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}

	.errorExplanation h2 {
		color: #FFF;
		font-size: 15px;
	}

	.notice a {
		color: #FFF;
	}

	.fieldWithErrors {
		padding: 0;
		margin: 0;
	}

	.content_article_container {
		border-bottom: 1px solid #4C4B53;
		margin: 1em 0;
	}

	.content_article_container h2 {
		font-size: 14px;
		font-weight: normal;
		color: #CF083A;
		margin: 0 0 0.5em 0;
	}

	.content_article p {
		margin: 0;
	}

	.content_text ul {
		margin: 0;
	}

	.suggestion_form input, .suggestion_form textarea {
		border: 1px solid #4C4B53;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-bottom-left-radius: 4px 4px; 
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 2px;
		width: 158px;
	}

	.suggestion_form div.form_row {
		margin: 0 10px 6px 0;
		float: left;
	}

	.suggestion_form textarea {
		height: 130px;
		width: 99%;
		margin-bottom: 4px;
	}

	input.submit {
		background: url("/images/nav_btn_bg.png") no-repeat left top;
		width: 168px;
		height: 30px;
		border: 0 none;
		padding: 0px 0 4px 4px;
		margin-right: 0px;
	}

	.read_article {
		display: block;
		width: 100%;
		text-align: right;
		outline: 0 none;
	}

	#places_map {
		position: relative;
		width: 470px;
		height: 645px;
		margin-top: 2em;
	}

	#places_map img {
		position: absolute;
		z-index: 0;
	}

	#places_map .map_point {
		width: 18px;
		height: 18px;
		position: absolute;
		z-index: 1;
		background-image: url(../images/map_punkt.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	#places_map .map_point:hover {
		background-position: -18px 0;
		cursor: pointer;
	}
	
	#places_map .map_point.active {
		background-position: -18px 0;
	}

	#places_map .place_info {
		position: absolute;
		z-index: 1;
		background-image: url(../images/box_map.png);
		width: 184px;
		height: 138px;
		padding: 10px;
	}

	#places_map .place_info_content {
		background-color: white;
		height: 100px;
		padding: 6px;
		border: 1px solid black;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}

	#places_map .place_info_content p {
		font-size: 12px;
		margin: 0;
		padding: 0;
	}

	#places_map .place_info h1 {
		padding: 0;
		margin: 0;
		line-height: 1.2em;
		font-size: 1em;
	}

}

@media print {
	
	div.head_image {
		display: none;
	}
	
	.navigation ul li {
		position: relative;
		height: 26px;
		padding-top: 4px;
		margin-bottom: 1px;
		width: 168px;
		display: block;
		text-align: left;
	}
	
}
