/* @override http://www.adelmann.net/assets/site/style.screen.css */

/* @group Globale Definitionen */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	outline: none;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

ul 
{
	list-style-type: none;
}

input.button
{
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group Links */

a
{
	color: #4b4b4b;
}

a:hover
{
	
}

a *
{
	cursor: pointer;
	cursor: hand;
}


/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi: bidi-override;
	direction: rtl;
	white-space: nowrap;
}

/* @end */

/* @group Bilder */

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

a img
{
	border: 0;
}

/* @end */

/* @group Transparenz und IE6-PNG */

.ie6_png
{
	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 Runde Ecken */

a.rounded 
{
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible;
}

/* @group IE Bugfixing */

.rounded *
{
	line-height: 100%;
}

.rounded table
{
	
}

.rounded table td
{
	
}

.rounded table td div
{
	
}

.rounded table td div
{
	
}

/* @end */

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h1
{
	font-size: 24px;
	font-weight: normal;
	color: #002e8a;
	
	margin-bottom: 20px;
}

div.content h2
{
	font-size: 14px;
}

div.content h3
{
	font-size: 12px;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content blockquote
{
	font-style: italic;
	margin-bottom: 11px;
}

.hide
{
	display: none;
}

/* @end */

/* @group Zeichenformate */

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, 
div.content .small
{
	font-size: 10px;
	line-height: 14px;
}

div.content em, 
div.content i
{
	font-style: italic;
}

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



/* @end */

/* @group Listen */

/* @group Unsorted */

div.content ul
{
	margin-top: 6px;
	margin-bottom: 12px;	
	list-style-type: none;
}

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



/* @end */

/* @group Sorted */

div.content ol 
{
	margin: 6px 0 12px 30px;
}

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Definition */

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

div.content dl dt
{
	margin-top: 6px;
	font-weight: bold;
}

div.content dl dd
{
	padding-left: 12px;
	background: url(/assets/site/images/content_list_bullet.png) no-repeat 0 5px;
}

/* @end */

/* @group Icon-Listen */

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

div.content ul.icon li
{
	padding: 0;
	background: none;
}

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

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @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: 5px;
	bottom: 5px;
	
	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 Tabellen */

div.content table
{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}

.msie6 div.content table
{
	border-collapse: collapse;
}

.msie7 div.content table
{
	border-collapse: collapse;
}

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

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

/* @end */

/* @group Trenner */

div.content hr
{
	margin: 20px 0;
}

.msie7 div.content hr
{
	margin: 5px 0 12px;
}

/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form label
{
	position: relative;
}

div.content form label.checkbox,
div.content form label.radio
{
	padding-left: 20px;
}

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 150px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
	border: 1px solid #bbbcde;
}

div.content form p.form_input span.input input.text:focus,
div.content form p.form_input span.input textarea:focus,
div.content form p.form_input span.input select:focus
{
	background: lightblue;
}

/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 212px;
}

/* @end */

/* @group Textareas */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 214px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form input.radio
{
	position: absolute;
	left: 0;
	top: 3px;
}

.safari div.content form input.radio
{
	top: 2px;
}

