
 a,body,td,br,div {font-family:verdana,arial;color:#000000;text-decoration:none;}
 .smallbutton {font-size:10px;font-weight:normal;color:#000000;cursor:hand;}
 a:hover {color:#CCCCCC;}
 BODY {
 scrollbar-base-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF;
 scrollbar-face-color:#A7282C;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-3d-light-color:#CCCCCC;
 scrollbar-dark-shadow-color:#00ff00;
 scrollbar-shadow-color:#CCCCCC;
 scrollbar-arrow-color:#FFFFFF;
 }

/*	Default überschrift Fett	*/
.headline {
	font-family:verdana,arial;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

/*	Default Text	*/
.text {
	font-size:12px;
	font-family:verdana,arial;
}

/*	normaler Link	*/

.link {
	text-decoration: underline;
	color: blue;
}

/*	kleiner Link-Text	*/
.link-small,
.link-small:hover {
	font-size:10px;
	font-family:verdana,arial;
	color: blue;
	text-decoration:underline;
}


/*	Kein Produkt in Kategorie vorhanden	*/

.no-product {
	color:#990000;
	font-weight:bold;
	text-decoration: none;
	font-size:12pt;
}

/* Fehlermeldungen etc.: */

.debug,.errormessage  {
  	font-family: verdana,arial;
  	font-size: 10pt;
  	background-color: #ffffff;
	font-weight: bold;
	color: red;
}

/************************/ 
/*	 	Navigation: 	*/
/************************/ 

#logingif {
	background-color : #999999;
}

.login-label {
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	margin-left:20px;
	font-family:verdana,arial;
	color: #FFFFFF;
}

.newsletter-label {
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	margin-left:20px;
	font-family: Verdana,arial;
	COLOR: #A7282C;
}

.email-field {
	border:1 solid #999999;
	cursor:help;
	height:19px;
	width:110px;
	font-size:8pt;
	letter-spacing:-1px;
	font-family:verdana,arial;
}

.login-text1 {
	font-size:10px;
	font-weight:bold;
	margin-left:7px;
	font-family: Verdana,arial;
	color: #FFFFFF;
}

.login-text2 {
	font-size:12px;
	font-weight:bold;
	margin-left:7px;
	font-family: Verdana,arial;
	color: #FFFFFF;
}

.login-text2 {
	
} 

#navgif {
	background-color : #A7282C;
}

a.nav,body.nav,td.nav,br.nav {
	font-family:verdana,arial;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
/* Einzelne Navigationsebenen: */ 
.nav1opened {
	font-size:10px;font-weight:bold;line-height:22px;margin-left:20px;color:#FFFFFF;
}
.nav2opened { 
	margin-left:20px;font-size:11px;line-height:14px;letter-spacing:-1px;color:#990000;font-weight:bold;text-decoration:underline; 
}
.nav1closed { 
	font-size:10px;font-weight:bold;line-height:22px;margin-left:20px;color:#FFFFFF; 
}
.nav2closed {  
	margin-left:20px;font-size:11px;line-height:14px;letter-spacing:-1px;color:#990000;font-weight:bold;
}
/* Hover für einzelne Navigationsebenen: */
a.nav1opened:hover {color:#CCCCCC;}
a.nav1closed:hover {color:#CCCCCC;}
a.nav2opened:hover {color:#990000;text-decoration:underline;}
a.nav2closed:hover {color:#990000;text-decoration:underline;}

.nav-inpage {
	font-size:11px;
	letter-spacing:-1px;
	color:#990000;
	font-weight:bold;
}

/************************/
/*		Warenkorb		*/
/************************/

 .warenkorb
{
 font-size:10px;
 font-weight:bold;
 color:#000000;
}
 
.basket-qty {
	font-size:10px;
	height:18px;
	border:1 solid #A7282C;
	text-align:center;
	cursor:help;
	height:16px;
	width:35px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:verdana,arial;
	color:#990000;
}

/*	Productcode-Feld für Direkteingabe	*/
.basket-productcode
{
 font-size:10px;
 height:18px;
	border:1 solid #A7282C;
	text-align:center;
	cursor:help;
	height:16px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:verdana,arial;
	color:#990000;
	width:100px;
}

.basket-headline {
	background : #CCCCCC;
}

.basket-productline {
	background: #FFCCCC;
}

.basket-line1 {
	background: #990000;
}

.basket-line2 {
	background: #A7282C;
}


/****************************/
/*		Katalog-Styles		*/
/****************************/

/*	Trennlinie für Produkte	*/

.cat-article-line {
	background: #A7282C;
}

.cat-article-name {
	font-size:12px;font-weight:bold;color:#990000;
}

.cat-article-text {
	font-size:12px;
}
.cat-article-code {
	font-size:12px;
}

.cat-detail-button {
	font-size:14px;font-weight:bold;color:#990000;
}

/****************************/
/*		Info-Seite Styles	*/
/****************************/

/*	Trennlinie	*/
.info-article-line {
	background: #A7282C;
}

/* Artikelname	*/
.info-article-name {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

/*	Artikelbeschreibung	*/
.info-article-text {
	font-size:12px;
}

/*	Zubehoer Ueberschrift	*/
.info-acc-headline {
	font-size:16px;font-weight:bold;color:#990000;
}

/*	Meldungen und Warenkorb-Label	*/
.info-message {
	font-size:12px;font-weight:bold;color:#990000;
}

/*	Eingabefelder, Selectboxen	*/
.info-input {
	font-size:12px;color:#990000;
}

.info-highlight {
	color:#990000;
}

/********************************/
/*	Content- und Artikel-Styles	*/
/********************************/

.con-article-line {
	background-color : #A7282C;
}

.con-article-header-text {
	margin-left:8px;
	font-family:verdana,arial;
	font-size:20px;
	color:#990000;
	font-weight:bold;
}

.con-article-bigprice {
	font-size:18px;
	font-weight:bold;
}

.con-article-header-smalltext {
	margin-left:8px;
	font-family:verdana,arial;
	font-size:12px;
	color:black;
	font-weight:normal;
}

.con-article-productname {
	font-size:12px;font-weight:bold;color:#990000;
}

.con-article-text {
	font-size:12px;
}

.con-detail-button {
	font-size:14px;font-weight:bold;color:#990000;
}

.con-textblock-headline {
	margin-left:12px;
	font-family:verdana,arial;
	font-size:20px;
	color:#990000;
	font-weight:bold;
}
.con-textblock-text {
	font-family:verdana,arial;
	margin-left:12px;
	font-size:12px;
}

/********************/
/*		Header		*/
/********************/

.head-background {
	background:#990000;
}

.head-font1 {
	font-size:10px;
	font-weight:bold;
	font-family:verdana,arial;
	color:#990000;
}

.head-searchpanel {
	border:1 solid #A7282C;
	cursor:help;
	height:18px;
	line-height:14px;
	width:145px;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana,arial;
	color:#990000;
}

#pager {
	color: #A7282C;	
	font-size: 11px;
	font-weight: bold;
	//margin: 10px 8px; //margin: 0px 8px;
	pagging: 3px 0px;
	text-align: center;
	text-decoration:none;
}

#pager a, .inactive, .active{
color: #A7282C;
border: 1px solid #A7282C;
padding: 2px 3px;
line-height:22px;
text-decoration: none;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
}
#pager a:hover{
    color: #555555;
}
#pager .active{
	font-size: 1.1em;
	padding: 1px 2px;
	background: #A7282C;
	color: white;

}
