/*
	Tierarztpraxis Dr. Langenbeck - Stylesheet
	Author: Bastian Posniak
	Copyright: worldweb Internetkommunikations oHG
*/


body {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	scrollbar-face-color:#B3D5D3;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#6FB0AC;
	scrollbar-darkshadow-color:#3B837B;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#48918B;
	scrollbar-track-color:#E7F2F1;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #429792;
}

a:hover {
	text-decoration: underline;
	color: black;
}

#container {
	position: absolute;
	width: 751px;
	height: 554px;
	left: 50%;
	margin-left: -375px;
	top: 10%;
}

div.border {
	position: absolute;
	height: 552px;
	width: 749px;
	border: 1px solid black;
	z-index: 99;
}

#content {
	position: absolute;
	background-color: transparent;
	height: 418px;
	width: 450px;
	overflow: auto;
	padding-right: 15px;
	line-height: 150%;
	z-index: 1;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #48918B;
	line-height: 150%;
}

td.picture-subhead {
	padding-top: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	line-height: 100%;
}

.picture {
	margin-left: 20px;
	margin-bottom: 10px;
}

.picture-border {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #227966;
}

.counter {
	font-size: 3px;
	color: white;
	visibility: hidden;
}

hr {
	color: #48918B;
	height: 1px;
}