.msie6 div.content form input.radio
{
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.radio
{
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

.msie6 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	
	color: white;
	background: red;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: red;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

.msie6 div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */



/* @end */

/* @group Seite */

html
{	
	background: #b8c2d6 url(/assets/site/images/html_background.png) repeat-x;
}

body
{	
	background: url(/assets/site/images/body_background.png) repeat-y center;
}

div.site_wrapper
{
	background: url(/assets/site/images/site_wrapper_background.png) no-repeat center top;
}

div.site
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;

	color: #4b4b4b;

	background-repeat: no-repeat;
	background-position: 208px 150px;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 130px;
	margin-bottom: 20px;
}

/* @group Logo */

div.head a.logo
{
	position: absolute;
	left: 0px;
	top: 20px;
	
	width: 250px;
	height: 50px;
	
	text-decoration: none;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_wrapper
{
	position: absolute;
	right: 0;
	top: 40px;
	
	width: 400px;
	text-align: right;
}

div.head div.meta_navigation
{
	display: inline;
}

div.head div.meta_navigation ul
{
	display: inline;
}

div.head div.meta_navigation ul li
{
	display: inline;
	margin-left: 10px;
}

div.head div.meta_navigation ul li a
{
	font-size: 10px;
	text-decoration: none;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	
}

div.head div.language_selection ul li.active
{
	display: none;
}

/* @end */

/* @group Navigation */

div.head div.navigation 
{
	position: absolute;
	top: 82px;
	left: 208px;
	
	height: 48px;
	
	background: url(/assets/site/images/head_navigation_divider.png) no-repeat right bottom;
}

.msie6 div.head div.navigation 
{
	background-position: right 7px;
}

div.head div.navigation ul
{
	
}

div.head div.navigation ul li
{
	float: left;
}

div.head div.navigation ul li a
{
	float: left;
	height: 48px;
	padding: 0 20px;
	
	font-size: 16px;
	line-height: 53px;
	text-decoration: none;
	
	background: url(/assets/site/images/head_navigation_divider.png) no-repeat left bottom;
}

.msie6 div.head div.navigation ul li a,
{
	padding: 0 15px;
	
	font-weight: bold;
	background-position: 0 7px;
}

.msie7 div.head div.navigation ul li a,
{
	padding: 0 15px;
	font-weight: bold;
}

div.head div.navigation ul li a:hover,
div.head div.navigation ul li.active a
{
	color: #002e8a;
}


div.head div.navigation ul li.active
{
	background: url(/assets/site/images/head_navigation_background_left.png) no-repeat;
}

div.head div.navigation ul li.active a
{
	position: relative;
	right: -5px;
	padding-right: 25px;
	background: url(/assets/site/images/head_navigation_background_right.png) no-repeat right top;
}


/* @end */



/* @end */

/* @group Sub-Navigation */

div.sub_navigation 
{
	float: left;
	display: inline;
	width: 198px;
	min-height: 176px;
	
	margin-right: 10px;
}

.msie6 div.sub_navigation 
{
	height: 176px;
}

/* @group Ebene 1 */

div.sub_navigation ul
{
	
}

div.sub_navigation ul li
{
	margin-bottom: 10px;
}

div.sub_navigation ul li a
{
	display: block;
	padding: 6px 10px 6px 10px;
	
	font-size: 15px;
	text-decoration: none;
	line-height: 16px;
	
	color: white;
	background: #8a8c8e url(/assets/site/images/navigation_entry_background_default.png) repeat-x top;
}

div.sub_navigation ul li a:hover,
div.sub_navigation ul li.active a
{
	background: #02308a url(/assets/site/images/navigation_entry_background_active.png) repeat-x top;
}

/* @group IE Bugfixing rounded corners */

.msie6 div.sub_navigation ul
{
	background: #f0f0ef;
}

.msie7 div.sub_navigation ul
{
	background: #f0f0ef;
}

.msie6 div.sub_navigation ul li a
{
	padding: 4px 10px 6px 10px;
	font-weight: bold;	
}

.msie7 div.sub_navigation ul li a
{
	padding: 5px 10px 6px 10px;
	font-weight: bold;
}

div.sub_navigation ul li a.rounded table
{
	width: 100%;
}

div.sub_navigation ul li a.rounded table td
{
	font-size: 15px;
	line-height: 110%;
}

/* @end */



/* @end */

/* @group Ebene 2 */

div.sub_navigation ul li ul
{
	
}

div.sub_navigation ul li ul li
{
	
}

div.sub_navigation ul li ul li a
{	
	
}

/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	float: left;
	display: inline;
	width: 544px;
	min-height: 330px;
	
	margin: 186px 0 0 10px;
	padding-bottom: 30px;
}

.msie6 div.main 
{
	height: 330px;
}

/* @group jQuery TOOLS */

/* @group Overlay */

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

div.overlay img#img
{
	
}

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 Google Maps */

div.main div#map
{
	height: 400px;
	border: 1px solid #979797;
}

/* @end */

/* @group Sitemap */

div.main div.sitemap
{
	margin-bottom: 12px;
}

/* @group Ebene 1 */

div.main div.sitemap ul
{
	
}

div.main div.sitemap ul li
{
	background-image: none;
	padding-left: 0;
	font-weight: bold;
}

div.main div.sitemap ul li a
{
	font-weight: bold;
	text-decoration: none;
}

div.main div.sitemap ul li a:hover
{
	text-decoration: underline;
}



/* @end */

/* @group Ebene 2 */

div.main div.sitemap ul li ul
{
	margin-top: 2px;
}

div.main div.sitemap ul li ul li
{
	margin-left: 10px;
	padding-left: 12px;
	background-image: url(/assets/site/images/content_list_bullet.png);
}

div.main div.sitemap ul li ul li a
{
	font-weight: normal;
	text-decoration: underline;
}



/* @end */


/* @end */

/* @group Aktuelles */

div.main div.aktuelles
{
	
}

div.main div.aktuelles div.entry
{
	
}

div.main div.aktuelles div.entry h4
{
	
}

div.main div.aktuelles div.entry h5
{
	
}


/* @end */

/* @group Ansprechpartner */

div.main div.ansprechpartner
{
	
}

div.main div.ansprechpartner div.entry
{
	min-height: 200px;
	margin-top: 20px;
}

.msie6 div.main div.ansprechpartner div.entry
{
	height: 200px;
}

div.main div.ansprechpartner div.entry img
{
	
}

div.main div.ansprechpartner div.entry div.info
{
	
}


/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: right;
	display: inline;
	width: 199px;
	
	background: url(/assets/site/images/sidebar_background.png) no-repeat;
}

div.sidebar div.box
{
	margin: 5px 10px 0 10px;
}

/* @group Absatzformate */

div.sidebar div.box h4
{
	margin-bottom: 12px;
	
	font-size: 18px;
	font-weight: normal;
}



/* @end */

/* @group Kontakt */

div.sidebar div.kontakt
{
	height: 176px;
	overflow: hidden;
	
	margin-bottom: 196px;
}

div.sidebar div.kontakt *
{
	color: white;
}

/* @end */

/* @group Aktuelles */

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



/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	position: relative;
	height: 50px;
	background: url(/assets/site/images/footer_background.png) no-repeat center top;
}

/* @group Footer-Links */

div.footer div.footer_links
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
}

div.footer div.footer_links ul
{
	position: relative;
	top: -6px;
	width: 544px;
	
	margin-left: 218px;
	padding-top: 4px;
	
	border-top: 1px solid #4b4b4b;
}

div.footer div.footer_links ul li
{
	float: left;
	padding-right: 10px;
}

div.footer div.footer_links ul li a
{
	float: left;
	font-size: 10px;
	text-decoration: none;
}

div.footer div.footer_links ul li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @end */
