@charset "utf-8";
/* CSS Document 
	copyright 2008 by swisswebXperts Andreas Näf - erstellt durch Andreas Näf
*/
/*****************************
	ALLGEMEINE EINSTELLUNGEN
	***************************/
#clear {clear: both; margin: 0px}

html, body, table{
/*	font-family:Lucida, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	margin: 0px 0px;
	padding: 0px;
}
form, table, div, img, h1, h2, h2, p, ul, ol{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-image:url(/aerztesoftware/layoutbilder/background.gif);
	background-position: top left;
	background-repeat:repeat;
	text-align:left;
}
p.clear{
	clear: both;
	font-size:1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	height: 1px;
}

iframe.download {
	width: 700px;
	float: right;
	top: 20px;
	right: 47px;
	bottom: 20px;
	position:relative;	
	border: 1px solid black;
}

/*****************
  Seitenstruktur
*****************/

.headerstart {
	width: 1003px;
	height: 168px;
	top: 5px;
	background-image:url(/aerztesoftware/layoutbilder/startheader.png);
	background-repeat:no-repeat;
	position:relative;
	margin: 0px auto 0px auto;
	overflow:visible;
}

.headerzahn {
	width: 1003px;
	height: 168px;
	top: 5px;
	background-image: url(/zahnaerztesoftware/layoutbilder/header.png);
	background-repeat:no-repeat;
	position:relative;
	margin: 0px auto 0px auto;
	overflow:visible;
}

.headerarzt {
	width: 1003px;
	height: 168px;
	top: 5px;
	background-image: url(/aerztesoftware/layoutbilder/header.png);
	background-repeat:no-repeat;
	position:relative;
	margin: 0px auto 0px auto;
	overflow:visible;
}

#header p {
	top: 140px;
	color: #fff;
	margin: 0px 17px 0px 6px;
	position:relative;
	line-height: 26px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
}

* html #header p {
	top: 141px;
}

#container{
	width: 1003px;
	min-height: 550px;
	top: 5px;
	background-image:url(/aerztesoftware/layoutbilder/contentborder.png);
	background-repeat:repeat-y;
	position:relative;
	margin: 0px auto 0px auto;
	overflow: visible;
	z-index:10;
	padding-bottom:40px;
}

* html #container {
	height: 550px;
}

#footer {
	width: 1003px;
	height: 42px;
	top: 5px;
	background-image:url(/aerztesoftware/layoutbilder/footer.png);
	background-repeat:no-repeat;
	position:relative;
	margin: 0px auto 0px auto;
}

#footer p {
	color: #fff;
	font-weight:bold;
	line-height:25px;
}

#footer p a {
	text-decoration:none;
	color: #fff;
}

#footer p a:hover, #footer p a:focus{
	color: #000066;
	outline: none;
}

#footer p.urheber {
	position: relative;
	left: 6px;
	padding-left: 10px;
	float:left;
}

#footer p.footernav {
	position: relative;
	right: 17px;
	padding-right: 10px;
	float:right;
}

#startsite {
	position: relative;
	width: 978px;
	left: 7px;
}

#startsite a {
	text-decoration:none;
	color: #333333;
	display:block;
	height: 550px;
}

#startsite a:hover {
	color: #990000;
}

#startsite a:focus {
  outline:none;
}

#startsite .startleft {
	width: 488px;
	height: 550px;
	float: left;
	overflow:hidden;
	border-right: 1px solid #3399CC;
}

#startsite .startright {
	width: 488px;
	height: 550px;
	overflow:hidden;
	border-left: 1px solid #3399CC;
	float: right;
}

#startsite p.starttitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	font-style:italic;
	text-align:center;
	margin: 20px;
}


/*****************
	Navigation
*****************/

#navigation {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
	width: 190px;
	float: left;
	top: 20px;
	left: 27px;
	position:relative;		
	border-right: 2px solid #3399CC;
	padding-right: 5px;
}
#navigation ul.nav {
    margin-left: 0px;
}

#navigation ul.nav li {
	list-style-type:none;
}
#navigation ul.nav li a {
	display: block;
	padding-left: 5px;
	color: black;
	text-decoration:none;
}
#navigation ul.nav li.level1 a {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}
#navigation ul.nav li.level2 a {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding-left: 20px;
}

#navigation ul.nav li a:hover, #navigation ul.nav li a:focus {
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color:#d4edfa;
	outline:none;
}

#navigation ul.nav li.level1 a:hover, #navigation ul.nav li.level1 a:focus {
	line-height: 22px;
	height: 22px;
}

#navigation ul.nav li.level2 a:hover, #navigation ul.nav li.level2 a:focus {
	line-height: 18px;
	height: 18px;
}

#navigation ul.nav li.curlevel1 a {
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color:#d4edfa;
}

#navigation ul.nav li.curlevel2 a {
	height: 18px;
	line-height: 18px;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color:#d4edfa;
}

#sitemap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:visible;
}

#sitemap ul.nav li.level2 {
	list-style: circle;
	list-style-position:inside;
}

#sitemap ul.nav li a {
	color: black;
	text-decoration:none;
}

#sitemap ul.nav li a:hover {
	background-color:#d4edfa;
}

#sitemap div.navleft {
	width: 250px;
	float:left;
	position:relative;
}

#sitemap div.navright {
	width: 250px;
	position:relative;
	float: left;
}

/*****************
	Content
*****************/

#content {
	width: 700px;
	float: right;
	top: 20px;
	right: 47px;
	bottom: 20px;
	position:relative;	
}

h1 {
	font-size: 19px;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 0.5em;
}

#content ul {
	margin-left: 15px;
}

#content ul li {
	margin-bottom: 0.5em;
}

#content li ul {
	margin-top: 0.5em;
}

div.screen {
	margin: 4px 0px 20px 20px;
	float: right;
}

div.screen a {
	border: 1px solid #666666;
	display: block;
	text-decoration:none;
	padding: 3px;	
}

div.screen a:hover, div.screen a:focus {
	outline:none;
	background-color: #d4edfa;
	border: 1px solid #3399CC;	
}

div.screen img {
	margin-bottom: 2px;
}

div.screen p {
	width: 300px;
	display:block;
	font-size: 10px;
	color: #333333;
	margin: 0px;
}

a.spamspan {
	text-decoration:none;
	color:inherit;
}

/*****************
	Tables
*****************/

#tableseminare {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

#tableseminare th {
	background-color: #f1f1f1;
}

#tableseminare tr.alternate {
	background-color: #d4edfa;
}

#tableseminare th, #tableseminare td {
	border: 1px solid #666666;
}

#tablekontakt td{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}

#tablekontakt td.tdbigfont {
	font-size:16px;
}

#tablekontakt td span.label {
	display:block;
	float:left;
	width: 70px;
}