@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: Arial, Helvetica, sans-serif;
/*	font-family:Lucida, "Lucida Grande", "Lucida Sans Unicode", 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;
}

/*****************
	Seitenstruktur
*****************/
#header {
	display:none;
}

#footer {
	display: none;
}

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

#startsite a {
	text-decoration:none;
	color: #333333;
}

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

#startsite .startleft {
	width: 488px;
	height: 500px;
	float: left;
	border-right: 1px solid #3399CC;
	background-image:url(/aerztesoftware/layoutbilder/startarzt.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#startsite .startright {
	width: 488px;
	height: 500px;
	border-left: 1px solid #3399CC;
	float: right;
	background-image:url(/aerztesoftware/layoutbilder/startzahn.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

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


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

#navigation {
	display:none;
}

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

#content {
	position:relative;	
}

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

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

div.screen {
	margin: 4px 25px 0px 0px;
	float: left;
}

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

div.screen p {
	font-size: 10px;
	color: #666666;
	margin-bottom: 15px;
}