/*
client:          derhauttierarzt.de
version:         0.5
date:            2007-06-06
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

dd p:first-child {
	margin-top: 1em;
}

/*
							document
*/

body {
	font: 12px/17px arial, sans-serif;
	color: #262654;
	background: #fff;
}

/*
								layout
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	color: #8E8F91;
	background-color: #DCE8F7;
	border-bottom: 4px solid #8E8F91;
	padding: 0;
	float: left;
	width: 100%;
}

#header img {
	float: left;
}

#navbar {
	float: left;
	width: 100%;
	background-color: #DCE8F7;
	margin-bottom: 40px;
}

#content {
	margin-bottom: 40px;
	text-align: center;
	float: left;
	width: 100%;
}

#content #main {
	float: right;
	width: 539px;
}

#content #extra {
	float: left;
	width: 175px;
}

#footer {
	clear: both;
	color: #fff;
	background-color: #8E8F91;
	padding: 5px 0;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	padding: 0 44px 0 11px;
}

#header .wrapper,
#navbar .wrapper {
	padding-left: 0;
	width: 761px;
}

/*
								nav
*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

ul#nav li {
	display: inline;
	white-space: nowrap;
}

ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px 5px 11px;
}

ul#nav li a.current {
	color: #262654;
	background-color: #fff;	
}

ul#nav a:link, 
ul#nav a:visited {
	color: #8E8F91;
	background-color: inherit;
}

ul#nav a:focus, 
ul#nav a:hover {
	color: #262654;
	background-color: #fff;
}

/*
								subnav
*/

ul#subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: inherit;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #DCE8F7;
}

ul#subnav li {
	display: inline;
}

ul#subnav li a,
ul#subnav li.current {
	display: block;
	padding: 5px 8px;
}

ul#subnav li.current {
	color: #262654;
	background-color: #DCE8F7;
}

ul#subnav a:link, 
ul#subnav a:visited {
	color: #262654;
	background-color: inherit;
	text-decoration: none;
}

ul#subnav a:focus, 
ul#subnav a:hover {
	color: #262654;
	background-color: #DCE8F7;
	text-decoration: none;
}

/*
								content
*/

h1 {
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #8E8F91;
	background-color: inherit;
	margin-bottom: 24px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin-top: 34px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 20px;
}

.entry {
	margin-bottom: 34px;
}

#portrait {
	position: absolute;
	margin-left: -211px;
	margin-top: 0px;
}

#main a {
	color: #8E8F91;
	background-color: inherit;
	text-decoration: underline;
	padding: 0 2px;
	margin: 0 -2px;
}

#main a:hover, #main a:focus {
	color: #262654;
	background-color: inherit;
}

table {
	border-collapse: collapse;
}

table.sprechzeiten {
	font-size: 11px;
	line-height: 17px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #DCE8F7;
}

table.sprechzeiten td {
	padding: 0 18px 0 6px;
}

table.colleges {
	font-size: 11px;
	line-height: 17px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #DCE8F7;
}

table.colleges thead {
	background-color: #DCE8F7;
}

table.colleges th,
table.colleges td {
	text-align: left;
	vertical-align: top;
	padding: 0 18px 0 6px;
}

table td {
}

ul.downloads li {
	list-style-image: url(images/pdf-icon.gif);
}

p.date {
	font-size: 11px;
}

dt {
	font-weight: bold;
}

/*
								footer
*/

#footer {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#footer p { margin: 0; }

#footer a {
	color: #fff;
	background-color: #8E8F91;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #fff;
	background-color: #8E8F91;
	text-decoration: underline;
}

