/*
client:          hauttieraerzte.net
version:         1.0
date:            2008-07-20
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #c8c8c8;
	color: #303030;
	float: left;
	width: 100%;
	text-align: center;
	padding: 24px 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*
							layout
*/

#header {
	float: left;
	width: 100%;
	background-color: #808080;
}

#header h1 {
	color: #fff;
	background-color: inherit;
}

#header h1 img {
	float: left;
	margin: 0;
}

#main {
	float: left;
	width: 100%;
	background: #fff url('img/background-nav.gif') 0 0 repeat-y;
}

#navbar {
	float: left;
	width: 288px;
	color: #fff;
	background-color: #808080;
	padding: 33px 0 96px 0;
}

#content {
	float: left;
	width: 446px;
	padding: 33px;
	background-color: #fff;
}

#footer {
	clear: left;
	font-size: 10px;
	margin-left: 288px;
	padding: 10px 33px;
}

/*
							typography
*/

h1 {
	font-family: "trebuchet ms";
	font-size: 200%;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.5em;
	color: #E50;
}

h2 {
	font-family: "trebuchet ms";
	font-size: 150%;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.2em;
	color: #6f6f6f;
	color: #192742;
	color: #E50;
}

h2 a:link, h2 a:visited {
	color: #E50;
	background-color: inherit;
	text-decoration: none;
}

h2 a:focus, h2 a:hover {
	color: #000080;
	background-color: inherit;	
	text-decoration: none;
}

h3 {
	font-family: "trebuchet ms";
	font-size: 125%;
	line-height: 1.25;
	margin-top: 1.6em;
	margin-bottom: 1em;
	color: #6f6f6f;
	color: #192742;
	color: #E50;
}

p,ul,ol {
	margin-top: 0;
	margin-bottom: 1em;
}

#content a:link, #content a:visited {
	color: #E50;
	background-color: inherit;
	text-decoration: underline;
}

#content a:focus, #content a:hover {
	color: #000080;
	background-color: inherit;	
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #000;
}

/*
							navigation
*/

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

ul#menu li {
	display: inline;
}

ul#menu a {
	display: block;
	text-decoration: none;
	padding: 8px 18px;
	border-bottom: 1px solid #909090;
}

ul#menu a:link, ul#menu a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

ul#menu a:focus, ul#menu a:hover {
	color: #fff;
	background-color: #909090;	
	text-decoration: none;
}

ul#menu a.current-page {
	color: #303030;
	background-color: #c8c8c8;	
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
