@page { size:portrait; }

div.mpform fieldset {
	padding: 0px 6px 6px 6px;
	margin: 6px 0px 16px 0px;
	
    width: 610px;
}


div.mpform div.newline {
  clear: both;
  margin: 0;
  padding: 0;
}
div.mpform div.questionbox {
  clear: left;
  float:left;
  width:500px;
  height:auto;
  
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}

div.mpform fieldset div.questionbox {
  clear: left;
  float:left;
  width: 172px;
  height:auto;
  
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}

div.mpform div.answerbox {
  float:left;
  width:420px;
  height:auto;

  padding: 4px;
  margin: 2px 2px 2px 0;
}

div.mpform fieldset div.answerbox {
  float:left;
  width: 412px;
  height:auto;
 
  padding: 4px;
  margin: 2px 2px 2px 0;
  border: 1px solid #aa3;
}

div.mpform div.submitbox {
  clear: both;
  float: left;
  width: 602px;
  height: 26px;
  padding: 8px;
  margin: 2px;
  text-align: center;
}

div.mpform div.submitbox input {
    cursor: pointer;
    border: 2px solid #999;	
    color:#ccc;
    text-align: center;
    width: 500px;
    margin: 2px 2px 2px 180px;
}
/* <<<<<<<<< Layout without main table */

.mpform_title, .mpform_help {
	font-weight: normal;
	vertical-align: top;
	padding: 6px;
	color: #333;
}

.mpform_error .mpform_title,
.mpform_error .mpform_field,
.captcha_err  .mpform_title,
.captcha_err  .mpform_field {
color: red;
}

.mpform_field {
width:500px;

padding:6px;
}

.mpform_date, .mpform_email, .mpform_textarea, .mpform_text, .mpform_select {
	border: 1px solid #CCCCCC;
}

.mpform_err_date, .mpform_err_email, .mpform_err_textarea,
.mpform_err_text, .mpform_err_radio, .mpform_err_select,
.captcha_err input {

border: 1px solid red;
}

div.mpform_missing {
	background-color: red; 
	border: 2px solid black;
	color: black;
	font-weight: bold;
	padding: 6px;
}

.mpform_textfield.mpform_readonly input.mpform_text {
	 
}

/* old classes: */
.mpform_date:hover, .mpform_email:hover, .mpform_textarea:hover, .mpform_text:hover,
.mpform_radio:hover, .mpform_select:hover, .mpform_checkbox:hover, .mpform_err_date:hover,
.mpform_err_email:hover, .mpform_err_textarea:hover, .mpform_err_text:hover, .mpform_err_radio:hover,
.mpform_err_select:hover, .mpform_err_checkbox:hover {

} 

.mpform_date, .mpform_err_date{
	width: 120px;
	color:#666666;
}

.mpform_date_img{
cursor: pointer;
border: none;
vertical-align: middle;
}	
.mpform_email, .mpform_err_email {
	width:500px;
	color:#333333;
}

.mpform_textarea, .mpform_err_textarea {
	width:500px;
	color:#333333;
	height: 150px;
}

.mpform_text, .mpform_err_text {
	width:500px;
	color:#333333;
} 
.mpform_radio, .mpform_err_radio{
	width: 18px;
	color:#333333;
}
.mpform_checkbox, .mpform_err_checkbox{
	width: 24px;
	color:#333333;
}
.mpform_select, mpform_err_select{
width:142px;
}

.mpform_heading {
	width:500px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.mpform_submit {
	cursor: pointer;
	border: 2px solid #CCCCCC;
	color:#333;
}
.mpform_submit:hover{
	border: 2px solid #CCCCCC;
}

span.mpform_required {
color:red;	
}

.captcha input {
	width:16px;
	border: 1px solid #999999;
	color:#333333;
}

.captcha .captcha_expl{
	font-weight:normal;
	color:#999999;
}

.mpform_a_img{
border:0;	
}
.mpform_img_help{
border:0;
width:16px;
height:16px; 
}

.mpform_help_box_td{
border:1px solid #336699;
padding:6px;
background-color:#ECF3F7;
color:#003366;
}

.mpform_help_box_div{
color:#003366;
background-color:#ECF3F7;
}

#mpform_help_box_hr {
color:#336699;
/*background-color:#336699;*/
margin:0;
padding:0;
}

h5.mpform_help_box_h5 {
color:#036;
background-color:transparent; 
font-size:1.0em;
font-weight:normal;
margin:0;
padding:0;
}

.mpform_help_box_h6 {
color:#003366;
background-color:#ccf;
font-size:1.0em;
font-weight:normal;
margin:0;
padding:4px;
}

