/****************************************************

	SITE: natureinblicke.de

	Farben:

	Grün: #738c2f
	Braun:#673433

	grass@mai-multimedia.de 2010

******************************************************/

* {margin: 0; padding: 0;}


body
	{
		font-family: Times New Roman, Times,serif;
		font-size: 85%;
		line-height: 1.4;
		background: #fff;
		color: #000;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

/****************************************************
	ALLGEMEINE STYLES
******************************************************/

.clear { clear: both; }
.invisible { display: none; }

img { border: none; }
.imgLeft { float: left;  clear: left; margin: 2px 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
		color: #738c2f;
		text-decoration: none;
	}
a:hover
	{
		text-decoration: underline;
	}

a.download { padding-left: 25px ; }
a.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(/images/media_mp3.gif) no-repeat; }

.mediaImage img { display: none; }

a.more
	{
		padding-left: 10px;
		background: transparent url(/images/link_arrow.gif) no-repeat 0 4px;
	}
a.zoomImageLink { padding: 0 5px; }
a.zoomImageLink image
	{

	}

h1, h2, h3, h4, h5
	{
		color: #673433;
	}

h1, h2
	{
		font-size: 3em;
		font-weight: normal;
		line-height: 1em;
	}
h1
	{
		margin-top: -0.1em;
		margin-bottom: 0.4em;
	}


p { margin: 0 0 1em 0;}

ul
	{
    	margin: 1em 0 1em 1.4em;
	}
ol
	{
    	margin-left: 2.4em;
		list-style-position: outside;
	}

hr
	{
		border: 0px; /* Fr Firefox und Opera */
		border-top: solid 1px #FF0000;
		border-bottom: transparent;
	}

table
	{
		margin-bottom: 2em;
		border-collapse: collapse;		
    }

td { padding: 0.1em 0.5em 0 0; vertical-align: top; }
td p { margin: 0;}
table.border
	{
		border-collapse: collapse;
		border: solid 1px #ccc;
	}

table.td_border td { vertical-align: top; border-bottom: solid 1px #000; padding: 0.2em 0.5em 0.2em 0;}
.imgTable.left
	{
		float: left;
		margin: 2px 10px 10px 0;
	}
.imgTable.right
	{
		float: right;
		margin: 2px 0 10px 10px;
	}
.imgTable .subLine
	{
		font-size: 0.9em;
		font-style: italic;
	}


/****************************************************
	LAYOUT
******************************************************/

#wrap
	{
		position: relative;
		width: 930px;
		padding-top: 257px;
	}
#logo, #headerBox
	{
		position: absolute;
		top: 0;
		left: 0;
	}
#logo
	{
		z-index: 10;
	}
#headerBox
	{
		z-index: 5;
		width: 930px;
		height: 257px;
		background: transparent url(../images/header.png) no-repeat;
	}
#headerBox h2
	{
		color: #fff;
		font-weight: normal;
		font-size: 3em;	
		line-height: 1em;
		margin: 10px 0 0 195px;
	}


#keyvisuals
	{
		z-index: 1;
		position: absolute;
		left: 162px;
		top: 0;		
		width: 758px;
		height: 195px;
	}
#mainNavBox {
	float: left;
	width: 160px;
	overflow: auto;
}
#mainNavBox .facebook {
	display: inline-block;
	margin: 10px 0 0 23px;
}

#mainNav
	{

		list-style: none;
		font-size: 1.1em;
		text-transform: uppercase;
		margin: 0;
	}
#mainNav li
	{
		padding: 0 0 0.5em 23px;
	}	
#mainNav a
	{
		text-decoration: none;
		color: #738c2f;
	}
#mainNav a:hover,
#mainNav li.active a
	{
		color: #673433;
	}
#mainNav li.active
	{
		background: transparent url(../images/menu_active.gif) no-repeat 0 0.6em; 
	}
#contentBox
	{
		position: reletive;
		z-index: 20;
		float: left;
		width: 556px;
		padding: 0 16px 0 30px;
		border-left: solid 3px #673433;
		border-right: solid 1px #673433;
		min-height: 460px;
	}
#breadcrumpBox
	{
		position: absolute;
		z-index: 100;
		top: 225px;
		left: 195px;
		font-size: 0.9em;
	}	
#content
	{
		float: left;
		width: 285px;
	}

.catTyp_2 #content,
.docTyp_1 #content
	{
		width: 556px;
	}
#mediaGalery
	{
		float: right;
		width: 258px;
	}
#mediaGalery ul
	{
		list-style: none;
		margin: 0;	
	}
#mediaGalery ul li
	{
		position: relative;		
		float: left;
		padding: 0; 
		margin: 0;
		margin: 0 6px 6px 0;
		overflow: hidden;	
	}
#mediaGalery ul li.typ_20
	{
		width: 123px;
		height: 83px;		
	}
#mediaGalery ul li.typ_20 .borderBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 123px;
		height: 83px;
		background: transparent url(../images/imgBorder_123-83.gif) no-repeat;
	}
