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

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

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

div.hr 
{
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px;
	
	height: 1px;	
	overflow: hidden;
	
	text-indent: -100em;
	border-bottom: 1px solid grey;
}

/* @end */

/* @group Links */

a
{
	color: #80a800;
}

a.read_more
{
	white-space: nowrap;
}

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

.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;
	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: grey;
}

input.button 
{	
	padding: 2px 4px 2px 4px;
	
	cursor: pointer;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
	border: 1px solid #808080;
	background: #d3d3d3;
}

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

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

/* @end */

/* @end */

/* @group Seite */

body
{	
	width: 919px;
	margin: 20px auto 0 auto;
	
}

div.site
{
	position: relative;
	width: 919px;
	
	margin: 0 auto;
	color: #727272;
	background: white url(/assets/site/images/site_background.png) repeat-y;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	z-index: 1;
	height: 105px;
	background: white url(/assets/site/images/head_background.png) no-repeat left bottom;
}

/* @group Logo */

div.head h1.company 
{
	position: absolute;
	left: 790px;
	top: 0px;
	
	width: 162px;
	height: 162px;
	
	background: url(/assets/site/images/logo.png) no-repeat;
}

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

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

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	display: none;
}

div.head div.language_selection ul li.active
{
	
}

/* @end */



/* @end */

/* @group Navigation */

/* @group Ebene 1 */

div.navigation_level_1
{
	position: absolute;
	left: 215px;
	top: 50px;
	z-index: 10;

	width: 570px;
	height: 45px;
}

div.navigation_level_1 ul
{
	list-style-type: none;
}

div.navigation_level_1 ul li
{
	display: inline;
	float: left;
	height: 45px;
	
	background: url(/assets/site/images/nav_entry_background.jpg) no-repeat;
}

div.navigation_level_1 ul li.active
{
	background: url(/assets/site/images/nav_entry_background_active.jpg) no-repeat;
}

div.navigation_level_1 ul li a
{
	float: left;
	height: 45px;
	
	padding: 0 12px;
	line-height: 40px;

	color: #ebf4cf;
	text-decoration: none;
	font-weight: bold;
	background: url(/assets/site/images/nav_entry_background_right.jpg) no-repeat right top;
}

div.navigation_level_1 ul li a:hover
{
	color: white;
}

div.navigation_level_1 ul li.active a
{
	color: #727272;
	background: url(/assets/site/images/nav_entry_background_active_right.jpg) no-repeat right top;
}

div.navigation_level_1 ul li.active a:hover
{
	color: #727272;
}


/* @end */

/* @group Ebene 2 */

div.content div.navigation_level_2
{
	margin: 0 100px 20px 0;
}

div.content div.navigation_level_2 ul.parentDocument_5
{
	display: none;
}

div.content div.navigation_level_2 ul
{
	margin: 0;
	padding: 0;

	list-style-type: none;
}

div.content div.navigation_level_2 ul li
{
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

div.content div.navigation_level_2 ul li a
{
	padding: 2px 4px;
	
	
	text-decoration: none;
	
	color: white;
	background: #80a800;
}

div.content div.navigation_level_2 ul li a:hover,
div.content div.navigation_level_2 ul li.active a
{
	color: #727272;
	background: #ffc700;
	
}

/* @end */

/* @end */

/* @group Inhalt */

div.content 
{
	float: left;
	margin: 10px 0 0 0;
	width: 390px;
	
	min-height: 450px;
}

* html div.content 
{
	height: 450px;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	margin-bottom: 30px;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #7fa800;
}

div.content h4
{
	margin-top: 20px;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #7fa800;
}

div.content h5
{
	color: #7fa800;
	font-size: 12px;
}

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

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

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

/* @group Spalten */

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

* html div.content .float_left
{
	display: inline;
}

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

* html div.content .float_right
{
	display: inline;
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Formulare */

div.content form 
{
	width: 350px;
}

div.content form p
{
	position: relative;
	padding-bottom: 10px;
}

div.content form p input.text,
div.content form p textarea,
div.content form p select
{
	position: absolute;
	right: 0;
	
	width: 200px;
}

div.content form p select
{
	width: 204px;
}

* html div.content form p select
{
	width: 206px;
}

*+html div.content form p select
{
	width: 206px;
}

div.content form p span.input
{
	position: absolute;
	left: 145px;
}

* html div.content form p span.input
{
	left: 115px;
}

*+html div.content form p span.input
{
	left: 115px;
}

div.content form p.Nachricht,
div.content form p.Nachricht textarea
{
	height: 100px;
}

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

/* @group Documentbild */

div.content div.image
{
	position: absolute;
	right: 40px;
	top: 195px;	
	
	padding: 10px 10px 5px 10px;
	
	background: #e7e7e7;
}

div.content div.image img
{
	display: block;
	margin-bottom: 5px;	
}

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


/* @end */



/* @end */

/* @group Google Maps */

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

/* @end */

/* @group Home */

body.home div.content
{
	width: 340px;
}

img.home_image
{
	position: absolute;
	right: 25px;
	bottom: 45px;
	z-index: 10;
}

* html img.home_image
{
	right: 24px;
}

/* @end */

/* @group Projektübersicht */

body.project_overview div.content
{
	width:  640px;
}

body.project_overview div.content div.project_teaser
{
	float: left;
	display: inline;
	width: 180px;
	padding: 10px 10px 5px 10px;
	margin: 20px 10px 10px 0;
	
	background: #e7e7e7;
}

body.project_overview div.content div.project_teaser a.img
{
	display: block;
	margin-bottom: 5px;	
}

body.project_overview div.content div.project_teaser p
{
	margin-bottom: 5px;	
}

/* @end */

/* @group Projekt */

div.content h4.project_info
{
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #7fa800;
}

div.content h4.project_info *
{
	font-size: 16px;
}

div.content h4.project_info strong
{
	font-weight: normal;
	color: #727272;
}

div.content p.project_footer
{
	
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: left;
	display: inline;
	margin: 0 40px 10px 25px;
	width: 170px;
}

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

/* @group Absatzformate */

div.sidebar h4
{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}

div.sidebar p
{
	margin-bottom: 10px;
	line-height: 15px;
}

div.sidebar a
{
	color: white;
}



/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	clear: both;
	padding-bottom: 10px;
	height: 45px;
	background: white url(/assets/site/images/footer_background.png) no-repeat;
}

/* @group Meta-Navigation */

div.meta_navigation
{
	float: right;
	margin: 28px 20px 0 0;
}

div.meta_navigation ul
{
	list-style-type: none;
}

div.meta_navigation ul li
{
	float: left;
	margin-right: 8px;

}

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

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

/* @end */

/* @end */