@charset "utf-8";

/******************************************************************
 *Author: Duy Tran
 *Created: 23.02.2009					
 *Copyright: Euroweb Internet GmbH 
/******************************************************************


/* --------------------------------------------------------------------------- */
/* -------------------------->>> GLOBAL  TAGS<<<---------------------------- */
/* --------------------------------------------------------------------------- */

* { 
	margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;
}

html { background: url(../images/bg-html.gif);}

body {
	background: url(../images/bg-body.gif) repeat-x top center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size: 13px;
}

html[xmlns^="http"] { overflow-y: scroll;}

a, .escape span{
	text-decoration: underline;
	color: #00a9bd;
	outline: none;
}

 a:hover span { text-decoration: none; color: #333;}

hr { 
	color: #41100C; 
	height: 1px; 
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> GLOBAL  CLASSES<<<------------------------ */
/* --------------------------------------------------------------------------- */

.clear { clear: both; height: 0; width: 0;}

.clear-ie { _display: none; clear: both; height: 0; width: 0;}


.floatLeft { float: left;}

.floatRight { float: right;}

.stroke { 
	background: url(../images/bg-stroke.gif) no-repeat;
	height: 5px;
	width: 546px;
	margin-bottom: 10px;
}

.stroke2 {
	background: url(../images/bg-stroke.gif) no-repeat;
	height: 5px;
	width: 250px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> CONTAINER <<<------------------------------- */
/* --------------------------------------------------------------------------- */

div#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> BRANDING <<<-------------------------------- */
/* --------------------------------------------------------------------------- */

h1#branding { 
	width: 285px;
	height: 131px;
	position: absolute;
	right: 26px;
	top: 16px;
}

h1#branding a { 
	width: 285px; 
	height: 131px; 
	display: block;
	background: url(../images/bg-branding.gif) no-repeat;
	text-indent: -5000px;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> HEADER <<<----------------------------------- */
/* --------------------------------------------------------------------------- */

div#header { 
	width: 960px;
	height: 483px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
}


/*SLIDESHOW
==================================================*/

div#slideshow { 
	width: 145px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 394px;
}


div#noSlide {
	position: absolute;
	width: 100px;
	height: 20px;
	background: ;
	color: #fff;
	padding: 5px;
	top: 0;
	left: 0;
	line-height: 16px;
	font-size: 12px;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> PNG FIX <<<------------------------------------- */
/* --------------------------------------------------------------------------- */

*html div#xxx {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/xxx.png', sizingMethod='crop');
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> NAVIGATION <<<------------------------------- */
/* --------------------------------------------------------------------------- */

ul#navigation  { 
	width: 210px;
	height: 252px;
	position: absolute;
	top: 181px;
	left: 19px;
}

ul#navigation li { position: relative;}

ul#navigation li a { display: block; text-indent: -5000px;}

a.n1 { width: 128px; height: 47px;}
a.n2 { width: 171px; height: 40px;}
a.n3 { width: 181px; height: 41px;}
a.n4 { width: 181px; height: 43px;}
a.n5 { width: 191px; height: 40px;}
a.n6 { width: 191px; height: 41px;}


body.navigation-active-01 ul#navigation li a.n1, a.n1:hover { background: url(../images/navigation-n1.jpg) no-repeat;}
body.navigation-active-02 ul#navigation li a.n2,a.n2:hover { background: url(../images/navigation-n2.jpg) no-repeat;}
body.navigation-active-03 ul#navigation li a.n3,a.n3:hover { background: url(../images/navigation-n3.jpg) no-repeat;}
body.navigation-active-04 ul#navigation li a.n4,a.n4:hover { background: url(../images/navigation-n4.jpg) no-repeat;}
a.n5-active,a.n5:hover { background: url(../images/navigation-n5.jpg) no-repeat;}
body.navigation-active-06 ul#navigation li a.n6,a.n6:hover { background: url(../images/navigation-n6.jpg) no-repeat;}



/* --------------------------------------------------------------------------- */
/* -------------------------->>> NAVIGATION ADDITIONAL <<<----------------------- */
/* --------------------------------------------------------------------------- */

