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

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

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

/* @end */

/* @group Links */

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

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

}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

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

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

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid grey;
	padding: 1px;
	
	color: #555555;
}

input.button 
{	
	padding: 2px 4px 2px 4px;
	
	cursor: pointer;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
	border: none;
	color: white;
	background: #ABABAB;
}

* html input.button
{
	cursor: hand;
	height: 18px;
	line-height: 10px;
}

*+html input.button
{
	height: 18px;
	line-height: 10px;
}

/* @end */

/* @end */

/* @group Seite */

body
{	
	color: black;
	background: #ffffff;
}

div.site
{
	position: relative;
	width: 750px;
	height: 480px;
	
	margin: 89px auto 0 auto;
	border: 1px solid #c0c0c0;
	
	background-position: right top;
	background-repeat: no-repeat;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 80px;
}

/* @group Logo */

div.head h1
{
	position: absolute;
	left: 496px;
	top: -50px;
	width: 254px;
	height: 36px;	
	margin: 0;
	
	text-indent: -1000em;
	overflow: hidden;
	background: url(/assets/site/images/logo.gif) no-repeat;
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-decoration: none;
}


/* @end */



/* @end */

/* @group Inhalt */

div.content
{
	width: 300px;
	height: 370px;
	padding: 0px 15px 15px 15px;
	
	overflow: auto;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h2
{
	font-family: arial;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 16px;
}

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

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

div.content small,
div.content .small
{
	font-size: 8px;
}

/* @end */

/* @group Farben */

div.content .red
{
	color: red;
}

/* @end */

/* @group Listen */

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

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

/* @group PDF-Listen */

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

/* @end */



/* @end */

/* TinyMCE Inhalt Ende */

/* @group Formulare */

/* @group Allgemein */

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: 70px;
}

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;
}



/* @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: 190px;
}

/* @end */

/* @group Select-Boxen */

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

/* @end */

/* @group Radio-Buttons */

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

div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: 0;
	top: 2px;
}

* html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

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

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

* html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Textarea */

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

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

/* @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%;
}

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

/* @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;
}

/* @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: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/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='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
}

/* @end */



/* @end */

/* @group Bildergalerien */

/* @group Bilder-Serien */

div#image_viewer
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 750px;
	height: 480px;
	
	overflow: hidden;
}

div#image_viewer div#scroller
{
	position: relative;
}

div#image_viewer img
{
	position: absolute;
}

div.series_pager
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 750px;
	height: 480px;
}

div.series_pager a
{
	display: none;
	position: absolute;
	top: 220px;
	
	width: 19px;
	height: 39px;
	overflow: hidden;
	
	text-indent: -1000em;
}

div.series_pager a#arrow_previous
{
	left: -21px;
	
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	
	background: url(/assets/site/images/content_gallery_previous_icon_red.gif) no-repeat;
}

div.series_pager a#arrow_next
{
	right: -21px;
	
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	
	background: url(/assets/site/images/content_gallery_next_icon_red.gif) no-repeat;
}

div.series_pager a#arrow_previous.passive
{
	cursor: default;
	
	background: url(/assets/site/images/content_gallery_previous_icon_grey.gif) no-repeat;
}

div.series_pager a#arrow_next.passive
{
	cursor: default;	
	background: url(/assets/site/images/content_gallery_next_icon_grey.gif) no-repeat;
}

/* @end */

/* @group Galerie-Selektor */

div#gallery_selector
{
	position: absolute;
	left: -1px;
	bottom: -1px;
	
	width: 750px;
	height: 39px;
	
	overflow: hidden;
	
	border: 1px solid #c0c0c0;
}

div#gallery_selector a#pager_previous
{
	position: absolute;
	top: 0;
	left: 15px;
	
	width: 19px;
	height: 39px;
	overflow: hidden;
	
	text-indent: -1000em;
	background: url(/assets/site/images/content_gallery_previous_icon_red.gif) no-repeat;
}

