/* @override http://blog.medianotions.de/assets/site/style.screen.css */

/* @group Allgemein */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* @end */

/* @group Links */

a
{
	color: white;
	outline: none;
}

/* @group Buttons */

a.button
{
	float: left;
	height: 24px;
	overflow: hidden;
	margin-right: 5px;
	padding-left: 26px;
	
	color: white;
	background-image: url(/assets/site/images/link_arrow_white.png);
	background-repeat: no-repeat;
	
	text-decoration: none;
}

a.dark
{	
	background-image: url(/assets/site/images/link_arrow_dark.png);
}

a.blue
{	
	background-image: url(/assets/site/images/link_arrow_blue.png);
}

a.blue_left_arrow
{	
	background-image: url(/assets/site/images/link_arrow_blue_left.png);
}

a.blue_up_arrow
{	
	background-image: url(/assets/site/images/link_arrow_blue_up.png);
}

a.blue_down_arrow
{	
	background-image: url(/assets/site/images/link_arrow_blue_down.png);
}

a.right
{	
	float: right;
	margin-left: 5px;
}

a.button:hover
{
	background-position: 0 -24px;
}

a.arrow_button
{	
	position: relative;
	margin-top: -3px;
	height: 27px;
	padding-left: 30px;
	padding-top: 3px;
	
	background-image: url(/assets/site/images/link_arrow_button.png);
	background-position: 0 -0px;
}

a.arrow_button:hover
{	
	background-position: 0 -30px;
}

a.arrow_button:active
{	
	background-position: 0 -60px;
}

a.plain_blue
{	
	padding-left: 11px;
	background-image: url(/assets/site/images/link_plain_blue.png);
}

a.plain_blue:hover
{	
	background-position: left top;
}

a.plain_dark
{	
	padding-left: 11px;
	background-image: url(/assets/site/images/link_plain_dark.png);
}

a.plain_dark:hover
{	
	background-position: left top;
}


a.button span
{
	display: block;
	height: 24px;
	padding-right: 11px;
	line-height: 25px;
	
	background-color: transparent;
	background-image: url(/assets/site/images/link_background_white.png);
	background-repeat: no-repeat;
	background-position: right;
	
	cursor: pointer;
}

.msie7 a.button span
{
	line-height: 22px;
}

a.blue span
{
	background-image: url(/assets/site/images/link_background_blue.png);
}

a.blue_left_arrow span,
a.blue_up_arrow span,
a.blue_down_arrow span
{
	background-image: url(/assets/site/images/link_background_blue.png);
}

a.arrow_button span
{
	padding-left: 5px;
	background-image: url(/assets/site/images/link_background_blue.png);
}

a.dark span
{
	background-image: url(/assets/site/images/link_background_dark.png);
}

/* @end */

/* @group Liste */

ul.linklist,
div.content ul.linklist
{
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 5px 0 0 0;
}

ul.linklist li,
div.content ul.linklist li
{
	clear: both;
	height: 24px;
	margin-bottom: 10px;
	
	padding-left: 0;
	background: none;
}

/* @end */

/* @end */

/* @group Bilder */

img
{
	border: 0;
	-ms-interpolation-mode: bicubic;
}

* html .ie6_png_img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
}

* html table
{
	border-collapse: collapse;
}

