@charset "utf-8";
/* CSS Document */


/* ==================== universals rules are applied to all elements unless otherwise specified below ==================== */

/* green color: #929D25 */
/* blue color: #0097B6 */

* { 
	margin : 0; 
	padding : 0;
}

/* ==================== basic rules YK ==================== */	
	
h1 {
	margin-bottom: 40px;
}

h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}

h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}

h4, p, img, ul {
	margin-bottom: 20px;
}

ul {
	list-style-type : none;
	text-decoration: none;
}

/***********************************************************************************************************/

/* ==================== TAGS ==================== */

/* ----- html ----- */

html {
	background-color: #FAFFC7;
	background-image: url(images/html_bg_repeatX.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* ----- body ----- */

body {
	text-align: center;
	background-image: url(images/body_bg_repeatX_2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* ----- h1 ----- */

#content_wrapper h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	color: #929D25;
}

/* ----- h2 ----- */

#content_wrapper h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0097B6;
	padding-left: 29px;
	background-image: url(images/h2_bg_icon.jpg);
	background-repeat: no-repeat;
	background-position: -2px 1px;
}

#sub_box h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0097B6;
	margin-top: 0px;
	padding-left: 125px;
	padding-top: 110px;
	background-image: url(images/contentsub_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 35px;
}

#sub_box h2#links_box {
	background-image: url(images/h2-linksbox_bg_icon.jpg);
	background-position: 60px;
	/*padding-left: 60px;*/
	padding-top: 10px;
}

/* ----- h3 ----- */

#content_wrapper h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #666;
	padding-left: 21px;
	background-image: url(images/h3_bg_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content_wrapper h3.disclaimerH3 {
	padding-left: 0px;
	background-image: none;
}

/* ----- h4 ----- */

#content_wrapper h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #929D25;
}

/* ----- p ----- */

#sub_box p {
	font-weight: bold;
	margin-left: 60px;
	margin-right: 20px;
	line-height: 20px;
}

/* ----- a ----- */

a {
	color: #0097B6;
	text-decoration: none;
}

a:hover {
	color: #929D25;
	text-decoration: none;
}

#nav_simple a:hover {
	font-weight: bolder;
}

a#W3C-XHTML {
	background-image: url(images/w3c-xhtml-valid_2in1.jpg);
	/*background-image: url(images/w3c-xhtml-valid_2in1_xmas2010.jpg);*/
	background-position: top left;
	height: 34px;
	width: 91px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 126px;
	left: 128px;
}

a#W3C-CSS {
	background-image: url(images/w3c-css-valid_2in1.jpg);
	/*background-image: url(images/w3c-css-valid_2in1_xmas2010.jpg);*/
	background-position: top left;
	height: 34px;
	width: 91px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 92px;
	left: 219px;
}

a#W3C-XHTML:hover {
	background-position: bottom left;
}

a#W3C-CSS:hover {
	background-position: bottom left;
}

a#webkat-gesundheit {
	background-image: url(images/webkatalog_gesundheit.gif);
	background-position: top left;
	height: 15px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	position: relative;
	margin-top: 6px;
}

/***********************************************************************************************************/

/* ==================== UL ==================== */

/* ----- #sub_box UL ----- */

#sub_box ul {
	/*width: 309px;*/
}

#sub_box ul li{
	margin-left: 60px;
	margin-right: 20px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-style: italic;
	line-height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#sub_box ul li.last {
	padding-bottom: 50px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}

#sub_box p.last {
	padding-bottom: 50px;
}

/***********************************************************************************************************/

/* ==================== DL ==================== */

/* ----- DL#therapie-techniken ----- */

dl#therapie-techniken {
	background-image: url(images/dl-therapie-tech_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	padding-left: 20px;
	margin-left: 10px;
	border-left-width: 4px;
	border-left-style: dotted;
	border-left-color: #E6E6E6;
}

dl#therapie-techniken dt {
	margin-bottom: 5px;
	font-size: 16px;
	color: #DEE597;
	font-variant: small-caps;
}

dl#therapie-techniken dt a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #929D25;
	background-image: url(images/dl-therapie-tech_dt_bg_icon_2in1.jpg);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding-left: 30px;
}

dl#therapie-techniken dt a:hover {
	background-position: -2px -78px; /* -78px is for the icon color hover effect using 2in1 image */
	color: #666;
	/*font-weight: bold;*/
}

dl#therapie-techniken dd {
	margin-bottom: 25px;
}

/***********************************************************************************************************/

/* ==================== Tables ==================== */

/* ----- Table Therapiekosten ----- */

caption {
	padding: 10px 0;
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
}

table, th, td {
	border: 1px solid #FFF;
	/*border-collapse: collapse;*/
}

table {
	border: 1px solid #CCC;
	margin-bottom: 30px;
}

/* ----- Table Therapiekosten > Table Head ----- */