div.mpform_results {
	
	border: 2px solid #fff;
	padding: 6px;
}

/* >>> Start Calendar */
.calendar {
  position: relative;
  display: none;
  border: none;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(http://orthointern/include/jscalendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute; 
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 99; 
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* <<< End Calendar */

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/*  deprecated definitions, only for forms created with mpform < 0.3.0
	mpform_td_help is now called mpform_help
*/	

.mpform_td_help{
width:16px;
vertical-align:top;
}
																																																										











#subbanner {
	color: #030;
	font-size: 11px;
}
#subbanner a {
	color: #030;
	text-decoration: none;
}
#subbanner a:hover {
	color: #060;
	text-decoration: underline;
}

/* wb-elemente */
.searchfield {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#container {
	width: auto;
	border: 0px solid #DDDDDD;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	display:none;
}
#kopf {
	height: 0px;
	background-image: url(images/menu_bg_kopf.gif);
	background-repeat: repeat-x;
	background-position: left;
}

/* Inhalt Breite und Kopfabstand */
#content {
	width: auto;
	background-color:#FFFFFF;
	margin: 0px;
}
#left {
	display:none;
}
#left1_section1 {
	width: 200px;
}
#left1_section2 {
	width: 200px;
	padding-left: 30px;
}
#right {
	float: left;
	width: auto;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding-right:4px;
	padding-left:19px;
	padding-top:0px;
	background-color:#FFFFFF;
}
#footer {
	height: 36px;
	background-image: url(images/menu_bg_fuss.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.clearfix {clear: both;}

/* Menu Links Abstand nach oben*/
#menu {
	padding-top:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

/* Menü links, Schriftart, Höhe der Kasten */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-variant:normal;
	line-height:18px;
	font-size:13px;
	font-family:Verdana;
	font-weight:bold;
}
#menu li {margin: 0; display: inline;}
#menu a {
	background-position: 5px 50%;
	display: block;
	width: 175px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0px;
	padding-left:15px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu a:hover {
	background-position: 5px 50%;
	color: #000000;
	text-decoration: underline;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul a {
	background-position: 12px 50%;
	display: block;
	width: 166px;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	padding-left:20px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:6px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menu ul ul a:hover {
	background-position: 12px 50%;
	color: #333333;
	text-decoration: underline;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul a {
	background-position: 19px 50%;
	display: block;
	width: 156px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	padding-left:30px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul a:hover {
	background-position: 19px 50%;
	color: #333333;
	text-decoration: underline;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul ul a {
	background-position: 26px 50%;
	display: block;
	width: 146px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	padding-left:40px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul ul a:hover {
	background-position: 26px 50%;
	color: #333333;
	text-decoration: none;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu_current {font-weight: bold;}

/* Kopf Menue */
#submenu {margin: 0; padding: 0; font: 11px/19px Verdana, Tahoma, Helvetica, sans-serif;}
#submenu ul {margin: 0; padding: 0; list-style-type: none; text-align: center; border: 0;}
#submenu ul li {margin: 0; padding: 0; display: block; float: right; text-align: center;}
#submenu ul li a {
	margin: 0;
	display: block;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	background-image: url(images/menu_bg_kopf.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
#submenu ul li a:hover {
	color: #FFFFFF;
	background-color: #060;
}
#submenu_current {font-weight: bold;}


/* Fuss Menue */
#footermenu {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-left: 0px;
	letter-spacing: -0.5px;
	text-align: center;
}

#footermenu  a {
	color: #FFF;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#footermenu  a:hover {
	color: #000000;
	text-decoration: underline;	
}



/* Global */
html {
	overflow-y: scroll;
	min-height: 100.05%;
	max-height: 822px;
	color:#000000;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body, th, td {
	color: #666666;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:19px;
	font-size:11px;
	font-family:Verdana;
	text-align: justify;
}
h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #19ACCC;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:25px;
	font-size:16px;
	font-family:Verdana;
	margin-top: 20px;
}
h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:25px;
	font-size:14px;
	font-family:Verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19ACCC;
}
h3, h4, h5, h6 {letter-spacing: 1px; text-transform: uppercase; color: #666666; padding-left: 1px; font-style:normal; font-variant:normal; font-weight:100; line-height:25px; font-size:14px; font-family:Verdana; }
p {margin: 0 0 10px 0;} 
hr {display:none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
a, a:link, a:active {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
}
images {
	border: 0;
	margin: 0px;
	padding: 0px;
}

.submit {
	background-color: #FFF;
	background-image: url(images/lupe.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	height: 24px;
	width: 24px;
}



#slider {
	width: 742px;
	height: 391px;
	
}
