@charset "UTF-8";
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5D7471;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5D7471;
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D7471;
	
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7471;
	padding: 8px;
}


.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7471;
	text-decoration:underline;

}

.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7471;
	text-decoration:underline;
	
}

.main a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7471;
	text-decoration:underline;

}

.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7471;

	text-decoration:underline;
}

.clinicName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5D7471;
	text-transform: uppercase;
	font-weight: bold;	
	
}

.clinicAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D7471;
	
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AEC1BE;
	font-weight: bold;
}

.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #AEC1BE;
	font-weight: bold;
	
}

.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #AEC1BE;
	font-weight: bold;
	
}

.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #AEC1BE;
	
	font-weight: bold;
}

.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AEC1BE;
	text-decoration:underline;
	
	font-weight: bold;
}

.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEC1BE;
	font-weight: bold;	
	}

.subNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #AEC1BE;
	font-weight: bold;
	
}

.subNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration:none;
	color: #AEC1BE;
	font-weight: bold;
	
}

.subNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #AEC1BE;
	font-weight: bold;
	
}

.subNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEC1BE;
	text-decoration:underline;
	font-weight: bold;
	
}

#sidebar1 {
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	background: #5D7471; /* the background color will be displayed for the length of the content in the column, but no further */
}

#headline { 
	background: #DBF3F0;
}

#center { 
	width: 445px; /* since this element is floated, a width must be given */
	background: #DBF3F0; /* the background color will be displayed for the length of the content in the column, but no further */
}

#centerC { 
	width: 640px; /* since this element is floated, a width must be given */
	background: #DBF3F0; /* the background color will be displayed for the length of the content in the column, but no further */
}

#news { 
	width: 221px;
	background: #CBE1DF; /* the background color will be displayed for the length of the content in the column, but no further */
}

#articles { 
	width: 222px;
	background: #CBE1DF; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar2 {
	float: right; 
	width: 195px; /* since this element is floated, a width must be given */
}

img { 
	padding: 0px;
}

table.teaser img
{
padding: 0px;
}

table.teaser
{
boder-style: solid;
border-color: #5d7471;
border-width: 1px;
margin-top: 5px;
margin-bottom: 5px;
}


/*Slidsshow*/
#information h3 {color: #FFFFFF; padding:4px 8px 3px; font-size:14px}
