/* BODY / MISC */

html, body {
	margin: 0; padding: 0; height: 100%; min-width: 970px;
	background: #565b61;
}

img {
	border: 0;
}


form {
	margin: 0; padding: 0;
}

/* DIV ID's */

#main {
	width: 930px;
	position: relative; top: 45px; left: 50%; margin-left: -475px;
	overflow: auto;
	background: #ffffff;
	border: 10px solid #464b51;
	background: url(../images/main/main_bg.gif) repeat-y;
}

#top {
	width: 100%; height: 145px;
	background: #ffffff;
	border: 0px solid red;
}

#top_logo {
	width: 300px; height: 110px;
	background: url(../images/main/logo.gif) no-repeat;
	border: 0px solid green;
}



#top_uppermenu {
	width: 605px; height: 25px;
	position: absolute; top: 20px; left: 300px;
	text-align: right;
	border: 0px solid yellow;
}

#top_uppermenu a {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #8a8a8a; text-decoration: none;
	margin: 0 0 0 15px;
}

#top_uppermenu a:hover {
	color: #464b51;
}

#top_uppermenu a.highlight {
	font-family: sans-serif; font-size: 11px; font-weight: bold; color: #097054; text-decoration: none;
	margin: 0 0 0 15px;
}

#top_uppermenu a.highlight:hover {
	color: #464b51;
}



#top_menu {
	width: 805px; height: 25px;
	position: absolute; top: 81px; left: 100px;
	text-align: right;
	border: 0px solid blue;
}

#top_menu a {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #464b51; text-decoration: none;
	margin: 0 0 0 12px;
}

#top_menu a:hover {
	color: #097054;
}



#submenu_behandlungen, #submenu_zahntechnik, #submenu_dasteam, #submenu_interessierte_kollegen {
	width: 824px; height: 25px;
	position: absolute; top: 107px; left: 81px;
	text-align: right;
	visibility: hidden;
	border-top: 1px dotted #ffde00;
}


#submenu_behandlungen a, #submenu_zahntechnik a, #submenu_dasteam a, #submenu_interessierte_kollegen a {
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #a0a0a0; text-decoration: none;
	margin: 0 0 0 13px;
}

#submenu_behandlungen a:hover, #submenu_zahntechnik a:hover, #submenu_dasteam a:hover, #submenu_interessierte_kollegen a:hover {
	color: #097054;
}

#timage {
	width: 930px; height: 250px;
	background: url(../images/main/timage_bg.gif) no-repeat;;
}

#content {
	width: 600px;
	padding: 10px 40px 40px 40px;
	float: left;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #464b51; line-height: 19px; text-decoration: none;
}

#content h1 {
	font-family: sans-serif; font-size: 20px; font-weight: bold; color: #b8b8b8; text-decoration: none;
	padding: 0; margin: 0 0 10px 10px;
}

#content h2 {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #097054; text-decoration: none;
	padding: 0; margin: 0 0 15px 0;
}


#content a {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #097054; text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#content a.arrow_r {
	font-weight: bold; color: #097054; text-decoration: none;
	background: url(../images/icons/arrow_r.gif) right no-repeat;
	padding: 0 17px 0 0; border-bottom: 1px dotted #ffde00;
}

#content a.arrow_r:hover {
	color: #000000; text-decoration: none;
	background: url(../images/icons/arrow_r_hover.gif) right no-repeat;
}

#content a.pdf {
	color: #097054; text-decoration: none;
	background: url(../images/icons/pdf_16.png) left no-repeat;
	padding: 0 0 0 25px;
}

#content img.left {
	float: left;
	margin: 0 15px 15px 0;
}

#content img.right {
	float: right;
	margin: 0 0 15px 15px;
}

#content .top {
	width: 600px;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #d4d4d4;
    text-align: right;
}

#content .top a {
	font-family: sans-serif; font-size: 10px; font-weight: normal; color: #898989; text-decoration: none;
}

#content .top a:hover {
	color: #097054; text-decoration: none;
}

#content .green {
	font-size: 14px; font-weight: bold; color: #097054; border-bottom: 1px dotted #ffde00;
}

#content .highlight {
	width: 560px; padding: 9px 20px;
	background: #e3efec; border: 1px solid #b5d4cc;
}


#frame {
	width: 210px; min-height: 100px;
	padding: 10px 20px 0 20px; margin: 0 0 40px 0;
	float: right;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 18px; text-decoration: none;
}

#frame a {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 18px; text-decoration: underline;
}

#frame a:hover {
	color: #dadada;
}

#frame .pictures {
	width: 208px; height: 139px;
	margin: 0 0 15px 0;
	text-align: center;
}

#frame .pictures img {
	position: absolute; z-index: 900;
}

#footer {
	width: 950px; height: 25px;
	position: relative; left: 50%; margin-left: -475px; top: 45px;
	text-align: right;
	border: 0px solid red;
}

#footer a {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #8a8a8a; text-decoration: none;
	margin: 0 10px 0 0;
}

#footer a:hover {
	color: #dadada;
}

