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

	SITE: patho-josefshaus.de/


	15.10.2011
	grass@mai-multimedia.de 2011

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

* {margin: 0; padding: 0;}

html,body {
	height: 100%;
}

body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4;
		background: #9a989f;
		text-align: center;
		color: #000;
		padding-bottom: 1px;
	}
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 15px 15px 0;}
.imgRight { float: right; margin: 0 0 15px 15px; }


a
	{
		color: #71609d;
	}
a:hover
	{
		text-decoration: none;
	}

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 0 12px 0;
	background: transparent url(../images/zoom.gif) no-repeat bottom right;
}

a.zoomImageLink img {
	float: none;
	margin: 0;
}

h1, h2, h3
	{
		color: #36393a;
		font-weight: normal;
	}
h1, h2, h3, h4
	{
		clear: both;			
	}
	
h4, h5	
	{
		/*color: #616166;*/
		font-weight: bold;
	}

h1, h2
	{
		font-size: 2em;
		margin-bottom: 0.4em;
	}
h3
	{
		font-size: 1.6em;
		margin-bottom: 0.75em;
	}	
h4
	{
		font-size: 1.2em;
		margin-bottom: 1em;
    }
h5
	{
		font-size: 1.2em;
		margin-bottom: 1em;
    }

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

td { padding: 0.1em 0.5em 0.1em 0;vertical-align: top; }

table.border
	{
		border-collapse: collapse;
		border: solid 1px #ccc;
	}

table.border td { vertical-align: top; border: solid 1px #ccc;}
td p, td ul, td ol {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;	
}

.imgTable.left
	{
		float: left;
		margin: 2px 10px 10px 0;
	}
.imgTable.left td
	{
		padding: 0;
	}	
.imgTable.right
	{
		float: right;
		margin: 2px 0 10px 10px;
	}
.imgTable .subLine
	{
		font-size: 0.9em;
		font-style: italic;
	}


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

#wrap
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 890px;
		padding: 0 8px;
		min-height: 100%;
		background: #fff url(../images/hgr_wrap.png) repeat-y 0 0;
	}
#headerBox
	{
		width: 890px;
		height: 70px;
		border-top: solid 2px #fff;
		border-bottom: solid 2px #fff;
		background: #36393a url(../images/hgr_headerBox.png) repeat-y right;
	}
#keyvisuals
	{
		position: absolute;
		z-index: 10;
		top: 74px;
		left: 8px;
		width: 690px;
		height: 170px;
	}
#topMediaBox 
	{
		position: absolute;
		top: 13px;
		right: -193px;
		width: 165px;
		height: 90px;
		overflow: hidden;		
	}
	
#mainBodyBox
	{
		position: relative;
		z-index: 20;
		margin-top: 100px;
	}
#mainNavBox
	{
		float: left;
		width: 205px;
		padding-top: 92px;
	}
#contentBox
	{
		position: relative;		
		float: left;
		width: 485px;
		padding-top: 26px;
		padding-bottom: 2em;
	}
#contextBox
	{
		float: right;
		width: 172px;
		padding-top: 26px;
	}

/****************************************************
	MAIN-NAV
******************************************************/

#mainNav
	{
		text-align: right;
		padding-right: 20px;
		list-style: none;
		margin: 0;
	}

#mainNav li
	{
		padding: 0 10px 0 0;
		border-right: solid 5px #fff;
		line-height: 1.6em;
		margin-bottom: 6px;
	}
#mainNav li.active
	{
		border-right-color: #71609d;
	}	
#mainNav a
	{
		color: #36393a;
		text-decoration: none;
	}
#mainNav a:hover,
#mainNav a.active
	{
		color: #71609d;
	}	
#mainNav ul
	{
		display: none;
		list-style: none;
		margin: 0;
	}
#mainNav ul a	
	{
		color: #5e6365;
	}
	
#mainNav li.active ul
	{
		display: block;
	}	
#mainNav ul li
	{
		border: none;
		padding: 0;
	}	
#mainNav ul li.active
	{
		border: none;
	}

/****************************************************
	CONTENT (Mitte)
******************************************************/

#textBlock1
	{

	}
#textBlock1
	{
		
	}
	
	
#contextBox
	{
		color: #616166;
		font-size: 0.9em;		
	}	
	
/* 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
	}


#DAKKS {
    position: absolute;
    top: -80px;
    right: 20px;
}