

*
{
	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 Button */

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

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

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

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

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

a.blue_down_arrow
{	
	background-image: url(/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(/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.button span
{
	display: block;
	height: 24px;
	padding-right: 10px;
	line-height: 25px;
	
	background-color: transparent;
	background-image: url(/images/link_background_white.png);
	background-repeat: no-repeat;
	background-position: right;
	
	cursor: pointer;
}

*+html a.button span
{
	line-height: 22px;
}

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

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

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

a.dark span
{
	background-image: url(/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;
}

* html .ie6_png_img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/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;
}

*+html 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 */

/* @group Tooltips */

.tool-tip 
{
	color: #fff;
	width: 172px;
	z-index: 13000;
	
	font-size: 10px;
}

.tool-tip *
{	
	font-size: 10px;
	line-height: 140%;
}
 
.tool-title 
{
	height: 4px;
	text-indent: -1000em;
	overflow: hidden;
	
	background: url(/images/bubble.png) no-repeat top left;
}
 
.tool-text 
{
	padding: 0 8px 4px 8px;	
	background: url(/images/bubble.png) no-repeat right bottom;
}

/* @end */

/* @end */

/* @group Seite */

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

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

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

/* @end */

/* @group Kopfbereich */

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

/* @group Logo */

div.head h1.company 
{
	position: absolute;
	left: 17px;
	top: 46px;
	
	width: 373px;
	height: 70px;
	
	background-image: url(/images/head_logo.png);
	background-repeat: no-repeat;
}

div.head h1.company:hover
{
	background-position: 0 -76px;
}

div.head h1.company a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	text-indent: -1000em;
}

/* @end */

/* @group Links */

div.head a.channelblue
{
	position: absolute;
	right: 40px;
	top: 10px;
}

div.head a.langswtich
{
	position: absolute;
	right: 40px;
	top: 44px;
}

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

div.head a.rss strong.rss_button
{
	position: absolute;
	width: 56px;
	height: 68px;
	left: -70px;
	top: -20px;
	
	background: url(/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: 639px;	
	margin: 30px 0 0 30px;
	
	color: #444444;
}

/* @group Absatzformate */

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

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

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

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

div.content h2 a:hover
{
	text-decoration: none;
}

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

div.content h5
{
	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(/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;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: url(/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 Links */

div.content a
{
	color: #444444;
	text-decoration: none;
}

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

div.content p.links
{
	height: 24px;
	margin-right: 5px;
	margin-bottom: 0;
}

/* @end */

/* @group Suchergebnisse */

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

div.content div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-weight: bold;
}

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

/* @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 Bilder */

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

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

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

	margin: 0 10px 10px 0;
}

div.content .img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

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

/* @group Fußnote */

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



/* @end */

/* @group Enlarge Icon */

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

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 17px;
	bottom: 18px;
	
	width: 26px;
	height: 26px;
	
	background: url(/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */

/* @group in der Box */

div.content div.box .image
{
	margin-top: -6px;
	max-width: 100%;
	height: auto;
}

/* @end */



/* @end */

/* @group Artikel */

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

div.content div.teaser
{
	
}

div.content div.article p.date
{
	position: absolute;
	right: 649px;
	top: -10px;
	height: 48px;
	
	padding: 0 8px 0 10px;
	line-height: 48px;	
	font-weight: bold;
	
	color: white;
	background: url(/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: none;
}

/* @end */

/* @group Perforation */

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

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



/* @end */

/* @group Boxen */

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

*+html div.content div.box
{
	height: 1%;
}

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

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

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

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

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

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

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

/* @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 h3
{
	margin: 0 10px 2px 10px;
	
	font-size: 18px;
	font-weight: normal;
}

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

/* @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 Google-Anzeigen */

div.sidebar div.ad
{
	padding-left: 10px;
}

div.sidebar div.ad h3
{
	margin-left: 0;
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	clear: both;
	position: relative;
	bottom: -20px;
	height: 20px;
	
	background-image: url(/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(/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;
}

ref
{
	font-size: 6px;
}
/* @end */
