@charset "UTF-8";

@media screen, projection {

html {
}
body {
	background: #dfe0e1 url(/css/files/bg.gif) repeat-y;
}
.page_margins {
	width: 100%;
	background: #fff url(/css/files/bg_main.gif) repeat-y; 
}
.page {
	width: 980px;
}

#header {
	width: 980px;
	height: 62px;
	background: #fff url(/css/files/bg_header.gif) no-repeat;
}

#logo {
	position: absolute;
	left: 20px;
	top: 17px;
	display: block;
	width: 168px;
	height: 56px;
	text-indent: -9999em;
	background: url(/css/files/ultradent_logo.gif) no-repeat;
}

#breadcrumb {
	position: absolute;
	top: 10px;
	width: 610px;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
}

#breadcrumb a {
	color: #1a171b !important;
}

#topnav { color: #aaa; background: transparent; }

#circle {
	position: absolute;
	top: -69px;
	left: 142px;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 272px;
	color: #7d7d7d;
	background-image: url(/css/files/bg_footer.gif);
	background-repeat: repeat-y;
}
#darkblue #footer {
	background-color: #0093D2 !important;
}
#orange #footer {
	background-color: #DF5700 !important;
}
#lightblue #footer {
	background-color: #9ED5FA !important;
}
#yellow #footer {
	background-color: #FFA800 !important;
}
#green #footer {
	background-color: #9DC75E !important;
}

#footer .footer_text a {
	color: #000 !important;
	text-decoration: none;
}

#footer a {
	color: #959595 !important;
	text-decoration: none;
}
#footer a:hover {
	color: #000 !important;
	text-decoration: underline !important;	
}

#footer #quickinfo {
	width: 180px;
	text-transform: uppercase;
	margin-top: 15px;
	border-bottom: 1px solid #fff;
	padding-left: 30px;
}

#search {
	position: absolute;
	top: -26px;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(/css/files/bg_search.gif) repeat-y;
}
#search form {
	width: 975px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: 5px;
	background: url(/css/files/button_search.gif) no-repeat right center;
}
#search fieldset {
	margin: 0;
	padding: 0;
}
#search form legend {
	display: none;
}
#search label {
	position: relative;
	top: 4px;
}
#search form input {
	margin: 0;
	width: 120px;
	height: 17px;
	border: 1px solid #1a171b;
	position: relative;
	top: 3px;
}
#search form #submit {
	height: 17px;
	width: 12px;
	border: none;
	background: transparent;
	text-indent: -9999em !important;
}


/* !Formatierung der Inhalts-Container
* |-------------------------------|
* | #header                       |
* |-------------------------------|
* | #col3   | #col1     | #col2   |
* | 208px   | 772px     | 153px   |
* |-------------------------------|
* | #footer                       |
* |-------------------------------|
*/

#main {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 25px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* #col1 wird zur mittleren Spalte */
#col1 {
	width: 769px;
	float: right;
	margin-left: -769px;
}

#col1_content {
	padding: 70px 153px 20px 153px;
}
div#zweisp div#col1_content {
	padding-right: 183px;
}

/* #col2 wird zur rechten Spalte */
#col2 {
	width: 153px;
	float: right;
	margin-right: 0;
}
#col2_content {
	width: 133px;
	position: absolute;
	bottom: 45px;
	padding: 0 10px;
	font-size: 0.9em;
	font-style: italic;
	border-left: 1px solid #d5d6d7;
}
#col2_content p:last-child {
	margin-bottom: 0;
}


/* #col3 wird zur linken Spalte */
#col3 {
	float: left;
	width: 208px;
	margin-left: 0;
/*	margin-right: -5px; */
}
#col3_content {
	margin: 0;
	padding: 80px 0 250px;
}

