body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #515151;
}

body {
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
  background-color: #e0dddd;
	text-align: center;
	margin: 0;
}

.siteContent {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}

.centerContent {
	float: left;
	width: 486px;
	min-height: 450px;
	margin: 0px;
	margin-left: 18px;
	margin-bottom: 32px;
	float: left;
}

.header {
	width: 760px;
	height: 350px;
	text-align: center;
	border-top: 6px solid #6699ff;
}

.header img 
{	
  border: none;
}

#page-slogan
{
  background-image: url(../img/white-bg-trans.png);
  width: 668px;
  height: 89px;
}

#logo {
	display: block;
	width: 230px;
	height: 94px;
	padding-top: 18px;
	overflow: hidden;
}

#headtext {
	font-family: Times New Roman;
	font-size: 22pt;
	font-weight: 600;
	margin-left: 298px;
	margin-top: -64px;
}

#empfehlen {
	float: right;
	margin-top: 28px;
	font-family: Courier;
	font-size: 14pt;
	color: #737373;
}

#empfehlen a {
	font-family: Courier;
	font-size: 14pt;
	color: #737373;
	text-decoration: none;
}

#empfehlen a:hover {
	text-decoration: underline;
}

h1 
{	
  font-size: 11pt;
  font-weight: 600;
  color: #6699ff;
}

h2 
{
	font-size: 10pt;
}