th {
	padding: 10px 10px;
	letter-spacing: .2em;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #E5EBA3;
	background-image: url(images/th-kosten_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}

/* ----- Table Therapiekosten > Table Foot ----- */

tfoot tr, tfoot tr:hover {
	background-color: #FFF;
}

tfoot p {
	font-style: italic;
	margin-bottom: 10px;
}

/* ----- Table Therapiekosten > Table Body, Rows and Data ----- */

tr {
	background-color: #FCFFDF;	
	/*background-color: #FAFFC7;*/
}

tr:hover {
	background-color: #FAFFC7;
}

td {
	padding: 5px 10px;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}

td h5 {
	font-variant: small-caps;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #929D25;
	margin-bottom: 5px;
}

/* ----- Table Therapiekosten > CLASS ----- */

.pferd {
	width: 100px;
}

.hund {
	width: 100px;
}

.Sonderkonditionen{
	font-weight: bold;
}

/***********************************************************************************************************/

/* ==================== DIVs ==================== */

/* ----- wrapper ----- */

#wrapper {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align : left;
	line-height: 25px;
	color: #666;
	width: 1191px;
	margin : 0 auto;
	background-image: url(images/wrapper_bg_repeatY.jpg);
	background-repeat: repeat-y;
	background-position: -3px; /* align bg because it's larger than 1191px */
}

/* ----- branding ----- */

#branding {
	position : relative;
	width : 100%;
	height: 245px;
	background-image: url(images/branding_3.jpg);
	/*background-image: url(images/branding_xmas2010.jpg);*/
}

#branding h1, #branding h2, #branding h4, #branding ul {
	text-indent : -9999px;
}

/* ----- navigation ----- */

#navigation {
	position : relative;
	width : 100%;
	height: 158px;
	background-image: url(images/navigation_3.jpg);
	/*background-image: url(images/navigation_xmas2010.jpg);*/	
	background-repeat: no-repeat;
	z-index: 999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* YK > Schrift für NavMenü */
}

/* ----- content_wrapper ----- */

#content_wrapper {
	position : relative;
	width : 100%;
	overflow: auto;
	/*height: 111px; put height in brakets when not needed anymore*/
}

/* ----- content_main ----- */

#content_main {
	position : relative;
	width: auto;
	padding-top: 0px;
	padding-left: 220px;
	padding-right: 180px;
}

/* ----- content_sub + sub_box ----- */

#content_sub {
	position : relative;
	width : auto;
	float : right;
}

#sub_box {
	position : relative;
	width : 309px;
	margin-left: 10px;
	margin-right: 140px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	background-image: url(images/contentsub_box_bg.jpg);
	background-position: bottom left;
	z-index: 1000; /*this solved the Firefox issue where links within the floating DIV were not working*/
}

/* ----- site_info ----- */

#site_info {
	position : relative;
	clear : both;
	width : 100%;
	height: 179px;
	background-image: url(images/site_info.jpg);
	/*background-image: url(images/site_info_xmas2010.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ----- nav_simple ----- */

#nav_simple {
	position : absolute;
	left: 140px; /*left align with ".animal-relaix_info"*/
	bottom: 65px;
	font-size: 12px;
	text-decoration: none;
}


/***********************************************************************************************************/

/* ==================== NAV Menus: Active States ==================== */

/* ----- Active State ----- */

#navigation.nav-home li#home a,
#navigation.nav-focus li#einsatzgebiete a,
#navigation.nav-therapy li#therapie a,
#navigation.nav-about li#ubermich a,
#navigation.nav-cost li#kosten a,
#navigation.nav-contact li#kontakt a {
	background-image: url(images/nav_active-state_icon_2in1.jpg);
	background-repeat: no-repeat;
	background-position: center -172px;
	border-bottom-color: #929D25;
	border-top-color: #929D25;	
}

/* ----- Active+Hover State ----- */

#navigation.nav-home li#home a:hover,
#navigation.nav-focus li#einsatzgebiete a:hover,
#navigation.nav-therapy li#therapie a:hover,
#navigation.nav-about li#ubermich a:hover,
#navigation.nav-cost li#kosten a:hover,
#navigation.nav-contact li#kontakt a:hover {
	background-position: center -172px; /* manual positioning of hover bg */
}


/***********************************************************************************************************/

/* ==================== CLASS ==================== */

.animal-relaix_info {
	position : absolute;
	left: 140px; /*left align with "#nav_simple"*/
	bottom: 100px;
	font-size: 12px;	
}

.willkommen-intro {
	font-weight: bold;
}

.UberMichFortbildungenUL li, .tiergesundheitUL li {
	background-image: url(images/ul-pfote_bg_icon.jpg);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding-left: 25px;
}

.tiergesundheitUL li {
	margin-bottom: 20px;
}

.PferdeSeminareUL li {
	background-image: none;
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 25px;
}

.AnschriftPunkte {
	font-weight: bold;
}

.H2-after-P {
	margin-top: 40px;
}

.imgpola-versetzt {
	margin-left: 150px;
}

.einsatzgebiete-bemerkung {
	margin-top: 40px;
	font-weight: bold;
	/*font-style: italic;*/
}

.rightfloat_image {
	float: right;
	padding-left: 10px;
}

.important{
	font-weight: bold;
}

.weiter_lesen{
	font-size: 11px;
	margin-left: 10px;
	font-style: italic;
}