div#gallery_selector a#pager_next
{
	position: absolute;
	top: 0;
	left: 285px;
	
	width: 19px;
	height: 39px;
	overflow: hidden;
	
	text-indent: -1000em;
	background: url(/assets/site/images/content_gallery_next_icon_red.gif) no-repeat;
}

div#gallery_selector a#pager_previous.passive
{
	cursor: default;
	background: url(/assets/site/images/content_gallery_previous_icon_grey.gif) no-repeat;
}

div#gallery_selector a#pager_next.passive
{
	cursor: default;
	background: url(/assets/site/images/content_gallery_next_icon_grey.gif) no-repeat;
}

div#gallery_selector div.thumbs
{
	position: absolute;
	left: 44px;
	top: 3px;
}

div#gallery_selector div.thumbs a
{
	float: left;
	display: inline;
	margin-right: 5.3px;
	
	padding: 2px;
}

div#gallery_selector div.thumbs a:hover,
div#gallery_selector div.thumbs a.active
{
	padding: 0;	
	border: 2px solid #e2001a;
}

div#gallery_selector table.text
{
	position: absolute;
	left: 315px;
	top: 0;
	
	height: 38px;
	width: 420px;
	
	border-collapse: collapse;
	border-spacing: 0;
}

div#gallery_selector table.text td
{
	padding: 0;
	
	width: 365px;
	height: 38px;
	
	vertical-align: middle;	
	line-height: 14px;
}

div#gallery_selector div.background
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	
	background: white;	
	opacity: 0.7;
    filter: alpha(opacity=70);
}

img#gallery_selector_switch
{
	position: absolute;
	right: -21px;
	bottom: -1px;
	
	width: 19px;
	height: 39px;
	
	border: 1px solid #c0c0c0;
	
	cursor: pointer;
	cursor: hand;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation
{
	position: absolute;
	left: -1px;
	bottom: -22px;
	
	width: 750px;
	height: 20px;
	
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/* @group Ebene 1 */

div.navigation ul
{
	margin: 0;
	padding-left:15px;
	list-style-type: none;
}


div.navigation ul li
{
	float: left;
}

div.navigation ul li a
{
	float: left;
	height: 20px;
	padding: 0 16px;
	line-height: 19px;
	
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	
	color: black;
	border-left: 5px solid white;
	border-right: 5px solid white;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	color: white;	
	background: #ABABAB;
}

div.navigation ul li.active a
{
	height: 21px;
	margin: 0 4px 0 4px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

/* @group Willkommen */

div.navigation ul li#entry_docid_3 a,
div.navigation ul li#entry_docid_3 a:hover
{
	text-indent: -1000em;
	width: 25px;
	overflow: hidden;
	margin: 0;
	padding-right: 0;
	
	border: none;
	background: url(/assets/site/images/nav_home_icon.gif) no-repeat 0 2px;
}

/* @end */

/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
}

div.navigation ul li.active ul
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -22px;
	
	width: 740px;
	height: 20px;
	
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	
	padding-left: 10px;
	list-style-type: none;
	
	background: #ABABAB;
}

div.navigation ul li.active ul li
{
	
}

div.navigation ul li.active ul li a
{
	height: 20px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}

div.navigation ul li ul li a:hover,
div.navigation ul li ul li.active a
{
	background: #888888;
}

div.navigation ul li.active ul li.active a
{
	height: 21px;
}

/* @end */

/* @group Ebene 3 */

div.navigation ul li.active ul li ul
{
	display: none;
}

div.navigation ul li.active ul li.active ul
{
	display: block;
	background: #888888;
}

div.navigation ul li.active ul li.active ul li
{
	
}

div.navigation ul li.active ul li.active ul li a
{
	height: 20px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

div.navigation ul li ul li ul li a:hover,
div.navigation ul li li ul li.active a
{
	background: #555555;
}

div.navigation ul li.active ul li.active ul li.active a
{
	height: 20px;
}

/* @end */



/* @end */