/* CSS Document */

/* ELEMENTS ******************************************** */
body
{
	margin: 0;
	padding: 0;
	font-family: Calibri,'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #333;
	min-width: 976px; /* 2x LC width + RC width */
}

p
{
	color: #333;
	text-decoration: none;
	margin-top: 0;
}

hr
{
	height: 1px;
	background-color: #999999;
}

label
{
	float: left;
	display: block;
	margin-right: 10px;
	width: 70px;
	color: #333;
}

h2
{
	font-weight: bold;
	font-size: 12pt;
	color: #00406E;
	text-decoration: none;
}

h3
{
	font-weight: bold;
	font-size:1.0em;
	color: #00406E;
	text-decoration: none;
	padding-top: 7px;
}

h4
{
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding: 0px;
}

img
{
	border: 0;
}

a
{
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #ACCEED;
	text-decoration: underline;
}

.button 
{
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #E7F0FA;
	color: #333;
	margin-bottom: 2px;
}

.inputField 
{
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #E7F0FA;
	color: #333;
	margin-bottom: 2px;
}

.searchField 
{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	color: #333;
	height:15px;
}

.requiredField
{
	padding: 2px;
	border: 1px solid #00406E;
	background-color: #E7F0FA;
	color: #333;
	margin-bottom: 2px;
}

/* HEADER ********************************************* */
#header
{
	margin-bottom: 5px;
	background-color: #9db7ce;
	display: block;
    height: 90px;
	width: 100%;
	font-size:0.9em;
}

#header a:hover
{
	color: #ffffff;
}

#logo
{
	height: 100px;
	width: 381px;
	display: block;
	background: url(../Images/headerLogo.png) left top no-repeat;
	background-position: 10px 10px;
}

#topNavigation
{
	position: absolute;
	right: 10px;
	top: 87px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNavigation li
{
	display: inline;
	margin: 0;
}
#topNavigation a span
{
	display: none;
}

/* CONTAINER/WRAPPER *********************************** */
#container
{
	min-height: 440px;
	height:auto;
	border-top: 3px solid #012444;
	margin: 0;
	padding-left: 10px;
	clear: both;
	overflow:hidden;
}

/* LEFT SIDEBAR ***************************************** */
#leftBar
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 10px;
	width: 142px;
	border: solid 1px #012444;
	border-top: 0;
	background-color: #E7F0FA;
}

#leftBar a
{
	font-size: 8pt;
}

#leftBar #expressSuche
{
	background: url(../Images/xpressuche.png) no-repeat top;
	margin: 0;
	padding: 25px 0 10px 0;
	text-align: center;
}
#leftBar #expressSuche .inputImage
{
	vertical-align: bottom;
}

#leftBar #stoebern, #leftBar #infos, #sidebarSpecialPrice, #sidebarDownload, #leftBar #toptitel
{
	border-top: 1px solid #012444;
	margin: 0 0 10px 0;
	padding: 19px 0 0 0;
}

#leftBar #infos, #sidebarSpecialPrice, #sidebarDownload
{
	padding: 19px 0 0 0;
	margin: 0 0 10px 0;
}

#leftBar #toptitel
{
	background: url(../Images/TopTitel.png) no-repeat top;
}

#leftBar #stoebern
{
	background: url(../Images/themen.png) no-repeat top;
}

#leftBar #infos
{
	background: url(../Images/infos.png) no-repeat top;
}

#sidebarSpecialPrice
{
	background: url(../Images/specialprice.png) no-repeat top;
}

#sidebarDownload
{
	background: url(../Images/download.png) no-repeat top;
}

#leftBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li ul
{
	border-left: 3px solid #012444;
	border-bottom: 3px solid #012444;
	display: none;
}

.menu li ul li
{
	border-bottom: 0;
}

.menu a
{
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #E7F0FA;
	border-bottom: 1px solid #CCCCCC;
}

.menu li ul li a
{
	border: 0;
}
.menu li ul li
{
	margin: 0;
	padding: 0;
}

.menu li ul li a
{
	padding: 3px;
	padding-left: 6px;
	display: block;
	text-decoration: none;
	color: #333;
	margin-left: -3px;
	background-color: #bfd9f1;
}
.menu li ul li > a
{
	padding-left: 3px;
	margin-left: 0;
}

