/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/* -------------------------------                                                  */
/* NetandBuy Rot: #aa122b                                                           */
/* NetandBuy Blau: #3478b7                                                          */
/* -------------------------------                                                  */
/************************************************************************************/

#divLayout
{
	width: 930px;
	min-height: 100%;
	margin: 0em auto 0em auto;
	text-align: left;
}

#divBlackscreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 0.9;
	background-color: #666;
	display: none;
}



/************************************************************************************/
/* Header */
#divHeader
{
	float: left;
	width: 100%;
	height: 318px;
	position: relative;
	margin-bottom: 1em;
}

#divHeader #imgLogo
{
	float: left;
	width: 270px;
	height: 93px;
	margin: 10px 0px 10px 0px;
}

#divHeader #divLoginStatus
{
	width: 250px;
	height: 17px;
	position: absolute;
	right: 220px;
	top: 10px;
	padding: 2px 1px 1px 1px;
	font-size: 0.9em;
	text-align: right;
}

#divHeader #divVersion
{
	height: 15px;
	color: #F00;
	position: absolute;
	width: 250px;
	top: 50px;
	right: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: right;
}



/************************************************************************************/
/* Banner */
#divBanner
{
	float: right;
	width: 630px;
	height: 195px;
	border: 5px solid #ececec;
	background-color: #F9F9F9;
	position: relative;
}

#divBanner #divBannerImages
{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#divBanner #divBannerImages img
{
	width: 100%;
	height: 195px;
}

#divBanner #pBannerText
{
	position: absolute;
	top: 135px;
	left: 15px;
	color: #000;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}

#divBanner #divVideo
{
	float: left;
	width: 100%;
	height: 354px;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 20;
	border: 5px solid #ececec;
	border-bottom: 0px;
	display: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../videos/welcome/video_platzhalter_half.jpg);
}



/************************************************************************************/
/* Optionen */
#divOptionen
{
	float: left;
	width: 260px;
	height: 195px;
	margin-bottom: 25px;
	background-color: #ececec;
	border: 5px solid #ececec;
}

#divOptionen #frmSuchen
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	position: relative;
}



/************************************************************************************/
/* Suchen Formular */
#frmSuchen fieldset
{
	background-color: #FFF;
	border-style: none;
	margin: 4px 0px 0px 0px;
	padding: 5px 0px 6px 0px;
}

#frmSuchen label
{
	font-weight: normal;
	text-align: left;
	width: auto;
	text-indent: 5px;
	margin-bottom: 0px;	

}

#frmSuchen input, #frmSuchen select
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#frmSuchen select
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 130px;
}

#frmSuchen fieldset input, #frmSuchen fieldset select
{
	margin-right: 5px;
	float: right;
}

