/*
Happy Holidays CMS
----------------------------------------------
Autor: Markus Tröszter
-----------------------------------------------
*/

.body {
	background-color: #f3f3f3;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #545454;
}

.search_left {
	background: url(../images/search_left.jpg);
}

.search_right {
	background: url(../images/search_right.jpg);
}

.search_bg {
	background: url(../images/search_bg.jpg);
}

.inputbox {
	font-family: Verdana;
         font-size: 10px;
         color: #488fde;
         border-top: 1px solid #979797;
         border-right: 1px solid #979797;
         border-left: 1px solid #979797;
         border-bottom: 1px solid #979797;
         background-color: #ededed;
         height: 15px;
         vertical-align: middle;
}

.header1 {
	background: url(../images/header1.jpg) no-repeat;
}

.header2 {
	background: url(../images/header2.jpg) no-repeat;
}

.header3 {
	background: url(../images/header3.jpg) no-repeat;
}

.header4 {
	background: url(../images/header4.jpg) no-repeat;
}

.menu_bg {
        background: url(../images/menubg.jpg);
}

.content_bg {
	background: url(../images/content_bg.jpg);
	font-family: Verdana;
	font-size: 11px;
	color: #545454;
}

.pathway {
	font-family: Verdana;
	font-size: 9px;
	color: #545454;
	text-transform: lowercase;
}

 .path_bg {
	background: url(../images/path_bg.png);
}

.content_right {
         background-image: url(../images/content_right.jpg);
}

a.mainlevel:link, a.mainlevel:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #6d6d6d;
	text-decoration: none;
	display: block;
	background: url(../images/menu_inactiv.jpg) no-repeat;
	height: 27px;
	width: 188px;
	vertical-align: middle;
	line-height: 26px;
	text-indent: 25px;
}

a.mainlevel:hover, a.mainlevel:active {
	font-family: Verdana;
	font-size: 10px;
	color: #848484;
	text-decoration: none;
	display: block;
	background: url(../images/menu_activ.jpg) no-repeat;
	height: 27px;
	width: 188px;
	vertical-align: middle;
	line-height: 26px;
	text-indent: 25px;
}

.contentheading, .componentheading {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #545454;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited, .category:link, .category:visited, a:link, a:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #6d6d6d;
	text-decoration: none;
    text-indent: 15px;
}

a.mainlevel-nav:hover, a.mainlevel-nav:active, .category:hover, .category:active, a:hover, a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #ff843a;
	text-decoration: none;
}

.footer {
	background: url(../images/footer.jpg);
}

.footer_dots {
	background: url(../images/footer_dots.png);
}

.total_bg {
	background: url(../images/total_bg.jpg);
}

.offer {
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 9px;
	color: #545454;
}


a.offerlink {
	display: block;
	height: 125px;
	width: 56px;
	line-height: 125px;
}