ul#navigationAdditional{
	width: 960px;
	height: 30px;
	background: url(../images/bg-navigation-additional.jpg) no-repeat;
}

ul#navigationAdditional li { float: left; position: relative;}

ul#navigationAdditional li a { display: block; height: 30px; text-indent: -5000px; background: url(../images/navi-a.jpg) no-repeat;
}

a.na1 { width: 93px;}
a.na2 { width: 73px; background-position: -93px 0!important;}
a.na3 { width: 94px; background-position: -166px 0!important}

ul.navigationAdditional-active-01 li a.na1, a.na1:hover { 
	background-position: 0 -30px!important;
}

ul.navigationAdditional-active-02 li a.na2, a.na2:hover { 
	background-position: -93px -30px!important;
}

ul.navigationAdditional-active-03 li a.na3, a.na3:hover { 
	background-position: -166px -30px!important;
}



/* --------------------------------------------------------------------------- */
/* -------------------------->>> NAVIGATION ADDITIONAL 02 <<<--------------- */
/* --------------------------------------------------------------------------- */
/*
ul#navigation  li ul,ul#navigation  li#sub1 ul  {
	display: none;
 	list-style: none;
}

ul#navigation  li ul li {
	background: none;
	display: block;
	position: relative;
	float: none;
	text-indent: 0;
}

ul#navigation li ul a {
	font-size: 12px !important;
	display: block;
	color: #fff!important;
	width: 90px;
	height: 15px;
	text-indent: 0;
	padding-left: 26px;
	text-decoration: none;
}

ul#navigation li ul a:hover { text-decoration: underline;}

ul#navigation li#sub1 ul {
	position: absolute;
	padding-bottom: 12px;
	z-index: 1;
	background: #0e0000;
	top: 0;
	left: 0;
}

ul#navigation li#sub1:hover ul {display: block;}

*/


/* --------------------------------------------------------------------------- */
/* -------------------------->>> CONTENT CONTAINER <<<----------------------- */
/* --------------------------------------------------------------------------- */

div#contentContainer {
	width: 960px;
	min-height: 424px;
	overflow: hidden;
	background: url(../images/bg-content-container.jpg) repeat-y;
	position: relative;
}

div#contentMain { 
	float: left;
	width: 559px;
	min-height: 424px;
	overflow: hidden;
	background: url(../images/bg-content-main.jpg) no-repeat;
	padding: 0 50px 15px 56px;
	position: relative;
}

div.contentMain1 {
	width: 270px;
	float: left;
	padding: 0 20px 0 0;
}

div.contentMain2 {
	width: 260px;
	float: left;
}

div#contentSidebar { 
	float: left;
	width: 166px;
	height: 150px;
	background: url(../images/bg-content-sidebar.jpg) no-repeat;
	padding: 333px 100px 0 29px;
	position: relative;
}


a#shopButton {
	width: 129px;
	height: 161px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: none!important;
	text-indent: -5000px;
}

a#shopButton:hover { background: url(../images/bg-shop-button-hover.gif) no-repeat!important;}


a#newsButton {
	width: 133px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 129px;
	display: block;
	background: none!important;
	text-indent: -5000px;
}

div.newsletter-active-01 a#newsButton, a#newsButton:hover { background: url(../images/bg-news-button-hover.gif) no-repeat!important;}




a#internetshop {
	width: 234px;
	height: 81px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	top: 185px;
	left: 0;
	background: none!important;
}

a#internetshop:hover { background: url(../images/bg-internetshop-hover.gif) no-repeat!important;}

div.contentCmsColumn1 {
	width: 230px;
	float: left;
}

div.contentCmsColumn1 a {
	background:#fff url(../images/bg-image2.gif) no-repeat!important;
	outline: none!important;
	width: 211px!important;
	height: 126px!important;
	display: block!important;
	padding: 15px 0 0 19px!important;
	margin-bottom: 10px!important;
}

div.contentCmsColumn1 a:hover {
	background:#fff url(../images/bg-image2.gif) no-repeat!important;
	background-position: 0 -146px!important;
}