#frmSuchen #tbxSuchen
{
	background-image: url(../images/icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	margin-bottom: 0px;
	padding-left: 25px;
}

#frmSuchen #btnSuchen
{
	width: 60px;
	margin-right: 0px;
	float: right;
}

#frmSuchen #imgHauptKategorieIcon
{
	width: 80px;
	height: 80px;
	margin-top: 52px;
}

#frmSuchen #imgTrennlinie
{
	margin: 0px 0px 5px -5px;
}



/************************************************************************************/
/* Suchen Vorschläge */
#divSuchenVorschlaege
{
	width: 400px;
	min-height: 50px;
	background-color: #F5F9FC;
	opacity: 0.95;
	position: absolute;
	left: 0px;
	top: 21px;
	border: 1px solid #3070A9;
	padding: 5px;
	display: none;
	z-index: 50;
}

#divSuchenVorschlaege .titel
{
	color: #aa122b;
	font-size: 1em;
	font-weight: bold;
}

#divSuchenVorschlaege .auflistung
{
	padding: 0px 0px 0px 22px;
	margin-bottom: 2em;
}

#divSuchenVorschlaege .auflistung li
{
	float: none;
	display: inline;
	padding: 0px 5px 0px 0px;
	color: #06C;
	cursor: pointer;
}

#divSuchenVorschlaege .auflistung li:hover
{
	text-decoration: underline;
}

#divSuchenVorschlaege .auflistung li:after
{
	content: ",";
}

#divSuchenVorschlaege .auflistung li:last-child:after
{
	content: "";
}



/************************************************************************************/
/* Bereich links und Content */
#divBereichLinks
{
	float: left;
	width: 270px;
	min-height: 300px;
	margin-top: 2em;
	color: #999;
}

#divContent
{
	float: right;
	width: 640px;
	min-height: 100px;
	position: relative;
	margin-top: 2em;
}



/************************************************************************************/
/* Bereich links und Content */
#divMap
{
	float: left;
	width: 100%;
	border: 1px solid #666;
}



/************************************************************************************/
/* Footer */
#divFooter
{
	float: left;
	width: 930px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA122B;
	color: #CCC;
	font-size: 0.9em;
	position: relative;
}

#divFooter #aEscapenet
{
	position: absolute;
	top: 2px;
	left: 415px;
	color: #CCC;
	text-decoration: none;
}



/************************************************************************************/
/* Liste mit den Kategorien */
#lstKategorien
{
	float: left;
	width: 100%;
}

#lstKategorien li
{
	text-align: center;
	float: left;
	height: 80px;
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin-right: 3px;
	margin-left: 2px;
	margin-bottom: 2em;
	font-size: 0.9em;
	border: 1px solid #CCC;
	position: relative;
}

#lstKategorien li:hover
{
	border: 1px solid #aa122b;
	cursor: pointer;
	color: #aa122b;
}

#lstKategorien a
{
	text-decoration: none;
	color: #333;
	float: left;
	width: 120px;
	height: 70px;
	padding: 5px 0px 5px 0px;
}

#lstKategorien img
{
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	height: 40px;
	width: 40px;
}

#lstKategorien .anzahl-aktionen
{
	font-size: 1em;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 2px;
	right: 5px;
	text-align: right;
	color: #FF6A6A;
	font-weight: bold;
}



/************************************************************************************/
/* Liste mit den Hauptkategorien */
#lstHauptkategorien
{
	float: left;
	width: 100%;
	margin-left: 2px;
}

#lstHauptkategorien li
{
	float: left;
	width: 100px;
	height: 108px;
	padding: 0px;
	margin: 0px 1px 10px 0px;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
	border: 1px solid #fff;
}

#lstHauptkategorien li:hover
{
	border: 1px solid #aa122b;
	cursor: pointer;
	color: #aa122b;
}

#lstHauptkategorien a
{
	float: left;
	width: 100%;
	height: 108px;
	color: #333;
	text-decoration: none;
}

#lstHauptkategorien img
{
	display: inline-block;
	padding-bottom: 5px;
	margin: 0px !important;
	height: 70px;
	width: 70px;
}



/************************************************************************************/
/* Shop Hauptkategorie Selector */
#lstHauptkategorieSelector
{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#lstHauptkategorieSelector li
{
	float: left;
	height: 20px;
	width: 98px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 90px;
	cursor: pointer;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #FFF;
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

#lstHauptkategorieSelector .active
{
	border: 1px solid #3478b7;
	color: #3478b7;
}

#lstHauptkategorieSelector li:hover
{
	border: 1px solid #AA122B;
	color: #3478b7;
}

.link-zurueck
{
	position: absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
	text-decoration: underline;
}

.link-zurueck:hover
{
	color: #3478b7;
}



/************************************************************************************/
/* Detail Dialog */
.detail-dialog
{
	position: fixed;
	left: 0px;
	top: 5px;
	padding: 10px;
	margin: 0px;
	z-index: 99;
	display: none;
	background-color: #FFF;
	border: 4px solid #3478b7;
	text-align: left;
}

.detail-dialog h2
{
	padding-top: 0.2em;
}

.detail-dialog form
{
	margin: 0px;
	padding: 0px;
}

.detail-dialog #imgDialogClose
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}



/************************************************************************************/
/* Container auf Startseite */
.container
{
	float: left;
	width: 248px;
	height: 180px;
	padding: 12px 10px 12px 10px;
	margin: 0em 1.7em 1em 0em;
	background-image: url(../images/design/boxen_verlauf.png);
	background-repeat: repeat-x;
	border: 1px solid #DBECF2;
	text-align: center;
	overflow: hidden;
}

.container .title
{
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	width: 100%;
	margin-bottom: 0.8em;
}

#divContainer1 .title
{
	color: #e81e00;
}

#divContainer1 .aktion
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #e81e00;
	padding: 20px 0px 22px 0px;
	letter-spacing: -0.05em;
}


#divContainer2
{
	width: 327px;
}

#divContainer2 .title
{
	color: #C5BA00;
}

#divContainer2 dl
{
	float: left;
	margin: 0px;
}

#divContainer2 dt
{
	width: 30px;
	text-align: right;
}

#divContainer2 dd
{
	width: 280px;
	margin-bottom: 12px;
	text-align: justify;
}

#divContainer3
{
	float: right;
	margin-right: 0em;
}

#divContainer3 ul
{
	float: left;
	width: 520px;
	height: 190px;
}

#divContainer3 li
{
	float: left;
	width: 250px;
	height: 190px;
	margin-right: 10px;
	display: none;
}

#divContainer3 .title
{
	color: #06C;
}



/************************************************************************************/
/* Wartung Info Fenster */
#divWartungInfo
{
	width: 270px;
	height: 300px;
	position: absolute;
	top: 50%;                  
	left: 50%;
	padding: 25px;
	text-align: left;
	margin: -175px 0px 0px -160px;
	border: 1px solid #CCC;
}



/************************************************************************************/
/* Diverses */
.youtube-video
{
	float: left;
	margin-bottom: 1em;
	border: 1px solid #999;
}

#divTemp, #ifrmTemp
{
	height: 200px;
	width: 300px;
	position: absolute;
	top: 5px;
	left: 5px;
	margin-bottom: 2em;
	display: none;
	color: #666;
	background-color: #F8F8F8;
}

#ifrmTemp
{
	top: 225px;
}