html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
}

a img {
	border: none;
}

#site {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 300px; /* FIXME remove */
}

#site-id {
	background-color: white;
	width: 210px;
	height: 85px;
	position: absolute;
	top: 30px;
	left: 0;
}

#site-id img {
	position: absolute;
	top: 17px;
	left: 14px;
	border-style: none;
}

#nav0 {
	background-image: url(head-fond.jpg);
	background-color: #011E4A;
	background-repeat: no-repeat;
	width: 600px;
	height: 60px;
	font-size: 90%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: right;
}

#nav0 li {
	float: right;
	display: block;
	list-style: none;
	line-height: 100%;
}

#nav0 a {
	position: relative;
	left: -0.5em;
	display: block;
	padding: 1em 1em 1em 1em;
	text-decoration: none;
	color: white;
}

#nav0 a:hover {
	text-decoration: underline;
}

#nav0 .selected a {
	background-color: #013169;
	background-image: url(nav0-selected-bg.png);
	background-repeat: repeat-x;
}

#breadcrumbs {
	position: absolute;
	top: 62px;
	left: 230px;
	font-size: 90%;
	color: #999999
}

#breadcrumbs a {
	color: #999999;
}

#left-sidebar {
	position: relative;
	margin-top: 90px;
	float: left;
	width: 210px;
	font-size: 90%;
}

#kontakt {
	padding: 0;
	background-image: url(kontakt-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #888888;
}

#kontakt a.button-blue {
	color: white;
    float: left;
	padding-right: 5px;
	background: url("button-blue-right.png") top right no-repeat;
	text-decoration: none;
}

#kontakt a.button-blue span {
	display: block;
	margin: 0;
	line-height: 18px;
    padding: 4px 5px 6px 10px;
	background: url("button-blue.png") top left no-repeat;	
}

#kontakt a.button-blue:hover span {
	text-decoration: underline;
}

#kontakt h6 {
	background-image: url(kontakt-title-bg.png);
	background-repeat: repeat-y;
	font-size: 100%;
	padding: 5px 0 5px 7px;
	margin: 0;
	color: #003068;
	font-weight: bold;
}

#kontakt div {
	padding: 6px 7px 6px 34px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#kontakt hr {
	margin: 0;
	padding: 0;
	display: block;
	height: 1px;
	border: none;
	background-image: url(kontakt-line.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#kontakt-adresse {
	background-image: url(kontakt-adresse.png);
}

#kontakt-telefon {
    background-image: url(kontakt-telefon.png);
}

#kontakt-telefon strong {
	font-size: 140%;
	color: #003068;
}

#kontakt-termin {
	background-image: url(kontakt-termin.png);
	background-position: 8px 6px !important;
	height: 26px;
}

#kontakt-termin a {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
    color: #003068;
}

#kontakt-termin a:hover {
	text-decoration: none;
}

#kontakt address {
	text-decoration: none;
	color: #003068;
	font-style: normal;
}

#nav1 {
	margin-top: 50px;
	width: 210px;
}

#nav-produkte, #nav-boerse {
	border-bottom: #999999 1px solid;
	background-color: #d9e3e6;
}

#nav-produkte {
	margin-bottom: 80px;
}

#nav-boerse {
	margin-bottom: 20px;
}

#nav1 h6 {
	background-image: url(nav1-title-bg.png);
	background-repeat: repeat-y;
	font-size: 100%;
	padding: 5px 0 5px 7px;
	margin: 0;
	color: #003068;
	font-weight: bold;
}

#nav1 ul {
	margin: 0;
	padding: 0;
}

#nav1 li {
	background: #ffffff url(nav1-li-bg.png) left top no-repeat;
	list-style: none;
    margin: 0;
	padding: 0;
	border-left: #CCCCCC 1px solid;
	border-right: #999999 1px solid;
}

#nav1 li:hover {
	background: #003068 url(nav1-li-selected-bg.png) left top no-repeat;
}

#nav1 li.selected {
	background: #003068 url(nav1-li-selected-bg.png) left top no-repeat;
}

#nav1 li:hover a, #nav1 li.selected a{
    color: white;
}

#nav1 li.selected li:hover {
    background: #003068 url(nav1-sub-li-hover-bg.png) left top no-repeat;
}

#nav1 li.selected li:hover a {
    color: white;
}