.slogan {
	float: right;
	color: #919090;
	font-size: 18px;
	font-weight: bold;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* Adjust this width to fit your needs */
.container {
	padding-top: 20px;
	width: 500px;
}

.container_head {
	height: 30px;
	background-image: url(../img/sidebar_center.jpg);
}

.container_head_extra {
	height: 30px;
	background-image: url(../img/sidebar_center-.jpg);
}

/* To Center align the title add: text-align:center; */
.container_head_text {
	height: 23px;
	padding: 7px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.container_content {
	padding: 5px;
	color: #666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #3E93F0;
	text-align: left;
}

.container_content_extra {
	padding: 5px;
	color: #666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #74AB05;
	text-align: left;
}

.container_content_text {
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.container_content_price {
	padding-top: 7px;
	padding-right: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.navigation {
	background: #6699ff;
  width: 594px;
	height: 38px;	
  float: right;
}

/* change padding-left value to center the Top menu */
.navigation ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation li 
{
  display: block;
  width: 74px;
  height: 38px;
  float: left;
  text-align: center;
}

.navigation a
{
  display: block;
  background: #6699ff;
  background-image: url(../img/navi-border.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 74px;
  height: 26px;
  padding-top: 12px;
  font-size: 8pt;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

#last-element
{
  background-image: url(none.jpg);
}

.navigation a:hover
{
  background: #4c88ff;
  background-image: url(../img/navi-border.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.navigation li .submenu
{
  display: none;
  width: 148px;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  position: absolute;
}

.navigation li:hover .submenu
{
  display: block;
}

.submenu li
{
  clear: both;
  float: none;
  width: 148px;
  height: 38px;
  text-align: left;  
}

.submenu a
{
  display: block;
  background: #6699ff;  
  width: 142px;
  height: 26px;
  padding-top: 12px;
  padding-left: 6px;
}

.submenu a:hover
{
  background: #4c88ff;
}

.submenu li .subsubmenu
{
  display: block;
  visibility: hidden;
  width: 148px;  
  margin-top: -38px;
  margin-left: 148px;
  position: absolute;  
}

.submenu li:hover .subsubmenu
{
  visibility: visible;
}

.subsubmenu li
{
  clear: both;
  float: none;
  width: 148px;
  height: 38px;
  text-align: left;
}

.subsubmenu a
{
  display: block;
  background: #6699ff;
  width: 142px;
  height: 26px;
  padding-top: 12px;
  padding-left: 6px;
}

.subsubmenu a:hover
{
  background-color: #4c88ff;
}

#arrowdown
{
  background-image: url(../img/arrowdown.jpg);
  background-repeat: no-repeat;
  width: 36px;
  height: 18px;
}

.space {
	width: 760px;
	height: 14px;
}

.clear {
	clear: both;
}

.main {
	width: 760px;
	clear: both;
}

.leftfix {
  width: 144px;
  float: left;
}

.headofthecat {
	width: 144px;
	height: 24px;
	float: left;
	background-image: url(../img/mainservices.png);
}

.servicelink {
	width: 144px;
	height: 24px;
	float: left;
	background-image: url(../img/bgservice.png);
}

.mainservices {
	width: 144px;
	height: 24px;
	margin-top: -3px;
	margin-left: -2px;
}

.mainservices a {
	color: #828282;
	font-weight: 600;
	text-decoration: none;
}

.mainservices a:hover {
	color: #828282;
	text-decoration: underline;
}

.icon {
	width: 24px;
	height: 24px;
}

.text {
	width: 120px;
	height: 24px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: 600;
	color: #ffffff;
	padding-left: 2px;
}

.leftmenuservice {
	float: left;
	width: 144px;
	margin-top:12px;
}

.leftmenu {
	float: left;
	width: 144px;
	margin-top:12px;
	border-left: 1px solid #8e167b;	
}

.leftcolumnBox {
	float: left;
	width: 144px;
	margin: 0px;
}

.leftmenu ul {
	width: 144px;
	margin-top: -8px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.leftmenu li {
	background-image: url(../img/vordruck.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
}

.leftcolumnBox a {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.leftcolumnBox a:hover {
	text-decoration: underline;
}

.rightfix {
  width: 256px;
  float: left;
	text-align: right;
}

.rightmenu {
	float: right;
	width: 200px;
	margin-top:12px;
	border-right: 1px solid #8e167b;	
}

.rightcolumn {
	width: 200px;
	float: right;
	text-align: right;
}

.rightmenu ul {
	width: 144px;
	margin-top: -8px;
	padding-left: 16px;
	list-style-type: none;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.rightmenu li {
	background-image: url(../img/vordruck.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
}

.rightmenu li a {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.rightmenu li a:hover {
	text-decoration: underline;
}

.rightcat {
	background: url(../img/rightcat.png) no-repeat;
	width: 200px;
	height: 16px;
	margin-top: -12px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #000000;
	font-weight: 600;
	font-size: 12px;
	font-family: arial;
}

.holder {
	width: 100%;
	height: 42px;
	background: url(../img/h2_25.gif) top repeat-x;
}

.date {
	width: 83px;
	float: right;
	height: 30px;
	color: #CFEA2B;
	font-size: 12px;
	font-weight: bold;
	padding-left: 16px;
	padding-top: 12px;
	background: url(../img/date_28.gif) no-repeat top left;
}

.okIcon {
	background: url(../img/city.png) no-repeat;
	width: 144px;
	height: 16px;
	margin-top: -12px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #000000;
	font-weight: 600;
	font-size: 12px;
	font-family: arial;
}

h3 {
	font-size: 14px;
}

.questBox {
	background: url(../img/why.png) no-repeat right top;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

.questBox a:link,h4 a:visited,h4 a:active {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
}

h6 {
	background: url(../img/escl.png) no-repeat right top;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

h6 a:link,h6 a:visited,h6 a:active {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

h6 a:hover {
	text-decoration: none;
}

.rightsecond {
	background: url(../img/right_smi.png) no-repeat left center;
	margin-top: 0px;
	margin-bottom: 17px;
	text-align: left;
	padding-left: 35px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	margin-left: 11px;
}

.rightthird {
	background: url(../img/right_faq.png) no-repeat left center;
	margin-top: 0px;
	margin-bottom: 17px;
	text-align: left;
	padding-left: 35px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	margin-left: 11px;
}

.article {
	width: 500px;
	background: #F5EEE0 url(../img/topbg_26.gif) top repeat-x;
	line-height: 20px;
}

.artfoot {
	width: 479px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #CBA964;
	border-right: 1px solid #CBA964;
	background: url(../img/artfoot_30.gif) repeat-x bottom;
	border-bottom: 3px solid #CBA964;
}

.infobar {
	width: 438px;
	padding-right: 40px;
	text-align: right;
	padding-bottom: 10px;
}

.infobar ul {
	list-style: none;
	text-align: right;
	margin: 0;
}

.infobar ul li {
	width: 109px;
	height: 24px;
	padding-top: 2px;
	background: no-repeat top center url(../img/button_33.gif);
	text-align: center;
	color: #F4EDDF;
	float: right;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

.infobar ul li a:link,.infobar ul li a:visited,.infobar ul li a:hover {
	display: block;
	text-decoration: none;
	color: #F4EDDF;
}

.smalltext,.bigtext,form,button {
	border: 0;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 1px;
}

.myform {
	margin: 0 auto;
	width: 515px;
	padding: 14px;
}

#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized .bigtext {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized .smalltext {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

#stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylized select {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

#stylized .inputerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylized .selecterr {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylized .textareaerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

/* ----------- stylized zw ----------- */
#stylizedzw {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylizedzw .bigtext {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylizedzw .smalltext {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylizedzw label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0;
}

#stylizedzw .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

#stylizedzw input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylizedzw select {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylizedzw textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

#stylizedzw .inputerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylizedzw .selecterr {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylizedzw .textareaerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

/* ----------- stylized k ----------- */
#stylizedk {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylizedk .bigtext {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylizedk .smalltext {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylizedk label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0;
}

#stylizedk .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

#stylizedk input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylizedk select {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylizedk textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

#stylizedk .inputerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylizedk .selecterr {
	float: left;
	font-size: 12px;
	padding: 3px 0px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
}

#stylizedk .textareaerr {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px red;
	margin: 2px 0 20px 10px;
	font-family: arial;
}

.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

#imprint
{
  clear: both;  
  width: 760px;
  margin: 0px auto;
  padding-bottom: 4px;
  text-align: right;
}

#imprint a
{
  color: blue;
  text-decoration: none;
}

.footer {
	background-color: #ffffff;
  background-image: url(../img/footer-img.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  float: left;
  width: 100%;
	bottom: 0;
  margin: 0px auto;
  clear: both;
  font-weight: 600;
  color: #ffffff;
}

.copyrights {
	width: 760px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: right;
}

.formular {
	background: #EBF4FB none repeat scroll 0 0;
	border: 2px solid #B7DDF2;
	width: 90%;
	margin-left: 25px;
	height: 450px;
	padding-left: 20px;
	padding-right: 20px;
}

.formular input {
	border: 1px solid #c6c6c6;
	font-family: Arial;
	font-size: 12pt;
	font-weight; 600;
	color: #000000;
	margin-top: 18px;
}

.formular textarea {
	border: 1px solid #c6c6c6;
	font-family: Arial;
	font-size: 12pt;
	font-weight; 600;
	color: #8e167b;
	margin-top: 18px;
}

.formular label {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0;
	text-align: right;
	width: 200px;
}

.formular select {
	border: 1px solid #AACFE4;
	font-size: 12px;
	margin: 2px 0 20px 10px;
	padding: 3px 0;
}

.formular_intro {
	border-bottom: 1px solid #B7DDF2;
	padding-bottom: 12px;
}

#form1 {
	width: 100%;
	text-align: left;
}

.errorBorder {
	border: 1px solid #FF0000 !important;
}

.callback_ok {
background:#EBF4FB none repeat scroll 0 0 !important;
border:1px solid #B7DDF2;
font-size:12px;
margin-bottom:2px;
margin-left:24px;
margin-top:0;
padding:5px;
width:95.5%;
}

#startseite
{
  margin: 0px auto;
  text-align: center;
}

#startseite img
{
  margin-top: 32px;
  border: 1px solid #6699ff;
}

#startseite span
{
  margin: 0px auto;
  font-family: Arial;
  font-size: 13pt;
  font-weight: 600;
  color: #6699ff;
}

#privatpraxis
{
  width: 370px;
  height: 310px;
  float: left;
  margin-top: 16px;
  text-align: center;
}

#privatpraxis img
{
  border: none;
  border: 1px solid #6699ff;
}

#privatpraxis a
{
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}

#privatpraxis a:hover
{
  text-decoration: none;
}

#kassenpraxis
{
  width: 370px;
  height: 310px;
  float: right;
  margin-top: 16px;
  text-align: center;
}

#kassenpraxis img
{
  border: none;
  border: 1px solid #6699ff;
}

#kassenpraxis a
{
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}

#kassenpraxis a:hover
{
  text-decoration: none;
}

.zurhomepage-left
{
  width: 370px;
  float: left;
  margin-top: -8px;
  text-align: center;
}

.zurhomepage-right
{
  width: 370px;
  float: right;
  margin-top: -8px;
  text-align: center;
}

.zurhomepage-left a, .zurhomepage-right a
{
  font-size: 10pt;
  color: blue;
} 