#mediaGalery ul li.typ_21
	{
		width: 250px;
		height: 110px;		
	}
#mediaGalery ul li.typ_21 .borderBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 250px;
		height: 110px;
		background: transparent url(../images/imgBorder_250-110.gif) no-repeat;
	}
#mediaGalery p.imageBox
	{
		float: left;
		margin: 12px 0;
	}

#innerMediaGalery
	{
		margin: 1em 0;

	}
#innerMediaGalery ul
	{
		float: left;
		width: 100%;		
		list-style: none;
		margin: 0;	
	}
#innerMediaGalery ul li
	{
		position: relative;		
		float: left;
		padding: 0; 
		margin: 0;
		margin: 0 12px 12px 0;
		overflow: hidden;	
	}
#innerMediaGalery ul li
	{
		width: 123px;
		height: 83px;		
	}
#innerMediaGalery ul li .borderBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 123px;
		height: 83px;
		background: transparent url(../images/imgBorder_123-83.gif) no-repeat;
	}

#innerMediaGalery p.imageBox
	{
		float: left;
		margin: 12px 0;
	}

#footerBox
	{
		border-top: solid 1px #738c2f;
		margin: 30px 165px 0 160px;
		padding: 10px 0 40px 0;
	}
#footerBox a
	{
		color: #738c2f;
		text-decoration: none;
		padding-left: 30px;
		display: block;
		float: left;
		line-height: 25px;
		height: 25px;
		margin-right: 20px;
	}
#footerBox a:hover,	
#footerBox a.active
	{
		color: #673433;
	}
#imprint
	{
		background: transparent url(../images/imprint_h.gif) no-repeat 0 50%;		
	}
#imprint.active
	{
		background: transparent url(../images/imprint.gif) no-repeat 0 50%;		
	}
#contact
	{
		background: transparent url(../images/contact_h.gif) no-repeat 0 50%;		
	}
#contact.active
	{
		background: transparent url(../images/contact.gif) no-repeat 0 50%;		
	}
	
	
.docList
	{
		margin: 0;
		list-style: none;		
	}	
.docList p.imageBox
	{
		margin: 5px 0;
		position: relative;
		width: 150px;
		height: 63px;
		overflow: hidden;
		float: left;
		margin-right: 10px;
	}
.docList p.imageBox .borderBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 63px;
		background: transparent url(../images/contextBorder_150-63.png) no-repeat;
	}
.docList li
	{
		clear: left;
		padding-bottom: 1em;	
	}	
/****************************************************
	CONTEXT
******************************************************/
#contextBox
	{
		float: right;
		width: 150px;
		line-height: 1.2em;
	}
#contextBox h3
	{
		color: #738c2f;
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 1.9em;
	}
#contextBox h4
	{
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 5px;
	}	
#contextBox .boxLinks
	{
		margin: 0;
		list-style: none;
	}
#contextBox .boxLinks p.imageBox
	{
		margin: 5px 0;
		position: relative;
		width: 150px;
		height: 63px;
		overflow: hidden;		
	}
#contextBox .boxLinks p.imageBox .borderBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 63px;
		background: transparent url(../images/contextBorder_150-63.png) no-repeat;
	}
#contextBox a.more
	{
		display: block;
		padding: 0;
		text-decoration: none;
	}
#contextBox a.more:hover
	{
		text-decoration: underline;
	}	
/* Sitenavigation */
#siteNav
	{
		clear: both;
		float: right;
        position: relative;
		margin: 1em 0;
		text-align: right;
	}
#siteNav a
	{
		margin: 0 5px;
	}



/*************************
	FORMULARE
**************************/

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 250px;
	}
.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 2px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}
.formField label
	{
		width: 120px;
		float: left;

	}
.button
	{
		margin-left: 120px;
		margin-top: 20px;
	}
.radio
	{
		width: auto;
	}

.radioSet
	{
		display: inline;
		padding-right: 1em;
	}
.radioLabel
	{
		position: relative;
		top: -2px;
		padding: 0 0.5em;
	}
.radioSet.fbError
	{
		border: none;
	}
.check
	{
		float: left;
		clear: both;
	}
.formField label.checkboxLabel, .formField label.radioLabel
	{
		position: relative;
		top: 0;
		float: none;
		padding-left: 0.5em;
		width: 100%;
	}
.formHint
	{
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}

/* Datum Picker */

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 14px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calenderImg.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px!important;
	float: left;
}

#searchBoxForm
	{
		margin-left: 10px;
    }
#searchBoxForm input, #searchBoxForm input.searchField
	{
		width: auto!important;
    }


.alertBox h4
	{
		display: none;
		font-size: 1.2em;
	}
.alertBox
	{
		color: #cc0000;
		padding: 0 0 20px 50px;
		background: transparent url(/images/alertSign.gif) no-repeat left top;
		margin-top: 20px;
	}
.alertBox ul
	{
		color: #cc0000
	}