#nav1 li.selected li {
	background: #d9e3e6 url(nav1-sub-li-bg.png) left top no-repeat;
	border-top: #ffffff 1px solid;
	border-left: none;
	border-right: none;
	padding-right: 1px;
}

#nav1 li.selected li a {
	font-weight: normal;
	color: #444444;
}

#nav1 li.selected li.selected a {
	font-weight: bold;
}

#nav1 li a {
	display: block;
	padding: 6px 0 6px 22px;
	color: black;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

#nav1 li li a {
	font-weight: normal;
	color: #555555;
}

#nav-boerse h6 {
	background-image: url(nav-boerse-title-bg.png) ;
	background-repeat:repeat-x;
	color: white;
}

#nav-boerse ul {
    margin: 0;
	padding: 0;
	border-left: #CCCCCC 1px solid;
	border-right: #999999 1px solid;
}

#nav-boerse li {
	background: #ffffff url(nav1-li-bg.png) left top no-repeat;
	border-top: #ffffff 1px solid;
	border-left: none;
	border-right: none;
}

#nav-boerse li a {
	font-weight: normal;
}

#nav-boerse li:hover, #nav-boerse li.selected:hover {
	background: #289a00 url(nav-boerse-li-hover.bg.png) left top no-repeat;	
	color: #ffffff;
}

#nav-boerse li.selected a:hover {
	color: #ffffff;
}

#nav-boerse li.selected {
	background: #ffffff url(nav1-li-bg.png) left top no-repeat;
}

#nav-boerse li.selected a {
	font-weight: bold;
	color: #888888;
}

#boerse-teaser img {
	border: none;
	margin-bottom: 20px;
}

#teaser {
	float: right;
	width: 740px;
	overflow: hidden;
}

#teaser-image {
	float: left;
	height: 207px;
	width: 550px;
}

#teaser-kontakt {
	margin-top: 20px;
	float: right;
	width: 170px;
	font-size: 80%;
}

#produkte-grid {
	width: 100%;
	font-size: 90%;
	border-collapse: separate;
	table-layout: fixed;
	empty-cells: show;
}

#produkte-grid h6 {
	font-size: 100%;
	margin: 1em 0;
	padding: 0;
}

#produkte-grid td.vspacer {
	width: 10px;
	background: none;
	border: none;
	
}

#produkte-grid td.hspacer {
	height: 15px;
	background: none;
	border: none;
}

#produkte-grid td {
	padding: 0 0 20px 0;
	border-top: 5px solid #ffffff;
	background-image: url(produkte-grid-fond.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#produkte-grid td:hover {
	border-top: 5px solid #d9e3e6;
	background-image: url(produkte-grid-hover-fond.png);
}

#produkte-grid td.vspacer:hover, #produkte-grid td.hspacer:hover {
	background: none;
	border: none;
	cursor: n-resize;
}

#produkte-grid h6 a {
	font-weight: inherit;
	color: #003068;
	text-decoration: none;
}

#produkte-grid p a {
	font-weight: inherit;
	color: #555555;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 300px;
	left: 230px;
	font-size: 1em;
	line-height: 1.4em;
    width: 740px;
}

#content-sidebar {
	float: right;
	width: 160px;
	font-size: 80%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #003068;
}

.box-right {
	float: right;
	margin:0 0 0 1em;
}

#content-sidebar h6 {
	color: #003068;	
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#content-sidebar ul li {
	background-color: #f3f1ec;
}

#content-sidebar li a {
	text-decoration: underline;
	color: #555555;
}

#content-main {
	float:left;
	width: 550px;
	margin-right: 20px;
}

#content #nav2 {
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	background-image: url(nav2-bg.png);
	background-color: transparent;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}

#content #nav2 li {
	float: left;
	margin: 0;
	background: none;
	border: none;
	list-style: none;
	padding: 0;
	color: #003068;
}

#content #nav2 li a {
	display: block;
	margin: 0 1px 0 0;
	background: url(nav2-li-bg.png) bottom repeat-x;
	padding: 0.5em;
	text-decoration: none;
	color: #003068;
	border-color: white;
	border-width: 1px;
	border-style: solid none none none;
}

#content #nav2 li.selected a {
	background-image: none;
	background-color: white;
	border-color: #003038;
	border-width: 1px;
	border-style: solid solid none solid;
}

#content #nav2 li a:hover {
	background-image: none;
	background-color: #003068;
	color: white;
}

