@charset "utf-8";

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
  -moz-outline-style: none;
}

a {
  outline: none;
}


/* BASIC STYLING */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bgr_gradient.jpg) repeat-x 0 0;
}

.left{
	float: left;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	-moz-box-shadow: 0 0 5px #e4e4e4;
	-webkit-box-shadow: 0 0 5px #e4e4e4;
	box-shadow: 0 0 5px #e4e4e4;
}

#inner {
	background: #fff url(../img/bgr_tile.gif) 0 0;
	position: relative;
}

body.home #inner {
	height: 870px; 
}

body.team #inner {
	height: 820px;
}

body.benefits #inner {
	height: 955px;
}

body.contact #inner {
	height: 1210px;
}

body.imprint #inner {
	height: 1350px;
}

#impressum {
	position: absolute;
	right: 30px;
}

body.home #impressum {
	top: 845px;
}

body.benefits #impressum {
	top: 915px;
}

body.team #impressum {
	top: 790px;
}

body.contact #impressum {
	top: 1170px;
}

body.imprint #impressum {
	top: 1310px;
}

#logo {
	position: absolute;
	left: 85px;
	top: 67px;
	z-index: 100;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	text-indent: -9999px;
	width: 314px;
	height: 152px;
	background: url(../img/header/logo_tierarztpraxis_westring.png) no-repeat 0 0;
}

#header {
	width: 768px;
	height: 196px;
	position: absolute;
	left: 40px;
	top: 30px;
	-webkit-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
}

#header img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#header img.active {
    z-index:10;
    opacity:1.0;
}

#header img.last-active {
    z-index:9;
}

#navigation {
	position: absolute;
	top: 259px;
	left: 89px;
}

#content, #contact {
	position: absolute;
	top: 290px;
	left: 40px;
	width: 768px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
}

#contentbox, #contentbox2{
	width: 610px;
	background: #e0e2e2;
	-webkit-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
}

#contentbox.katinka, #contentbox2.alexander{
	margin: 10px 0 20px 49px;
	float: left;
	padding: 25px;
}

#contentbox.katinka img, #contentbox2.alexander img{
	margin-right: 20px;
}

#impressum {
	position: absolute;
	right: 30px;
}

#impressum a{
	display: block;
	text-indent: -9999px;
	width: 107px;
	height: 14px;
	background: url(../img/btn_impressum.gif) no-repeat 0 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	margin-right: 1px;
}

#navigation ul li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}

#navigation ul li a.nav1 {
	width: 145px;
	background: url(../img/navigation/nav_leistungen.jpg) no-repeat 0 0;
}

#navigation ul li a.nav1:hover {
	background-position: 0 2px;
}

#navigation ul li.active a.nav1 {
	background-position: 0 -31px;
}

#navigation ul li a.nav2 {
	width: 127px;
	background: url(../img/navigation/nav_team.jpg) no-repeat 0 0;
}

#navigation ul li a.nav2:hover {
	background-position: 0 2px;
}

#navigation ul li.active a.nav2 {
	background-position: 0 -31px;
}

#navigation ul li a.nav3 {
	width: 115px;
	background: url(../img/navigation/nav_service.jpg) no-repeat 0 0;
}

#navigation ul li a.nav3:hover {
	background-position: 0 2px;
}

#navigation ul li.active a.nav3 {
	background-position: 0 -31px;
}

#navigation ul li a.nav4 {
	width: 122px;
	background: url(../img/navigation/nav_kontakt.jpg) no-repeat 0 0;
}

#navigation ul li a.nav4:hover {
	background-position: 0 2px;
}

#navigation ul li.active a.nav4 {
	background-position: 0 -31px;
}

#content h2, #contact h2 {
	display: block;
	font: bold 20px/30px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #006666;
	padding: 0;
}

#content h2 {
	margin: 35px 0 0 70px;
}

#contact h2 {
	margin: 35px 0 0 40px;
}

#contentbox p, #contentbox2 p {
	font: normal 12px/15px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000;
	padding: 0 0 18px 0;
}
	
#contentbox h3, #contentbox2 h3 {
	display: block;
	font: bold 16px/20px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

#contentbox h4, #contentbox2 h4 {
	display: block;
	font: bold 13px/15px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #267c7c;
	margin: 0;
	padding: 0;
}

.contact_row1{
	width: 426px;
	margin-left: 33px;
}

.contact_row2{
	width: 266px;
	margin: 15px 0 0 17px;
}

.contact_row1 div.row{
	margin-left: 40px;
}

#gmaps {
	margin: 60px 0 20px 0;
	-webkit-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
	box-shadow: 0px 2px 5px rgba(136, 136, 136, 0.75);
}

p.home1, p.home2{
	display: block;
	font: normal 14px/16px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000;
	padding: 0;
}

p.home1{
	margin: 25px 0 0 70px;
}

p.home2{
	margin: 25px 0 0 70px;
}

#img_home {
	background: url(../img/bgr_img_home.jpg) no-repeat 0 0;
	width: 358px;
	height: 270px;
	margin: 10px 0 0 49px;
}

#img_home img {
	margin: 45px 0 0 22px;
}

#img_kontakt {
	background: url(../img/bgr_img_kontakt.jpg) no-repeat 0 0;
	width: 266px;
	height: 400px;
}

#img_kontakt img {
	margin: 45px 0 0 18px;
}

#address {
	position: absolute;
	left: 454px;
	top: 170px;
}

#address p, #address td, #contact p, #contact td {
	font: normal 14px/21px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000;
}

p strong {
	font-weight: bold;
}

table.leistungen p.green{
	color: #214b4c !important;
}

#address table {
	margin-bottom: 20px;
}

ul.phone{
	margin: 30px 0 0 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(../img/icon_phone.gif);
}

table.phone, table.mail {
	margin: 20px 0 0 0 !important;
	padding: 0;
}

table.home {
	margin: 5px 0 0 0 !important;
	padding: 0;
}

table.leistungen {
	margin: 10px 0 0 16px !important;
	padding: 0;
}

table.phone td.icon, table.mail td.icon, table.home td.icon {
	width: 31px;
	height: 16px;
}

table.phone td.icon {
	background: url(../img/icon_phone.gif) no-repeat 0 16px;
}

table.mail td.icon {
	background: url(../img/icon_mail.gif) no-repeat 0 16px;
}

table.home td.icon {
	background: url(../img/icon_home.gif) no-repeat 0 11px;
}

td.bgr {
	width: 395px;
	padding: 15px 10px 15px 10px;
	background-color: #f4f6f6;
	background-image: -moz-linear-gradient(
		left center,
		rgb(244,246,246) 9%,
		rgb(255,255,255) 61%,
		rgb(255,255,255) 81%
	);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.09, rgb(244,246,246)),
		color-stop(0.61, rgb(255,255,255)),
		color-stop(0.81, rgb(255,255,255))
	);
}

table.leistungen td.bgr {
	padding: 5px 10px 5px 10px;
}

table.leistungen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.leistungen ul li{
	background: url(../img/list_bullet.gif) no-repeat 0 7px;
	padding-left: 12px;
}


table.mail td a, table.leistungen td a{
	color: #214b4c;
}

#contact h3 {
	display: block;
	font: bold 20px/24px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	color: #000;
	margin: 20px 0 0 39px;
	padding: 0;
}