.menu a:hover, .menu .active
{
	color: #FFFFFF;
	background-color: #012444;
	border-left: 0;
	border-color: #012444;
	cursor:hand;
}

/* RIGHT SIDEBAR ********************************** */
#rightBar
{
	/*position: absolute;*/
	float:right;
	right: 10px;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#rightBar img
{
	border-top: 1px solid #012444;
}

#rightBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rightBar ul li
{
	padding-left: 3px;
	margin-bottom: 5px;
}
#rightBar ul li:hover
{
	background-color: #FFFFFF;
}
#rightBar ul li a
{
	text-decoration: none;
	color: #333;
}

/* CONTENT *************************************** */
#content
{
	margin: 0 230px 0 135px;
	padding: 20px 0 0 20px;
	height: 800px;
	min-height: 800px;
	min-width:250px;
}

#container > #content
{
	min-height: 800px;
	height: auto;
}

#content .headline
{
	margin-top: 20px;
	display: block;
}

#content ol li, #content ul li
{
	margin-bottom: 5pt;
}

/* FOOTER ***************************************** */
#footer
{
	clear: both;
	font-size: 9pt;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	margin-left: 162px;
	margin-right: 230px;
}


/* CLASSES **************************************** */
.article
{
	overflow:auto;
	padding-bottom:10px;
}

.article .headline 
{
	padding-bottom:10px;
}

.article img, .listArticle img
{
	float: left;
	border: 0;
	margin-right: 5px;
}

.article h3 
{
	margin:0;
	padding:0;
	font-size:1.2em;
}

.article h4 
{
	padding-bottom:5px;
}

#contentSuchergebnis .article p
{
	margin-bottom: 0;
}

.author
{
	float:right;
	font-size: 9pt;
	color: #999999;
	text-align: right;
}

.preis
{
	font-weight: bold;
	color: #012444;
}

.submit
{
	padding: 1px;
	border: 1px solid #012444;
	background-color: #FFFFFF;
	color: #012444;
}

.inputImage
{
	border: 0;
	padding: 0;
	vertical-align: bottom;
}

.weiterButton
{
	margin-bottom: 10px;
	margin-left: 270px;
}

.checkbox
{
	border: 0;
	background-color: #FFFFFF;
	height: 15px;
	width: 15px;
}

.productInfos
{
	overflow:auto;
	clear:left;
	/*float:right;*/
	background-color: #E7F0FA;
	padding: 3px;
	border-bottom: #999999 1px solid;
	margin-bottom:3px;
	min-height:17px;
}

.ausrufezeichen
{
	float: right;
}

/************** insideNavigation ***********************/
ul.insideNavigation
{
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.insideNavigation li a
{
	display: block;
	text-align: center;
	text-decoration: none;
}

ul.insideNavigation .left
{
	float: left;
	margin-right: 5px;
}
ul.insideNavigation .right
{
	margin-left: 5px;
	float: right;
}

/************** Sidebar ***************************/
#sidebarWarenkorb
{
	border: solid 1px #333;
	padding-top: 30px;
	margin-bottom: 10px;
	background: url(../Images/Warenkorb.gif) top no-repeat;
	overflow:auto;
}
#sidebarWarenkorb table
{
	border-collapse: collapse;
	margin-bottom: 3px;
	width:100%;
}

#sidebarWarenkorb td
{
	vertical-align:middle;
	padding:1px 0 0 0;
	margin:0;
	border-bottom: #999999 solid 1px;
}
#sidebarWarenkorb td.preis, #sidebarWarenkorb td.anzahl
{
	text-align: right;
	display: table-cell;
}
#sidebarWarenkorb td.anzahl
{
	width: 20px;
}
#sidebarWarenkorb td.preis
{
	width: 55px;
}

#sidebarNeuheiten
{
	border: solid 1px #333;
	padding: 5px;
	padding-top: 30px;
	margin-top:10px;
	background: url(../Images/angebotderwoche.jpg) top no-repeat;
	text-align:center;
}
#sidebarNeuheiten img
{
	margin: 3px;
}

#sidebarNeuheiten h3
{
	margin: 0 0 3px 0;
}

#sidebarDieseWoche
{
	border: solid 1px #333;
	padding: 5px;
	padding-top: 30px;
	margin-top:10px;
	background: url(../Images/DWN.gif) top no-repeat;
	text-align:center;
}
#sidebarDieseWoche img
{
	margin: 3px;
}

#sidebarDieseWoche h3
{
	margin: 0 0 3px 0;
}

#header #subNav
{
	text-decoration: none;
	position: absolute;
	right: 13px;
	top: 71px;
}

#sidebarCatalog
{
	border: solid 1px #333;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px;
	padding-top: 30px;
	background: url(../Images/katalogbestellen.jpg) top no-repeat;
}

#sidebarNewsletter
{
	border: solid 1px #333;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px;
	padding-top: 30px;
	background: url(../Images/newsletterbestellen.jpg) top no-repeat;
}

#sidebarTopTen
{
	border: solid 1px #333;
	margin-top:10px;
	padding-top: 30px;
	background: url(../Images/Top10.gif) top no-repeat;
}

#sidebarHausmesse
{
	border: solid 1px #333;
	margin-top:10px;
	padding-top: 30px;
	padding-left:5px;
	background: url(../Images/JetztVormerken.gif) top no-repeat;
}

#sidebarTopTen .number1
{
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
}


#sidebarApp
{
	border: solid 1px #333;
	padding: 5px;
	padding-top: 30px;
	margin-top:10px;
	background: url(../Images/iKoppmedien.gif) top no-repeat;
	text-align: left;
}

#sidebarPartner
{
	border: solid 1px #333;
	padding-top: 30px;
	margin-top: 10px;
	background: url(../Images/partner.gif) top no-repeat;
	text-align: center;
}

/* SPECIALS ************************************ */
#contentNewsletter
{
	padding-top: 100px;
	background: url(../Images/newsletter_title.gif) top left no-repeat;
}

#contentNewsletter p
{
	width: 250px;
}

#contentNewsletter form
{
	margin-bottom: 40px;
}

#contentFirmeninfos
{
	padding-top: 80px;
	background: url(../Images/firmeninfos_title.gif) top left no-repeat;
}

#contentFirmeninfos img
{
	float: right;
	padding-left: 20px;
}

#contentEditPassword label
{
	width: 180px;
}

#contentFehler
{
	width: 450px;
	margin-left: 20px;
	padding-top: 80px;
	background: url(../Images/fehler.gif) top left no-repeat;
}

#contentHilfe
{
	min-height: 800px;
	padding-top: 80px;
	background: url(../Images/hilfe.gif) top left no-repeat;
}

#contentHilfePage
{
	min-height: 800px;
	padding-top: 80px;
	background: url(../Images/hilfe.gif) top left no-repeat;
}

#contentMesse
{
	padding-top: 80px;
	background: url(../Images/messe_title.gif) top left no-repeat;
}

#contentSuchergebnis
{
	
	/*padding-top: 20px;
	margin-top: 20px;*/
	/*background: url(../Images/suchergebnis.gif) top left no-repeat;*/
}

#contentLogin label
{
	float: left;
	display: block;
	margin-right: 10px;
	width: 100px;
}
#contentLogin input
{
	margin-bottom: 5px;
}

#contentKontakt
{
	padding-top: 80px;
	background: url(../Images/kontakt_title.gif) top left no-repeat;
}

#contentKontakt p
{
	float: left;
	margin-right: 60px;
}

#contentKontakt p span
{
	font-weight: bold;
}

#contentSuche
{
	padding-top: 80px;
	background: url(../Images/suche_title.gif) top left no-repeat;
}

.warenkorbTable
{
	border: 1px solid #012444;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	width: 100%;
	margin-top: 20px;
}
#contentWarenkorb table .header
{
	color: #FFFFFF;
	background-color: #012444;
}

#contentWarenkorb table td, #contentWarenkorb table th
{
/*	padding: 2px;*/
}

#contentWarenkorb table .article
{
	background-color: #FFFFFF;
}
#contentWarenkorb table .versand
{
	border-top: 2px solid #012444;
	background-color: #bfd9f1;
}

#contentWarenkorb table .versand td
{
	border-top: 2px solid #012444;
	margin-top: 5px;
	padding-top: 5px;
}

#contentWarenkorb table .preis
{
	background-color: #bfd9f1;
}

#contentWarenkorb .navigation
{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style-type: none;
	text-align: right;
}

#contentWarenkorb .navigation li
{
	/*display: inline;
	margin-left: 5px;*/
}
#contentWarenkorb .navigation input
{
	/*vertical-align: text-bottom;*/
}

#steps
{
	font-size:0.85em;
	margin: 0;
	padding: 0;
	height: 50px;
}

#steps li
{
	float: left;
	display: inline;
	color: #bfd9f1;
}

#steps span
{
	display: block;
	padding-left: 40px;
	height: 50px;
	width: 65px;
}

#steps .active
{
	color: #333;
}

#steps .step1
{
	background: url(../Images/schritt1.gif) no-repeat left top;
}

#steps .step2
{
	background: url(../Images/schritt2.gif) no-repeat left top;
}

#steps .step3
{
	background: url(../Images/schritt3.gif) no-repeat left top;
}

#steps .step4
{
	width: 110px;
	background: url(../Images/schritt4.gif) no-repeat left top;
}

#steps .step5
{
	background: url(../Images/schritt5.gif) no-repeat left top;
}


/* MasterPage Layout | header | login------------*/
#header #login
{
	text-decoration: none;
	position: absolute;
	right: 13px;
	top: 13px;
}

#header #login label
{
	width: auto;
	color: #ffffff;
	margin: 5px 5px 0 0;
}

#header #login em
{
	font-style: normal;
}

#header #login a
{
	color: #333;
}

#header #login a:hover
{
	color: #ffffff;
}

#header #login .AspNet-Login-SubmitPanel input
{
	font-size: 0.85em;
	height: 20px;
	width: 70px;
	position: relative;
	top: 1px;
	border: 0;
}

.AspNet-Login-SubmitPanel 
{
	float:left;
}

#header #login .AspNet-Login-TitlePanel
{
	float: left;
}

#header #login .AspNet-Login-UserPanel
{
	float: left;
}

#header #login .AspNet-Login-UserPanel input
{
	font-size: 0.85em;
	background-color: #c1d6e9;
	color: #333;
	border: 1px solid #FFF;
	height: 14px;
	width: 160px;
	margin-right:9px;
}

#header #login .AspNet-Login-PasswordPanel
{
	float: left;
}

#header #login .AspNet-Login-PasswordPanel input
{
	font-size: 0.85em;
	background-color: #c1d6e9;
	color: #333;
	border: 1px solid #FFF;
	height: 14px;
	width: 80px;
	margin-right:9px;
}

#header #login .AspNet-Login-CreateUserPanel
{
	clear: both;
	float: left;
}	

#header #login .AspNet-Login-CreateUserPanel a
{
	color: #2e3338;
	font-size: 0.85em;
}

#header #login .AspNet-Login-CreateUserPanel a:hover
{
	color: #ffffff;
}


#header #login .AspNet-Login-PasswordRecoveryPanel
{
	position: absolute;
	right: 80px;
	margin-top:2px;
	margin-right:2px;
}

#header #login .AspNet-Login-PasswordRecoveryPanel a
{
	color: #2e3338;
	font-size: 0.85em;
}

#header #login .AspNet-Login-PasswordRecoveryPanel a:hover
{
	color: #ffffff;
}

.abmeldenLink 
{
	font-size: 1.0em;
}

.clearFix 
{
	float: left; 
	width: 100%;
}

.imageButton 
{
	background:none;
}

#cart label
{
	width: 60px;
	float: left;
	margin-right: 10px;
	display: block;
	color: #333;
}

#cart h4 
{
	margin-bottom:10px;
}

#cart label.labelBreit 
{
	width:120px;
}

.validatorHighlight
{
	border: solid 1px #ff0000;
}

.confirmAddress label 
{
	height:20px;
	clear:left;
}

.failureText
{
	color: Red;	
}

.labelPaging 
{
	position:relative;
	top:-4px;
}

div.AspNet-DetailsView-Data ul
{
    margin: 0;
    padding: 0;
}

div.AspNet-DetailsView-Data li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.paymentDetails label 
{
	width:140px;
}

.largeLabel label 
{
	width:110px;
}
