
/*
Name: Gemeinschaftspraxis Jarocki und Gorzolnik
Description: Standart Stylesheet
Version:     1.0
Designer:    Andreas Dornieden
URL:         http://www.jarocki-gorzolnik.de
Date:        01 03 2006
*/

/*------------------------------------------------------------ Allgemeines   ----*/
* {
	margin: 0;
	padding: 0;
}
* html {
	width: 90%;
}
body {
	font: normal 0.8em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.8;
	background: #FFFFFF url(../images/body_bg.gif) no-repeat right center;
	color: #000000;
}
hr, .shownot {
	display: none;
}
ul,ol {
	padding: 0 0 0 30px;
}
/*------------------------------------------------------------ Links         ----*/
a:link { 
	text-decoration: underline; 
	color: #1D279A;
	background: transparent;
}
a:visited { 
	text-decoration: underline; 
	color: #1D279A; 
	background: transparent;
}
a:hover { 
	text-decoration: none;
	color: #FF6600;
	background: transparent;
}
a:active { 
	text-decoration:none;  
	color: #000000; 
	background: #f3f4a2;
}
a:focus { 
	text-decoration:none;  
	color: #000000; 
	background: #f3f4a2;
}
a.extern {
	padding-left: 16px;
	background: transparent url(../images/extern.gif) left center no-repeat;
}
/*------------------------------------------------------------ Layout        ----*/
div#wrapper {

}
div#header {
	background: #20299E url(../images/header_bg.gif);
	color: #FFFFFF;
	height: 130px;
}
div#options {
	height: 31px;
	line-height: 22px;
	background: #E8E8E8 url(../images/options_bg.gif) repeat-x bottom;
	text-align: right;
}
div#sidebar {
	float: left;
	width: 220px;
}
div#content {
	float: left;
	width: 540px;
}
div#footer {
	clear: both;
	background: #FFFFFF url(../images/footer_bg.gif) repeat-x;
	color: #FFFFFF;
	border-top: 2px solid #1d279a;
}
/*------------------------------------------------------------ Spezi         ----*/
div#header p {
	padding: 0 0 0 100px;
}
div#options p {
	margin: 0 10px 0 0;
	width: 760px;
}
div#content p {
	padding: 0 10px 10px 10px;
}
div#up {
	text-align: center;
	background: #FFFFFF url(../images/up_bg.gif) no-repeat top center; 
	margin: 20px 0;
}
div#up p {
	margin: 0 5px 0 0;
	padding-top: 5px;
}
div#footer p {
	padding: 5px 10px;
}
div#footer p a:link, div#footer p a:visited {
	color: #FFFFFF;
}
ul#DasOertliche {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}
/*------------------------------------------------------------ Überschriften ----*/
h1 {
	font-size: 1.5em;
	padding: 30px 0 0 100px;
}
h2 {
	font-size: 1.4em;
	color: #000066;
	margin: 10px 10px 0 10px;
}
h3 {
	font-size: 1.3em;
	color: #000066;
	margin: 15px 10px 0 10px;
}
h4 {
	font-size: 1.2em;
	color: #000066;
	margin: 15px 10px 0 10px;
}
h5 {
	font-size: 1.1em;
	color: #000066;
	margin: 15px 10px 0 10px;
}
h6 {
	font-size: 1em;
	color: #000066;
	margin: 15px 10px 0 10px;
}

/*------------------------------------------------------------ Navigation    ----*/

ul#navigation {
	color: #000066;
	list-style-type: none;
	padding: 0 0 0 10px;
}
ul#navigation li {
	width: 200px;
	margin: 0 0 1px 0;
}
ul#navigation li a {
	display: block;
	width: 190px;
	padding: 0 0 0 10px;
}
ul#navigation li a:link, 
ul#navigation li a:visited {
	text-decoration: none;
	background: #FFFFFF;
	border: solid #E8E8E8;
	border-width: 0 0 1px 5px;
}
ul#navigation li a:hover {
	background: #20299E;
	color: #FFFFFF;
	border: solid #000066;
	border-width: 0 0 1px 5px;
}
ul#navigation li a.current:link, 
ul#navigation li a.current:visited {
	background: #20299E;
	color: #FFFFFF;
	border: solid #000066;
	border-width: 0 0 1px 5px;
}
ul#navigation li a.current:hover {
	background: #20299E;
	color: #FFFFFF;
	border: solid #000066;
	border-width: 0 0 1px 5px;
}

/*------------------------------------------------------------ Tabellen      ----*/
table#open {
	width: 165px;
	font-size: 0.8em;
	margin: 0 0 15px 10px;
	border: 1px solid #DCDCDC;
}
table#open tr th {
	padding: 1px 5px;
	background: #f3f4a2;
	color: #20299E;
}
table#open tr td {
	padding: 1px 5px;
	text-align: center;
}
/*------------------------------------------------------------ Formulare     ----*/

/*------------------------------------------------------------ Fotos         ----*/
a img {
	border: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 5px 7px 2px 10px;
	display: inline;
}
#welcomeimg {
	margin: 0 10px 10px 10px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
.praxis {
	margin-left: 9px;
}
/*------------------------------------------------------------ Positionen    ----*/
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.center {
	text-align: center;
}
.stop {
	clear: both;
}

#lightbox {
	background-color:#FFFFFF;
	padding: 10px;
	border: 1px solid #DCDCDC;
}
#lightboxDetails {
	padding-top: 0.4em;
}	
#lightboxCaption { 
	float: left; 
}
#keyboardMsg { 
	float: right; 
}
#closeButton { 
	top: 5px; 
	right: 5px; 
}
#lightbox img { 
	border: none; 
	clear: both;
} 
#overlay img { 
	border: none; 
}
#overlay { 
	background-image: url(../script/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../script/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="script/overlay.png", sizingMethod="scale");
}
	