#content a {
	color: #555555;	
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	width: 550px;
	font-size: 210%;
	font-weight: normal;
	color: #003068;	
	line-height: 110%;
}

#content h2 {
	font-size: 170%;
	color: #003068;	
	font-weight: normal;
	line-height: 130%;
	padding-top: 1em;
}

#content h3 {
	font-size: 130%;
	font-weight: normal;
	line-height: 130%;
	color: #289a00;
}

#content h5 {
	font-size: 110%;
	padding: 0.5em 1em 1em 10em;
	color: #289a00;
	background-image: url(h5-fond.jpg);
	background-position: 0% 0%;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

#content h5 a {
	display: block;
	padding: 0.3em 1.6em;
	margin: 0.5em 0;
	color: #555555;
	background-color: #d9e3e6;
	background-image: url(h5-a-fond.png);
	background-position: 2% 60%;
	background-repeat: no-repeat;

}

#content h5 a:hover {
	color: #ffffff;
	background-color: #003068;
	background-image: url(h5-a-hover-fond.png);
	background-position: 2% 60%;
	background-repeat: no-repeat;
	text-decoration: none;
}

#content ul {
	padding-left: 0;
	margin-left: 1.3em;
	background-color: #d9e3e6;
}

#content li {
	margin: 1px 0;
	padding: 2px 0;
	background-color: #ffffff;
}

#content li p {
	margin: 0;
	padding: 0.2em;
}

#content input, #content textarea, #content select {
	border: #999999 1px solid;
}

#content input.button-submit-blue {
	display: block;
	cursor: pointer;
	color: white;
	margin-top: 1em;
	border: #003068 1px solid;
	padding: 0.2em;
	background: transparent url(button-bg.png) 0 -30px;
}

#content input.button-submit-green {
	display: block;
	cursor: pointer;
	color: white;
	margin-top: 1em;
	border: #368c2b 1px solid;
	padding: 0.2em;
	background: transparent url(button-bg.png) 0 0;
}

#content input.button-submit-blue:hover, #content input.button-submit-green:hover {
	text-decoration: underline;
}

#content form ul {
	padding: 0;
	margin: 0.5em 0;
	background-image: none;
	background-color: transparent;
	list-style: none;
}

#content form li {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style: none;
}

#content .warning {
	padding: 1em 4em;
	border: 1px solid #ffbc00;
	color: black;
	font-size: 120%;
	background: #ffe945 url(warning.png) 2% 50% no-repeat;
}

#content .helptext {
	color: #999999;
}

#content form th {
	background-color: #d9e3e6;
	border-bottom: white 1px solid;
	text-align: right;
	padding: 0.3em 0.5em;
	width: 35%;
}

#content form tr.error td input, #content form tr.error td textarea, #content form tr.error td select {
	border-color: #ffbc00;
	background-color: #ffe945;
}

#content form .errorlist {
	margin: 0;
	padding: 0;
	color: #ffbc00;
}

#content form .errorlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#print {
	float: right;
	width: 150px;
	padding: 0 10px;
	font-size: 90%;
}

#print a {
	padding: 5px 0 5px 25px;
	background-image: url('drucken.png');
	background-repeat: no-repeat;
	color: #555555;
}

th, td {
        vertical-align: top;
		text-align: left;
}

#inhalt a {
		color: #003068;
}

#inhalt a:hover {
	text-decoration: none;
}

#inhalt ul {	
	background: #d9e3e6;
}

#inhalt li {
	list-style-type: none;
}

#section-container-zahnmediziner {
	color: #ffffff;
	padding: 4px 10px 10px 182px;
	margin: 20px 0;
	border: #289a00 1px solid;
	background: #289a00 url(section-container-fuer-zahnmediziner.jpg) no-repeat;
	clear: right;
}

#section-container-zahnmediziner h1 {
	color: white;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 10px;
}

#section-container-zahnmediziner p {
	margin: 0;
	float: left;
	width: 250px;
}

#section-container-zahnmediziner h1 a{
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

#section-container-zahnmediziner a {
	color: white;
	text-decoration: underline;
	padding-left: 10px;
	background-image: url(section-container-category-bullet.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#section-container-zahnmediziner a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	font-size: 80%;
	padding: 0.5em;
	margin: 2em 0;
	border-top: #003068 1px solid;
}

#footer a {
	color: #003068;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 0.3em 0.5em;
}

