
/*

www.volkmer-zahntechnik.de
(c)2009 design by tom

*/



/*** sectioning ***/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 960px;
	margin: auto;
	text-align: left;
	background: url(../images/bg_content.gif) repeat-y;
}
#header {
	width: 960px;
	height: 140px;
	background: url(../images/bg_header.jpg) no-repeat;
}



/*** content ***/

#container_left {
	float: left;
	width: 300px;
}
#container_left_inside {
	text-align: center;
	margin-top: 20px;
}
#container_right {
	float: right;
	width: 630px;
}
#tooth {
	text-align: center;
}
#content_right_inside {
	padding: 5px 20px 20px 0px;
}
#footer {
	clear: both;
	padding-top: 20px;
}
#footer_left {
	float: left;
	width: 300px;
	text-align: center;
	padding: 50px 0px;
}
#footer_right {
	float: right;
	width: 640px;
	text-align: center;
	padding: 50px 0px;
}



/*** header navigation ***/

#header_navigation {
	padding: 72px 0px 0px 312px;
}
#header_navigation ul {
	padding: 0px;
	margin: 0px;
}
#header_navigation li {
	display: inline;
	float: left;
}
#header_navigation a {
	display: block;
	width: 106px;
	height: 56px;
	text-align: left;
	text-decoration: none;
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
}
#header_navigation a:hover {
	background-position: 0px -56px;
}
#header_navigation a.current {
	background-position: 0px -56px;
}
#header_navigation #navi_01 {
	background-image: url(../images/navi_01.gif);
}
#header_navigation #navi_02 {
	background-image: url(../images/navi_02.gif);
}
#header_navigation #navi_03 {
	background-image: url(../images/navi_03.gif);
}
#header_navigation #navi_04 {
	background-image: url(../images/navi_04.gif);
}
#header_navigation #navi_05 {
	background-image: url(../images/navi_05.gif);
}
#header_navigation #navi_06 {
	background-image: url(../images/navi_06.gif);
}



/*** navigation ***/

#navigation ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style-type: none;
}
#navigation li {
	border-bottom: 1px solid #fff;
}
#navigation a {
	display: block;
	font: bold 13px arial;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 5px 5px 5px;
	text-decoration: none;
}
#navigation a:hover {
	color: #3b3b3b;
	background-color: #ddd;
}
#navigation .level_01_active a {
	color: #fff;
	background: 267px 7px url(../images/arrow.gif) no-repeat;
}
#navigation .level_02 a, #navigation .level_02_active a, #navigation .level_03 a, #navigation .level_03_active a {
	color: #3b3b3b;
	font-size: 12px;
	text-transform: none;
}
#navigation .level_02 a {
	padding-left: 15px;
}
#navigation .level_02_active a {
	padding-left: 15px;
	background-color: #ddd;
}
#navigation .level_03 a {
	padding-left: 30px;
}
#navigation .level_03_active a {
	padding-left: 25px;
	background-color: #ddd;
}



/*** typo ***/

p, th, td, #content_right_inside li, #footer_left {
	font: normal 12px arial;
	color: #3b3b3b;
	line-height: 20px;
	margin-top: 0px;
}
h1 {
	font: bold 13px arial;
	text-transform: uppercase;
	color: #3b3b3b;
	margin: 2px 0px 5px 0px;
}
a:link, a:active, a:visited {
	color: #e7031e;
	text-decoration: none;
}
a:hover {
	color: #e7031e;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
.csc-textpic-caption {
	font-style: italic;
}
input, option, select, textarea, label {
	font: normal 12px arial;
	color: #3b3b3b;
}
.table_home_03 p, .table_home_03 a:link {
	color: #fff;
}



/*** formulare ***/

.csc-mailform {
	border: 0px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
.csc-mailform-field {
	padding: 3px 0px 6px 0px;
	clear: both;
}
.csc-mailform label {
	float: left;
	clear: both;
	padding-top: 2px;
}
.csc-mailform input, textarea {
	float: right;
	width: 350px;
}
.csc-mailform select {
	float: right;
	width: 350px;
}
.csc-mailform-submit {
	margin: 8px 0px 0px 0px;
	width: 150px !important;
	clear: both;
}
.hidden {
	visibility: hidden;
	display: none;
}