.msie7 table
{
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

table tr th.align_right,
table tr td.align_right
{
	text-align: right;
}

table tr th.align_bottom,
table tr td.align_bottom
{
	vertical-align: bottom;
}

table tr th.align_bottom,
table tr td.align_bottom
{
	vertical-align: bottom;
}

table tr th.align_middle,
table tr td.align_middle
{
	vertical-align: middle;
}

/* @end */

/* @group Formularfelder */

input.text,
textarea,
select
{
	padding: 1px;
}

/* @end */

/* @end */

/* @group Seite */

html
{ 
	background-color: #0093ee;
	background-image: url(/assets/site/images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body
{
	padding-bottom: 60px;
	background-image: url(/assets/site/images/page_background_top.png);
	background-repeat: repeat-x;
}

div.site
{
	position: relative;
	width: 880px;	
	left: 35px;
	
	margin: -10px auto 40px auto;	
	
	background-image: url(/assets/site/images/site_background.png);
	background-repeat: repeat-y;
	background-position: 7px;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	width: 880px;
	height: 146px;
	
	margin: 0 auto;
	left: 35px;
	background-image: url(/assets/site/images/head_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* @group Logo */

div.head a.logo
{
	position: absolute;
	left: 17px;
	top: 46px;
	
	width: 373px;
	height: 70px;
	overflow: hidden;
	
	background-image: url(/assets/site/images/head_logo.png);
	background-repeat: no-repeat;
}

div.head a.logo img
{
	
}

div.head a.logo:hover img
{
	margin-top: -76px;
}

/* @end */

/* @group Links */

div.head a.langswtich
{
	position: absolute;
	right: 25px;
	top: 10px;
}

div.head a.langswtich.en
{
	display: none;
}

div.head a.medianotions
{
	position: absolute;
	right: 25px;
	top: 44px;
}

div.head a.rss
{
	position: absolute;
	right: 25px;
	bottom: 44px;
	overflow: visible;
}

div.head a.rss strong.rss_button
{
	position: absolute;
	width: 56px;
	height: 68px;
	left: -70px;
	top: -20px;
	
	background: url(/assets/site/images/rss_button.png) no-repeat;
}

div.head a.rss:hover strong.rss_button
{
	background-position: left bottom;
}

/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	float: left;
	width: 539px;	
	margin: 30px 0 0 30px;
	
	color: #444444;
}

/* @group Absatzformate */

div.content h1
{
	margin: 0 10px 10px 10px;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	
	color: #005270;
}

div.content h1 a
{	
	display: block;
	font-size: 24px;
	color: #005270;
	line-height: 28px;
	text-decoration: none;
}

div.content h1 a:hover
{
	text-decoration: underline;
}

div.content h2
{
	margin: 24px 10px 10px 10px;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	
	color: #005270;
}

div.content h3
{
	font-size: 14px;
	margin: 20px 10px 4px 10px;
	
	color: #005270;
}

div.content h4
{
	margin: 0 10px 0 10px;
	
	color: #005270;
}

div.content p
{
	margin: 0 10px 12px 10px;
}

div.content p.caption_top
{
	margin-bottom: 0;
}

div.content sup,
div.content sub
{
	font-size: 9px;
	line-height: 0;
}

div.content abbr
{
	font-style: italic;
}

div.content strong,
div.content .strong
{
	font-weight: bold;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;
	margin-left: 10px;
	
	list-style-type: none;
}

div.content ul li
{
	margin-bottom: 4px;
	padding-left: 17px;
	
	background: url(/assets/site/images/icon_bullet.png) no-repeat 0 3px;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 25px;
}

/* @group PDF-Listen */

div.content ul.pdf
{
	list-style-type: none;
	margin: 0;
}

div.content ul.pdf li a
{
	display: block;
	zoom: 1;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

/* @end */

/* @group Definitionslisten */

div.content dl
{
	margin: 0 10px 12px 10px;
}

div.content dl dt
{
	font-weight: bold;
	color: #005270;
}

div.content dl dd
{
	margin-bottom: 12px;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	width: 45%;
	margin-right: 3%;
	margin-bottom: 0;
}

div.content .float_right
{
	float: right;
	width: 45%;
	margin-left: 3%;
	margin-bottom: 0;
}

/* @end */

/* @group Tabellen */

div.content table
{
	margin: 0 10px 12px 10px;
}

/* @end */

/* @group Links */

div.content a
{
	color: #444444;
}

div.content a.button
{
	color: white;
}

div.content p.links
{
	height: 24px;
	
	margin: 0 5px 0 10px;
}

.current_sehenswert div.content p.links
{
	margin-top: 15px;
}

/* @end */

/* @group jQuery TOOLS */

/* @group Overlay */

div.overlay
{
	position: relative;
	z-index: 100;
	display: none;
	
	width: 50%;
	height: 50%;
	
	margin-top: -35px;
	padding: 10px 12px 47px 10px;
	
	border: 1px solid #cccccc;
	background: white;
}

div.overlay img#img
{
	border: 1px solid #cccccc;
}

div.overlay img.progress
{
	display: none;
	position: absolute;
	left: 50%;
	top: 45%;	
}

div.overlay div.info
{
	margin-top: 5px;
}

div.overlay div.info p.caption
{
	font-weight: bold;
}

div.overlay div.info p.position
{
	
}

div.overlay a.prev
{
	position: absolute;
	right: 90px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_previous.png) no-repeat;
}

div.overlay a.next
{
	position: absolute;
	right: 50px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_next.png) no-repeat;
}

div.overlay a.disabled
{
	visibility: hidden;
}

div.overlay div.close
{
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_close.png) no-repeat;}

/* @end */



/* @end */

/* @group Bilder */

div.content p.img_list_box
{
	width: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 3px 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 3px 0 5px 10px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	margin: 0 10px 10px 0;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
	margin: 0;
}

/* @end */

/* @group Icon Zoom-in */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_zoom_in
{	
	position: absolute;
	right: 15px;
	bottom: 15px;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_zoom_in.png) no-repeat;
}

div.content .image:hover span.icon_zoom_in,
div.content a.image:hover span.icon_zoom_in
{	
	background-position: left bottom;
}

.msie6 div.content .image span.icon_zoom_in
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_zoom_in.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Suchergebnisse */

div.content p.ajaxSearch_resultsInfo
{
	margin-bottom: 20px;
}

div.content div.ajaxSearch_result,
div.content div.AS_ajax_resultsIntroFailure
{
	margin: 0 10px 12px 10px;
}

div.content div.ajaxSearch_result p
{
	margin: 0;
}

div.content div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
	color: #005270;
}