div.contentCmsColumn2 {
	width: 320px;
	float: left;
}
/* --------------------------------------------------------------------------- */
/* -------------------------->>> FOOTER <<<----------------------------------------- */
/* --------------------------------------------------------------------------- */

div#topFooter {
	width: 665px;
	height: 59px;
	background: url(../images/bg-top-footer.gif) no-repeat;
}

div#topFooterKontakt {
	width: 665px;
	height: 59px;
	background: url(../images/top-footer-kontakt.gif) no-repeat;

}

div#footerContainer {
	width: 100%;
	height: 254px;
	background: url(../images/bg-footer-container.gif) repeat-x top center;
}

div#footer {
	width: 960px;
	height: 254px;
	background: url(../images/bg-footer.jpg) no-repeat;
	margin: 0 auto;
}

div#footerKontaktform {
	width: 406px;
	height: 188px;
	float: left;
	padding: 34px 0 0 41px;
	background: url(../images/bg-footer-kontaktform.gif) no-repeat;
	position: relative;
}

div#footerAdress {
	width: 187px;
	height: 168px;
	float: left;
	padding: 54px 0 0 67px;
}

div#footerAdressKontakt {
	width: 188px;
	height: 168px;
	background: url(../images/bg-adress.gif);
	position: absolute;
	left: 41px;
	top: 0;
	padding: 54px 0 0 80px;
}

div.emptyPlace {
	width: 270px;
	height: 222px;	
	background: url(../images/bg-empty-place.gif);
	position: absolute;
	left: 427px;
	top: 0;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> LINKS <<<------------------------------------ */
/* --------------------------------------------------------------------------- */



div#contentMain a, div#contentSidebar a {
	color: #ec8018;
	outline: none;
	background: url(../images/bg-link.gif) repeat-x bottom;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

a#naviAktuelles {
	width: 145px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 21px;
	background: url(../images/navi-aktuelles.gif) no-repeat!important;
	text-indent: -5000px;
}

a#naviAktuelles:hover {
	background: url(../images/navi-aktuelles.gif) no-repeat 0 -52px!important;
}

/*a#naviHundeparty {
	width: 145px;
	height: 52px;
	position: absolute;
	top: 400px;
	right: 430px;
	background: url(../images/navi-hundeparty.gif) no-repeat!important;
	text-indent: -5000px;
}

a#naviHundeparty:hover {
	background: url(../images/navi-hundeparty.gif) no-repeat 0 -52px!important;
}*/

a#naviHundeparty {
	width: 140px;
	height: 37px;
	position: absolute;
	top: 475px;
	right: 430px;
	background: url(../images/hundeparty.jpg) no-repeat!important;
	text-indent: -9999px;
}

a#naviHundeparty:hover {
	background: url(../images/hundeparty.jpg) no-repeat 0 -37px!important;
}


div#contentMain a.escape span  {
	color: #ec8018;
	outline: none;
	text-decoration: none;
}

div#contentMain a:hover span { color: #000;}


div#contentMain a:hover, div#contentSidebar a:hover {
	color: #000;
    background: url(../images/bg-link-hover.gif) repeat bottom left;
}

div#footer a {
	text-decoration: underline;
	color: #f59029;
	outline: none;
}

div#footer a.escape span { color: #f59029; text-decoration: underline;}

div#footer a:hover, div#footer a:hover span { text-decoration: none!important;}

div#euroweb a, div#euroweb a:hover { background: none; margin: 0!important; padding: 0!important;}

a#daten, a#daten:hover { background: none!important; text-decoration: none!important;}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> CONTENT <<<---------------------------------- */
/* --------------------------------------------------------------------------- */

/*
HEADLINE
==================================================*/

h1 {
	font-size: 28px;
	color: #00a9bd;
	font-weight:lighter;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 28px 0;
}

div#contentMain h1 {
	width: 475px;
	height: 60px;
	background: url(../images/h1-topic.gif) no-repeat -55px 0;
	text-indent: -5000px;
	padding: 0;
	margin-bottom: 15px;
}

