/* 
COMMON
HEADER
	NAVIGATION
	IMAGEBAR
CONTENT
	SIDEBAR
		SUBNAV
	MAIN
		HEADLINES
		PARAGRAPHS
PRINTFOOTER
RTE-STYLES
*/


/* =COMMON
   ----------------------------------------------------*/
   
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	font-size: 75%;
}

body {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 1.3em;
}

html>body {
	font-size: 12px;
}

ul {
	list-style-type: none;
}   

#header, #content, #footer {
	width: 990px;
	clear: both;
}

a {
	color: #f30;
}

a:hover {
	color: #FF7A59;
}

#printHeader, #printFooter {
	display: none;
}


/* =HEADER
   ----------------------------------------------------*/
   
#header {
	height: 394px;
}

#header h1 {
	clear: both;
	width: 750px;
	height: 88px;
	font-size: 14px;
	color: #408080;
	line-height: 150px;
}

#header h1 a {
	float: left;
	padding: 55px 7px 0 37px;
	display: block;
	width: 250px;
	height: 33px;
	text-indent: -9999px;
	background: url('../i/tierarztpraxis_dr_groth.gif') no-repeat 37px 55px;
}


/* =HEADER -> NAVIGATION
   ----------------------------------------------------*/
   
#nav {
	margin: 0 0 0 37px;
	height: 72px;
}

#nav li {
	float: left;
	margin-right: 35px;		
}

#nav li a {
	display: block;
	height: 37px;
	text-indent: -9999px;	
}

#nav li a.team {
	width: 127px;
	background: url('../i/navTeam.gif') no-repeat;
}

#nav li a.team:hover, #nav li.active a.team {
	background-position: 0 -37px;
}

#nav li a.kleintierpraxis {
	width: 156px;
	background: url('../i/navKleintierpraxis.gif') no-repeat;
}

#nav li a.kleintierpraxis:hover, #nav li.active a.kleintierpraxis {
	background-position: 0 -37px;
}

#nav li a.pferdepraxis {
	width: 136px;
	background: url('../i/navPferdepraxis.gif') no-repeat;
}

#nav li a.pferdepraxis:hover, #nav li.active a.pferdepraxis {
	background-position: 0 -37px;
}

#nav li a.kontakt {
	width: 82px;
	background: url('../i/navKontakt.gif') no-repeat;
}

#nav li a.kontakt:hover, #nav li.active a.kontakt {
	background-position: 0 -37px;
}


/* =HEADER -> IMAGEBAR
   ----------------------------------------------------*/
   
#imagebar {
	position: relative;
	float: left;
}

#imagebar li {
	float: left;
	margin-left: 6px;
}

#imagebar li.first {
	margin-left: 0;
}

#imagebar li a img {
	display: block;
	margin-bottom: 3px;
}

#imagebar li span.subline {
	display: block;
	padding-left: 18px;
	color: #f30;		
}

#imagebar li span.small {
	font-size: 0.95em;
	line-height: 1.1em;
}

#imagebar li span.subline a {
	text-decoration: none;
}

   
/* =CONTENT
   ----------------------------------------------------*/

#content {
	padding-bottom: 20px;
}
   
   
/* =CONTENT -> SIDEBAR
   ----------------------------------------------------*/

#sidebar {
	position: relative;
	float: left;
	width: 185px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#rufbereitschaft {
	position: absolute;
	width: 185px;	
	top: 0;
	left: 40px;
	display: block;
	padding: 4px 0 0 0;
	height: 38px;
	color: #408080;
	font-weight: bold;
	background: url('../i/bgHeadline.gif') repeat-x;	
}

#rufbereitschaft strong {
	color: #f30;
}
   
   
/* =CONTENT -> SIDEBAR -> SUBNAV
   ----------------------------------------------------*/

#subnav {
	position: relative;
	width: 185px;
	padding-top: 65px;
	padding-bottom: 10px;	
	font-size: 1.0em;
	line-height: 1.2em;
	background: url('../i/bgSubnav.gif') repeat-x bottom left;	
}

#subnav li.first {
	padding-top: 10px;
	background: url('../i/bgSubnav.gif') repeat-x;	
}

#subnav li a {
	color: #408080;
	text-decoration: none;
}

#subnav li a:hover {
	color: #67B4B4;
	text-decoration: none;
}

#subnav li a.active, #subnav li a.active:hover {
	color: #f30;
	font-weight: bold;
}

#subnav ul {
	padding-left: 12px;
	margin-bottom: 12px;
}

#subnav ul.last {
	padding-left: 12px;
	margin-bottom: 0;
}

   
/* =CONTENT -> MAIN
   ----------------------------------------------------*/
   
#main {
	float: right;
	width: 655px;
	padding-right: 85px;
}

#main.contact {
	width: 740px;
	padding-right: 0;
}

#main .half {
	float: left;
	width: 340px;
}
   

/* =CONTENT -> MAIN -> HEADLINES
   ----------------------------------------------------*/
   
#main h2 {
	float: left;
	padding: 10px 0 16px 0;
	height: 37px;
	font-size: 2.0em;
	color: #408080;
	background: url('../i/bgHeadline.gif') repeat-x;
}

#main h3 {
	clear: both;
	margin: 30px 0 5px 0;
	font-size: 1.2em;
	color: #3F7F7F;
}
   
#main .appointment h3 {
	font-size: 1.4em;
	margin: 30px 0 10px 0;
}
   

/* =CONTENT -> MAIN -> PARAGRAPHS
   ----------------------------------------------------*/   

#main p {
	clear: both;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#main .appointment p {
	margin-bottom: 10px;
}

#main ul {
	margin-top: -15px;
	margin-bottom: 5px;
}

#main li  {
	list-style: square;
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
   

/* =CONTENT -> MAIN -> FAQS
   ----------------------------------------------------*/
   
.toTop {
	font-size: 1.20em;
	margin-bottom: 20px;
}

#faqLinks {
	position: relative;
	width: 100%;
	font-size: 1.0em;
}

#faqLinks a {
	/* float: left; */
	padding-right: 10px;
}
   
   
/* =PRINTFOOTER
   ----------------------------------------------------*/
   
#printfooter {
	display: none;
}
