/*###########################################################################################################*/
/* Layout Styles */
/*###########################################################################################################*/

/************************************************************************************************************************/
#divLayout
{
	float: left;
	width: 936px;
	min-height: 100%;
	margin-left: 25px;
}



/************************************************************************************************************************/
/* Head */
#divHeader
{
	float: left;
	width: 100%;
	height: 145px;
	background-color: #fff;
}

#divHeader a
{
	border-bottom: 0px;	
}

/* Logo */
#divHeader #imgLogo
{
	margin: 42px 0 0 34px;
}

#divHeader #imgHeader
{
	float: right;
}



/************************************************************************************************************************/
/* NewsBox */
#divNewsBox
{
	float: left;
	margin: 0px 10px 20px 20px;
	padding: 0 20px 36px 20px;
	border: 1px solid #ddd;
	width: 238px;
}

/************************************************************************************************************************/
/* Boxen Home */
.divBox295
{
	margin: 0 10px 0 20px;
}

.divBox295 a
{
	float: left;
	width: 244px;
	/*height: 92px;*/
	border: 2px solid #378fd0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 9px 16px 8px 16px;
	margin: 0 0 20px 0;
	font-size: 10px;
	text-align: center;
}

.divBox295 a h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 9px 0;
}

.divBox295 a span
{
	font-size: 12px;
	color: #378fd0;
	font-weight: bold;
}

.divBox295.padding a
{
	margin: 18px 0 18px 0;
}

.divBox295 a:hover
{
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

#divBox602 a
{
	float: left;
	padding: 0px;
	margin: 0px 18px 36px 18px;
	width: 569px;
	height: 71px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#divBox602 a:hover
{
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	border: 1px solid #666;
}

.divBoxHoch a
{
	float: left;
	width: 137px;
	height: 137px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0px;
	margin: 0 13px 13px 0;
		
	
}

.divBoxHoch a:hover
{
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

.divBoxQuer a
{
	width: 594px;
	height: 81px;
	display: inline-block;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0px;
	margin: 0 0 13px 0;
}

.divBoxQuer a:hover
{
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

/************************************************************************************************************************/
/* Content */
#divContent
{
	float: left;
	width: 100%;
	background-color: #fff;
	border-top:3px solid #cdcdcd;
	position: relative;
	background: #fff url(/images/layout/inhalt-bg.png) repeat-y;
}

.home#divContent 
{
	border: none;
	background: #fff;
}

#divInhalt
{
	float: left;
	width: 430px;
	padding: 30px 20px;
}

#divBoxRechts
{
	float: right;
	width: 232px;
	background-color: #e8e8e8;
	padding: 0 20px 60px 20px;
}

.npcontent
{
	float: left;
}



/*************************************************************************************************************/
/* Detail Dialog */
.detail-dialog
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
	z-index: 90;
	background-color: #FFF;
	border: 5px solid #6A849D;
	text-align: left;
	display: none;
	visibility: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.detail-dialog h1, 
.detail-dialog h2
{
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
}

.detail-dialog form
{
	margin: 0px;
	padding: 0px;
}

.detail-dialog .image-close
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.detail-dialog label
{
	width: 200px;
}

.detail-dialog .text-blockelement
{
	width: 550px;
}



/************************************************************************************************************************/
/* Foot */
#divFoot.home
{
	float: right;
	padding: 0;
	margin: 0 20px 20px;
	float: left;
	height: 28px;
	width: 894px;
	background-color: #ddd;
}

#divFoot.home li
{
	float: left;
	list-style-type: none;
	line-height: 28px;
	padding-left: 15px;
	color: #828282;
	font-size: 0.9em;
}

#divFoot.home li a
{
	color: #828282;
	border: 0px;
}

#divFoot.home li a:hover
{
	color: #333;
}

#divFoot
{
	float: right;
	padding: 0;
	float: left;
	height: 28px;
	width: 936px;
	border-top: 3px solid #ddd;
	background-color: #fff;
}
	
#divFoot li
{
	float: left;
	list-style-type: none;
	line-height: 28px;
	padding-left: 15px;
	color: #828282;
	font-size: 0.9em;
}

#divFoot li a
{
	color: #828282;
	border: 0px;
}

#divFoot li a:hover
{
	color: #333;
}

.right
{
	float: right;
}

.right li a
{
	margin-right: 15px;
	padding-right: 20px;
	display: block;
	background-image: url(/images/icons/rss.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/************************************************************************************************************************/
/* Copyright */

a.copyright
{
	text-transform: uppercase;
	color: #bcbcbc;
	font-size: 0.75em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	float: right;
	border-bottom: none;
	padding: 10px 20px 10px 0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in .5s;
	-ms-transition: ease-in .5s;
	-moz-transition: ease-in .5s;
}

a:hover.copyright
{
	color: #fff;
}

/************************************************************************************************************************/
/* Imagebox */
#divImageBox
{
	width: 895px;
	height: 255px;
	margin: 0 0 0 20px;
	background-image: url(/images/home/background.jpg);
	background-repeat: none;
}

.zitem 
{
	width:134px;
	height:150px;	
	margin-top: 70px;
	margin-right: 0;	
	margin-left: 25px;
	position:relative;
	float:left;
}

.first
{
	margin-left: 60px;
}

.zitem img 
{
	border:0;
	position:absolute;
}



/*************************************************************************************************************/
/* Diverses */
.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 80;
	opacity: 0.8;
	background-color: #666;
	display: none;
}