h1.startseite { background-position: 0 0;}
h1.kontakt { background-position: -55px -60px!important;}
h1.anfahrt { background-position: -55px -120px!important;}
h1.impressum { background-position: -55px -178px!important;}
h1.ueber-uns { background-position: -55px -238px!important;}
h1.haustierbetreuung { background-position: -55px -300px!important;}
h1.kleintierhilfe { background-position: -55px -360px!important;}
h1.workshops { background-position: -55px -420px!important;}
h1.newsletter { background-position: -55px -480px!important;}
h1.fehler404 { background-position: -55px -540px!important;}
h1.gaestebuch { background-position: -55px -600px!important;}
h1.kontakt-danke { background-position: -55px -660px!important;}
h1.notfaelle { background-position: -55px -720px!important;}
h1.aktuelles { background-position: -55px -780px!important;}
h1.hundeparty { background-position: -55px -840px!important;}


h2 {
	font-size: 15px;
	color: #525252;
	font-weight:lighter;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #555;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}

h6 {
	font-size: 13px;
	color: #555;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}


/*
P
==================================================*/

div#contentMain p { 
	margin: 0 0 20px 0;
	line-height: 22px;
}

div#contentSidebar p { line-height: 17px;}

div#datenschutzhinweis p { font-size: 11px;}

div#footerAdress p, div#footerAdressKontakt p { font-size: 12px; line-height: 22px; margin-bottom: 10px;}
	
/*
IMAGES
==================================================*/

a.image {
	background:#fff url(../images/bg-image.gif) no-repeat!important;
	cursor: url(../images/zoomin.cur), pointer!important;
    outline: none!important;
	width: 262px!important;
	height: 169px!important;
	display: block!important;
	padding: 15px 0 0 18px!important;
	margin-bottom: 10px!important;
}

a.image:hover {
	background:#fff url(../images/bg-image.gif) no-repeat!important;
	background-position: 0 -187px!important;
	_background:#fff url(../images/bg-image-hover.gif) no-repeat!important;
}


.image2 {
	background:#fff url(../images/bg-image2.gif) no-repeat!important;
	outline: none!important;
	width: 211px!important;
	height: 126px!important;
	display: block!important;
	padding: 15px 0 0 19px!important;
	margin-bottom: 10px!important;
}

.imageCms {
	background:#fff url(../images/bg-image2.gif) no-repeat!important;
	outline: none!important;
	width: 211px!important;
	height: 146px!important;
	display: block!important;
	padding: 15px 0 0 19px!important;
	margin-bottom: 10px!important;
}

.imageCms:hover {
	background:#fff url(../images/bg-image2.gif) no-repeat!important;
    background-position: 0 -146px!important;
}

.imageNoHover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> KONTAKT | ANFAHRT | IMPRESSUM <<<------------ */
/* --------------------------------------------------------------------------- */

/*
KONTAKT
==================================================*/

div#personalien { float: left; width: 292px!important;}
div#nachrichtenfeld { float: left; width: 200px;}


/*
IMPRESSUM
==================================================*/

div#adressdaten { float: left; width: 260px;}
div#geschaeftsdaten { float: left; width: 290px;}


/*acc*/

/* ----------------------------- | =akzidenzmaschinen | ----------------------------- */

#options {width:380px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:380px; list-style:none; color:#033; margin:0 auto 40px}
#acc h6 {width:350px; border:1px solid #4a4a4a; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background: url(../images/bg-dropdown-2.jpg)}
#acc h6:hover { background:url(../images/bg-dropdown.jpg)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:332px; padding:15px 0 10px 5px; background:#fff}

#nested {width:380px; list-style:none; color:#033; margin-bottom:15px}
#nested h6 {width:380px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#nested h6:hover {background:url(images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:380px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(images/header_over.gif)}

#acc1 {width:380px; list-style:none; color:#033; margin:0 auto 40px}
#acc1 h6 {width:350px; border:1px solid #4a4a4a; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background: url(../images/bg-dropdown-2.jpg)}
#acc1 h6:hover { background:url(../images/bg-dropdown.jpg)}
#acc1 .acc-section {overflow:hidden; background:#fff}
#acc1 .acc-content {width:332px; padding:15px 0 10px 5px; background:#fff}
