/* ----------------------------------------------------------*/
/*  css style for euroweb
/*  by karolin grosch
/* ----------------------------------------------------------*/


html {
   background:#efe2cc url(../images/bg-html-therme.jpg) repeat-y center top;
}

body {
   background: url(../images/bg-body-therme.jpg) no-repeat center top;
}

/* ----------------------------------------------------------*/
/* ---------------- =header ---------------------------------*/
/* ----------------------------------------------------------*/


div#slideshow {
   background:url(../images/header-therme.jpg) top center no-repeat;
}
blockquote {
	background:none;
	height:40px;
}
/* ----------------------------------------------------------*/
/* ---------------- =navi ---------------------------------*/
/* ----------------------------------------------------------*/


ul#navi li a.hauptseite5 {
	background-position:-640px -140px;
}
ul#navi li a.hauptseite5:hover {
	background-position:-320px -140px;
}



/* ----------------------------------------------------------*/
/* =dropdown ------------------------------------------------*/
/* ----------------------------------------------------------*/


ul#navi li ul li a {
	background:url(../images/bg-dropdown-ul-therme.png);
	color:#efe2cc;
}
ul#navi li ul li a:hover {
	background:url(../images/bg-dropdown-ul-therme.png);
}
ul#navi li ul ul li a {
	color:#efe2cc;
}

ul#navi li ul ul {
	background:url(../images/bg-dropdown-therme.png);
}


/* ----------------------------------------------------------*/
/* ---------------- =branding -------------------------------*/
/* ----------------------------------------------------------*/
h1.branding {
   background:url(../images/branding-therme.png) 0 0 no-repeat;
}

/* ----------------------------------------------------------*/
/* ---------------- =footer ---------------------------------*/
/* ----------------------------------------------------------*/

div#footer-container {
   background:url(../images/footer-therme.jpg) no-repeat top center;
}