div.content div.ajaxSearch_result a.ajaxSearch_resultLink:hover
{
	text-decoration: underline;
}

div.content div.ajaxSearch_result span.ajaxSearch_highlight
{
	font-weight: bold;
	padding: 0 1px;
}

div.content p.ajaxSearch_paging
{
	margin-top: -12px;
}

div.content p.ajaxSearch_paging span.paging_text
{
	position: relative;
	top: 3px;
	
	float: left;
	
	padding-right: 20px;
}

/* @end */

/* @group Kommentare */

div.content div.jot_comment h3 a
{	
	font-size: 10px;
}

div.content div.jot_comment p.date
{
	position: absolute;
	right: 10px;
	top: -33px;
	
	font-size: 10px;
}

div.content div.jot_comment p.jot_moderation
{
	border-top: 1px dotted white;
	margin-bottom: 5px;
}

div.content div.jot_comment p.jot_moderation a
{
	margin-right: 10px;
	
	font-size: 10px;
}

/* @end */

/* @group Formulare */

div.content form
{

}

div.content form p
{
	
}

div.content form p label
{
	display: block;
	font-size: 10px;
}

div.content form p input.text,
div.content form p textarea
{
	width: 200px;	
	border: 2px solid #0093ee;
	
	color: white;
	background: #0093ee;
}

div.content form p textarea
{
	width: 99%;
}

/* @end */

/* @group Artikel */

div.content div.article
{
	position: relative;
}

div.content div.teaser
{
	
}

div.content div.article p.date
{
	position: absolute;
	right: 549px;
	top: -10px;
	height: 48px;
	
	padding: 0 8px 0 10px;
	line-height: 48px;	
	font-weight: bold;
	
	color: white;
	background: url(/assets/site/images/article_date_background.png) no-repeat;
}

div.content div.article p.tags
{
	margin-top: -10px;
	margin-bottom: 5px;
	
	font-size: 10px;
	font-weight: bold;
}

div.content div.article p.tags a
{
	color: #444444;	
	font-size: 10px;
	text-decoration: none;
}

div.content div.article p.tags a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Perforation */

