/*###########################################################################################################*/
/* Styles für das Layout der Seite */
/*###########################################################################################################*/

/* NetandBuy Rot: #aa122b */
/* NetandBuy Gelb: #e4e2d3 */

/*************************************************************************************************************/
/* Layout */
#divLayout
{
	float: left;
	width: 100%;
	min-height: 100%;
	text-align: center;
	position: relative;
	background: url(/images/design/footer-hintergrund.png) repeat-x bottom left;
}

#divLayoutWrapper
{
	display: inline-block;
	width: 980px;
	margin: 0px auto 0px auto;
	padding-bottom: 180px;
}



/*************************************************************************************************************/
/* Header */
#divHeader
{
	display: inline-block;
	width: 980px;
	height: 138px;
	position: relative;
}

#divHeader #imgLogo
{
	position: absolute;
	top: 13px;
	left: -2px;
	width: 270px;
	height: 93px;
}



/*************************************************************************************************************/
/* Top Leiste */
#divTopLeiste
{
	float: left;
	width: 100%;
	min-height: 34px;
	max-height: 100px;
	background-color: #6e6767;
	border-bottom: 6px #444 solid;
	text-align: center;
	line-height: 2.8em;
	color: #fff;
}

#divTopLeiste p
{
	display: inline-block;
	width: auto;
	padding: 0px;
}

#divTopLeisteWrapper
{
	display: block;
	width: 980px;
	height: 34px;
	margin: 0px auto 0px auto;
}


/*------------------------------------------------------------------------*/
/* Login-Status */
#divLoginStatus
{
	float: right;
}



/*************************************************************************************************************/
/* Content */
#divContent 
{
	display: inline-block;
	width: 980px;
	min-height: 500px;
	text-align: left;
	position: relative;
}

#divShopMap 
{
	float: left; 
	width: 100%; 
	height: 500px; 
	margin-top: 1em;
}

#divGoogleMap 
{
	float: left; 
	width: 300px; 
	height: 250px; 
	margin: 0em 15px 0px 0px;
}



/*************************************************************************************************************/
/* Titel Head */
.title-head
{
	float: left;
	width: 100%;
	min-height: 60px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 7px;
	background-color: #e4e2d3;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



/* -------------------------------------------------------------------------------- */
/* Social Media Links/Buttons */
.title-head #divSocialMedia
{
	position: absolute;
	top: 30px;
	right: 10px;
	min-width: 100px;
}

.title-head #divSocialMedia .facebook-like
{
	float: right;
	width: auto;
	height: 20px;
}

.title-head #divSocialMedia .twitter-share
{
	float: right;
	width: auto;
	height: 20px;
	margin-right: 5px;
	text-align: left;
}



/*************************************************************************************************************/
/* Detail Dialog */
.detail-dialog
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
	z-index: 110;
	background-color: #fff;
	border: 3px solid #555;
	text-align: left;
	display: none;
	visibility: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.detail-dialog h1, 
.detail-dialog h2
{
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	margin: 0em;
}

.detail-dialog form
{
	margin: 0px;
	padding: 0px;
}

.detail-dialog .image-close
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}



/*************************************************************************************************************/
/* Benachrichtigung Box */
#divNotifier
{
	position: fixed;
	bottom: -50px;
	right: 10px;
	z-index: 999;
	width: 330px;
	min-height: 20px;
	padding: 10px;
	background-color: #FFC;
	color: #333;
	text-align: left;
	opacity: 0;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#divNotifier img
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 1px 1em 2em 0em;
}



/*************************************************************************************************************/
/* Benachrichtigung Box */
#divBrowserInfoLeiste
{
	position: absolute;
	top: -50px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height: 18px;
	padding: 2px 0px 2px 0px;
	background-color: #FFC;
	text-indent: 10px;
}



/*************************************************************************************************************/
/* Footer */
#divFooter
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	text-align: center;
}

#lstFooterContainer
{
	display: inline-block;
	width: 980px;
	margin: 15px auto 0px auto;
}

#lstFooterContainer li
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: 244px;
	height: 100px;
	border-right: 1px solid #c4c4c4;
	text-align: left;
}

#lstFooterContainer li:last-child
{
	border-right: 0px none;
}

#lstFooterContainer .titel
{
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}


/*----------------------------------------------------------------------------------------------------*/
/* Social Media */
#lstSocialMedia
{
	float: left;
	width: 100%;
	height: 32px;
	margin-top: 32px;
	background: url(../images/design/footer-social-media-icons.png) no-repeat center center;
	text-align: center;
}

#lstSocialMedia li
{
	float: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border: 0px none;
}

#lstSocialMedia a
{
	display: block;
	width: 32px;
	height: 32px;
}

#lstSocialMedia li:last-child
{
	margin-right: 0px;
}


/*----------------------------------------------------------------------------------------------------*/
/* Footer-Navigation */
#lstFooterNavigation
{
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: left;
}

#lstFooterNavigation li
{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	text-indent: 24px;
}

#lstFooterNavigation a
{
	color: #6c6c6c;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

#lstFooterNavigation a:hover
{
	text-decoration: underline;
}


/*----------------------------------------------------------------------------------------------------*/
/* Meta-Navigation */
#lstMetaNavigation
{
	float: left;
	width: 100%;
	margin-top: 3px;
	text-align: left;
}

#lstMetaNavigation li
{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	text-indent: 24px;
	border: 0em;
}

#lstMetaNavigation a
{
	color: #6c6c6c;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}

#lstMetaNavigation a:hover
{
	text-decoration: underline;
}



/*************************************************************************************************************/
/* Temporäre Elemente */
#divTemp, 
#ifrmTemp
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 300px;
	height: 300px;
	color: #999;
	border: 1px dotted #ddd;
	overflow: hidden;
	display: none;
}

#ifrmTemp
{
	top: 370px;
}



/*************************************************************************************************************/
/* Diverses */
.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: 0.85;
	background-color: #666;
	display: none;
}

.dialog-overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
	opacity: 0.6;
	background-color: #fff;
	display: none;
}

.scrollbereich
{
	float: left;
	width: 100%;
	max-height: 320px;
	margin: 0.3em 0em 1em 0em;
	border: 1px solid #666;
	overflow-y: auto;
}