hr {
	border: 0;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
}

#content .button {
	color: white;
    float: left;
    height: 26px;
	padding-right: 5px;
	background: url("button-right.png") top right no-repeat;
	text-decoration: none;
}

#content .button span {
	display: block;
	margin: 0;
    padding: 4px 5px 6px 10px;
	background: url("button.png") top left no-repeat;	
}

#content .button:hover span {
	text-decoration: underline;
}

.boerse-table {
	width: 100%;
	font-size: 85%;
	margin-top: 15px;
}

.boerse-table a {
	text-decoration: none;
	color: black;
}

.boerse-table th {
	background-image: url(boerse-table-th-bg.png);
	
	background-repeat: repeat-y;
}

.boerse-table tr:hover td {
	background-color: #eeeeee;
}

.boerse-detail-table {
	width: 100%;
}

.boerse-detail-table td {
	padding: 3px;
}

.boerse-table-2column, .boerse-table-2column-invert {
	width: 100%;
	font-size: 100%;
	margin-top: 15px;
}

.boerse-table-2column a, .boerse-table-2column-invert a {
	color: black;
}

.boerse-table-2column th, .boerse-table-2column-invert th {
	background-image: url(boerse-table-th-bg.png);
	background-repeat: repeat-y;
	font-size: 130%;
}

.boerse-table-2column td {
	border: solid 1px #dddddd;
	padding: 10px;
	width: 50%;
}

.boerse-table-2column-invert td {
	border: solid 1px #dddddd;
	background-color: #eeeeee;
	padding: 10px;
	width: 50%;
}

#content .boerse-table-2column h1, #content .boerse-table-2column-invert h1 {
	width: auto;
	margin-bottom: 20px;
	margin-top: 5px;
}

#content .boerse-table-2column hr{
	color: #dddddd;
	background-color: #dddddd;
	margin: 2em 0;
}

#content .boerse-table-2column ul {
	background-color: #ffffff;
}

#content .boerse-table-2column li {
	margin: 10px 0;
}

#content .boerse-table-2column li a:hover {
	text-decoration: underline;
}

.boerse-img {
	margin-top: 15px;
	border: #003068 2px solid;
}

.boerse-box {
	background-color: #eeeeee;
	padding: 10px;
}

#content .boerse-pages-top {
	padding: 3px;
	margin-bottom: 10px;
	color: #003068;
	display: block;
	text-decoration: none;
	border-top: #003068 1px solid;
	border-bottom: #003068 1px solid;
}

#content .boerse-pages-top:hover {
	background-color:#003068;
	color: white;
}

#filters {
	clear: both;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	line-height: 250%;
}

#filters td {
	padding: 1em 1em 1em 0;
}

#filters form {
	overflow: hidden;
	width: 100%;
}

#filters .filter {
	float: left;
	margin-left: 1em;
}

#paginator {
	margin-top: 2em;
	text-align: center;
}

#paginator .paginator-page a {
	padding: 0.4em 0.8em;
	border: 1px solid #cccccc;
	text-decoration: none;
}

#paginator .paginator-page a:hover {
	background-color: #eeeeee;
}

#paginator .paginator-page.selected a {
	background-color: #999999;
	border-color: #999999;
	color: white;
}

.collapse-handle {
	height: 26px;
	color: transparent;
    cursor: pointer;
    background-repeat: no-repeat;
    filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.80; /* Moz <= 1.6 */
    opacity: 0.80; /* Moz > 1.6, CSS-3 */
}
.collapse-handle-expanded {
	background-image: url(collapse.png);
}
.collapse-handle-collapsed {
	background-image: url(expand.png);
}

#top-praxis {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	width: 170px;
	background-image: url(top-praxis-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 2em;
}
#top-praxis-title {
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-size: 150%;
	color: #004179;
	font-weight: normal;
	background-image: url(top-praxis-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#top-praxis-subtitle {
	margin: 0;
	padding: 3px 10px;
	font-weight: bold;
}
#top-praxis img {
	border: 1px solid #a6a6a6;
}
#top-praxis-text {
	font-size: 90%;
	margin: 5px 0;
}
#top-praxis-content {
	padding: 0 10px;
	overflow: hidden;
}
.boerse-table-2column-invert h1 a {
text-decoration: none;
}

.addthis_button_facebook_like iframe {
    width: 100px;
}