div.content div.hr 
{
	position: relative;
	left: -23px;
	width: 582px;
	height: 30px;
	
	margin-top: 20px;
	margin-bottom: 30px;
	
	clear: both;
	overflow: hidden;
	
	background-color: #0093ee;
	background-image: url(/assets/site/images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

div.content div.hr span
{
	display: block;
	width: 582px;
	height: 30px;
	
	text-indent: -10em;
	
	background: url(/assets/site/images/content_divider.png) no-repeat;
}



/* @end */

/* @group Pagination */

div.content p.pagination
{
	position: relative;
}

div.content p.pagination span.pages
{
	position: absolute;	
	left: 50%;
}

/* @end */

/* @group Boxen */

/* @group Cyan */

div.content div.box
{
	position: relative;
	max-height: 950px;
	margin: 71px 0 20px 0;
	padding: 0 18px 8px 18px;
	color: white;
	background: url(/assets/site/images/content_box_cyan_bottom.png) no-repeat bottom;
}

div.content div.box img
{
	max-width: 503px;
	height: auto;
}

.msie7 div.content div.box
{
	zoom: 1;
}

div.content div.box a
{
	color: white;
}

div.content div.box h2
{
	position: absolute;
	left: 0;
	top: -51px;
	
	width: 100%;
	height: 43px;
	
	margin: 0 0 0 7px;
	padding: 8px 10px 0 18px;
	
	color: white;
	background: url(/assets/site/images/content_box_cyan_top.png) no-repeat;
}

div.content div.box h3
{
	color: white;
}



/* @end */

/* @group Blau */

div.content div.blue
{
	background: url(/assets/site/images/content_box_blue_bottom.png) no-repeat bottom;
}

div.content div.blue h2
{
	background: url(/assets/site/images/content_box_blue_top.png) no-repeat;
}



/* @end */

/* @group Weiß */

div.content div.white
{
	background: url(/assets/site/images/content_box_white_bottom.png) no-repeat bottom;
}

div.content div.white h2
{
	background: url(/assets/site/images/content_box_white_top.png) no-repeat;
}

div.content div.white h3
{
	color: #005270;
}



/* @end */

/* @end */

/* @group HTML-Code */

div.content pre
{
	margin: 0 8px 8px 8px;
	padding: 0 0 4px 0;
	max-height: 300px;
	
	font-family: Monaco, Courier, sans-serif;
	color: black;
	border: none;
	overflow: auto;
}

div.content pre *
{
	font-family: Monaco, Courier, sans-serif;
}

div.content code
{	
	padding: 0 2px 0 1px;
	
	font-size: 12px;
	font-family: Monaco, Courier, sans-serif;
	font-weight: bold;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: right;
	width: 266px;
	
	margin: 30px 15px 0 0;
}

div.sidebar div.box
{
	margin-bottom: 30px;
}

/* @group Absatzformate */

div.sidebar *
{
	color: white;
}

div.sidebar h2
{
	margin: 0 10px 2px 10px;
	
	font-size: 18px;
	font-weight: normal;
}

div.sidebar p
{
	margin: 0 10px 12px 10px;
}

/* @end */

/* @group Suche */

div.sidebar div.suche
{
	
}

div.sidebar div.suche form
{
	position: relative;	
	width: 243px;
	height: 28px;
	
	margin: 6px 0 0 8px;
	
	background: url(/assets/site/images/sidebar_search_background.png) no-repeat;
}

div.sidebar div.suche form input
{
	position: absolute;
	left: 10px;
	top: 2px;
	
	width: 188px;
	height: 22px;
	
	font-weight: bold;
	
	border: none;
	color: #444444;
	background: none;	
}

div.sidebar div.suche form a
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 43px;
	height: 28px;
	
	background: url(/assets/site/images/sidebar_search_hover.png);
}

div.sidebar div.suche form a:hover
{
	background-position: 0 -28px;
}

/* @end */

/* @group Tag-Cloud */

div.sidebar div.tagcloud
{
	margin: 0 10px 12px 10px;
}

div.sidebar div.tagcloud
{
	margin-top: 8px;
}

div.sidebar div.tagcloud a
{
	white-space: nowrap;
}

div.sidebar div.tagcloud a:hover
{
	color: #005270;
}

div.sidebar div.tagcloud a.s1
{
	font-size: 12px;
}

div.sidebar div.tagcloud a.s2
{
	font-size: 14px;
}

div.sidebar div.tagcloud a.s3
{
	font-size: 16px;
}

div.sidebar div.tagcloud a.s4
{
	font-size: 18px;
}

div.sidebar div.tagcloud a.s5
{
	font-size: 20px;
}

div.sidebar div.tagcloud a.s6
{
	font-size: 24px;
}

/* @end */

/* @group Sehenswert */

div.sidebar div.sehenswert p
{
	margin-top: 8px;
}



/* @end */

/* @group Werbung */

div.sidebar div.ad
{
	
}

div.sidebar div.ad h3
{
	display: none;
}

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	clear: both;
	position: relative;
	bottom: -20px;
	height: 20px;
	
	background-image: url(/assets/site/images/site_background_bottom.png);
	background-repeat: no-repeat;
	background-position: 7px 0;
}

div.footer a.made_with_modx
{
	position: absolute;
	top: 25px;
	right: 59px;
	
	width: 210px;
	height: 41px;
	
	opacity: 0.8;
	
	text-decoration: none;
	background: url(/assets/site/images/modx_logo_small.png) no-repeat right top;
}

div.footer a.made_with_modx:hover
{
	opacity: 1.0;
}

div.footer a.made_with_modx em
{
	display: block;
	margin-top: 16px;
	font-style: normal;
}

div.footer a.made_with_modx strong
{
	display: none;
}

/* @end */