body {
	background-color:#FFFFFF;
	-x-system-font:none;
	color:#333333;
	font-family:'Lucida Grande','Lucida Sans','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:86%;
	margin: 0; 
	padding: 0; 
	position: relative; 
	z-index: 1;
}

#login {
	width: 250px;
	background-color: #b9982f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #000;
	padding: 10px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul#smart-menu li {
	float:left; 
	list-style-type:none; 
	/* margin-left:10px; */
}

/* Image Replacement 
----------------------------------------*/
ul#smart-menu li a {
	/*Set to height of image*/ 
	/* background: #CCC; */
	height:64px;
	display:block; 
	text-indent:-9999px;
	outline:none;
	width:156px;
}

ul#smart-menu li#navConfirm_down {
	text-indent:-999px;
	width:156px;
	height:64px;
	ountline: none;
}

li#navLocation a:hover, li#navService a:hover, li#navDate a:hover, li#navConfirm a:hover,
li#navLocation_active, li#navService_active, li#navDate_active, li#navConfirm_active {
	background-position:0 -64px; /*Set to height of image !must be negative!*/
}
/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
li#navLocation a, li#navLocation_active {
	background-image: url(/images/Smart-menu_03.gif);
	width:156px;
}

li#navService a, li#navService_active {
	background-image: url(/images/Smart-menu_04.gif);
	width:156px;
}

li#navDate a, li#navDate_active {
	background-image: url(/images/Smart-menu_05.gif);
	width:156px;
}

li#navConfirm a, li#navConfirm_active {
	background-image: url(/images/Smart-menu_06.gif);
	width:156px;
}

li#navConfirm_down {
	background-image: url(/images/Smart-menu_06.gif);
	width:156px;
}

#s6e_body {
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;
	width: 700px;
}

#s6e_body_content {
    margin: 0 auto;
    width:700px;
    text-align:left;
}

#s6e_body_content  p {
        font-size:80%;
		border: none;
}

#s6e_body_content  ul {
    font-size:80%;
}


#s6e_body_content  td {
        font-size:80%;
      }


#s6e_body_content th {
        font-size:80%;
      }


a {
      color:#00713B;
	  text-decoration:none;
      }


a:link {
      color:#00713B;
      }


a:visited {
      color:#009900;
      }


a:hover {
      color:#003300;
      text-decoration: none;
      }


a:active {
      color:#009446;
      }


#s6e_body_content  input {
      }


#s6e_body_content   select {
      }


#s6e_body_content   option {
      }
	
	.class_image {
		width: ;
	}

  /* Jeder Text, der nicht in der Terminansicht zu sehen ist */
  /* All text which not appears in the calendar view */
  .text {
        font-size:80%;
        border: none;
      }


  /* Fett gedruckter Text */
  /* Bold text */
  .bold {
      font-weight: bold;
      color:#000000;
      }


  /* Tabellenzelle 'Uhrzeit' */
  /* Table cell 'Time'*/
  .time {
      font-weight: bold;
      background-color:#FFFFFF;
      color:#000000;
      text-align: center;
      font-size:90%;
      }


  /* Tabellenzellen mit Datum, Tabellenkopf der Eventliste   */
  /* Table cells which are containing the date, table head of the event list*/
  .date {
      background-color:#FFFFFF;
      color: #000000;
      text-align: center;
        font-size:80%;
      }


  /* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
  /* Table cells which are containing the appointment times (left column) */
  .app {
      background-color:#00713b;
      color:#ffffff;
      text-align:right;
      font-size:80%;
      white-space: nowrap;
      padding-left:5px;
      padding-right:5px;
   }


  /* Tabellenzellen fuer Wochenende, Pausen und Geschaeftsschluss */
  /* Table cells for weekend, breaks, close of business */
  .weekend {
	background-color:#F0F0F0;
	color:#FFFFFF;
	text-align: center;
  }

  .weekend a {
      color:#FFFFFF;
  }


  /* Tabellenzellen mit reservierten Terminen */
  /* Table rows with scheduled/reserved Appointments */
  .res {
	background-color:#8bc53f;
	color:#000000;
	text-align:center;
  }


  /* Links in den Tabellenzellen mit reservierten Terminen */
  /* Links inside of the scheduled appointment table cells */
  .res a {
	color:#FFFFFF;
	text-decoration:none;
      }


  .res a:link {
	color:#FFFFFF;
	text-decoration:none;
      }


  .res a:visited {
	color:#CCCCCC;
      }


  .res a:hover {
	color:#999999;
	text-decoration:none;
      }


  .res a:active {
      color:#000000;
      }
      
  /* Zum Teil reservierte Termine z.B. 3/10 */
  /* Partly reserved appointments e.g. 3/10 */
  .partly_reserved {
      background-color:#FFF4EF;
      color:#000000;
      text-align:center;
  }
  .partly_reserved a {
	color:#CCCCCC;
	text-decoration:none;
      }


  .partly_reserved a:link {
      color:#C07A00;
      text-decoration:none;
      }


  .partly_reserved a:visited {
      color:#C07A00;
      }


  .partly_reserved a:hover {
      color:#000000;
      text-decoration:underline;
      }


  .partly_reserved a:active {
      color:#000000;
      }


  /* Tabellenzellen mit Admin-Terminen */
  /* Table rows with admini appointments */
  .admin_res {
      background-color:#FFEECE;
      color:#000000;
      text-align:center;
      }


  /* Links in den Tabellenzellen mit Admin-Terminen */
  /* Links inside of the admin appointment table cells */
  .admin_res a {
      color:#C07A00;
	  text-decoration:none;
      }


  .admin_res a:link {
      color:#C07A00;
	  text-decoration:none;
      }


  .admin_res a:visited {
      color:#C07A00;
      }


  .admin_res a:hover {
      color:#000000;
	  text-decoration:underline;
      }


  .admin_res a:active {
      color:#000000;
      }


  /* Tabellenzellen mit freien Terminen */
  /* Table cells for unscheduled/free appointments */
  .free {
      background-color:#F1F3FF;
      text-align: center;
      }


  /* Radio-Buttons in Tabellenzellen mit freien Terminen */
  /* Radio buttons in table cells for unscheduled/free appointments */
  .free input {
      background-color:#F1F3FF;
      }


  /* Tabellenzellen und Text im Detail-PopUp-Fenster */
  /* Table cells and text in detail pop up window */
  .popup_text {
      color:#001060;
      background-color:#EFEFEF;
      }


  /* Fett gedruckter Text im Detail-PopUp-Fenster*/
  /* Bold text inside the detail pop up window */
  .popup_bold {
      font-weight: bold;
      color:#001060;
      background-color:#EFEFEF;
      }


  /* Tabellenzellen und Text in der Terminliste */
  /* Table cells and text in appointment list */
  .eventlist_text {
      color: #000000;
      }


  .eventlist_text a {
      color: #000000;
      }


  .eventlist_text a:link {
      color: #000000;
      }


  .eventlist_text a:visited {
      color: #000000;
      }


  .eventlist_text a:hover {
      color: #ffffff;
      }


  .eventlist_text a:active {
      color: #000000;
      }


  /* Textformatierung des E-Mail-Formulars */
  /* Text of the e-mail form */
  .mailform {
      font-weight:bold;
      }



  /* Auswahlfelder oberhalb der Kalenderansicht im Userbereich*/
  /* Select fields above the calendar view */
	#control_bar {
	/* border:1px solid #001060; */
	background-color:#FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 699px;	
	margin: 10px auto;
	float: left;
	}
	

	
  .selectiontableoutside {
      }


  .selectiontableinside {
      }
      
      
  .numberoptions {
      text-align:right;
  }
  
  .location {
	  float: left;
  }
  
  	/* Navigation oberhalb des Auswahlmenues */
  	/* Navigation bar on top of the page */
  	.navibar {
  		margin:0px 0px 10px 0px;
    	font-weight:bold;
		/* border:1px solid #000000; */
		padding:3px;
		/* background-color:#EAEDFF; */
        font-size:80%;
        text-align:right;
  	}

	.navibar a {
		text-decoration:none;

	}

	.navibar a:hover {
	text-decoration:none;
	}


	.navibarcontainer {
		width:650;
	}


.topmenu a:link {
 font-weight: bold;
 color: #6F6F6F;
 }

.topmenu a:visited {
 font-weight: bold;
 color: #6F6F6F;
 }

.topmenu a:hover {
 font-weight: bold;
 color: #000000;
 }

.timerange {
	font-weight:bold;
	line-height:23px;
	border:1px solid #000000;
	margin-top:5px;
	padding:5px;
	background-color:#EAEDFF;
}

.timerange input {
	text-align:right;
	padding:1px 10px 1px 10px;
}



/* Abgesagte Termine */
/* Canceled appointments*/
.canceled,
.canceled td {
	text-decoration:line-through;
}

/* Active appointments */
.active {
}


/* Liste Termingruende */
/* Reason list below appointment overview*/
.reasons {
	margin-top:20px;
	/* border:1px solid #000000; */
	padding:3px;
	/* border:1px solid #000000; */
	background-color:#FFFFFF;
	width:100%;
}


/* Details PopUp, Profile */
.details td {
	background-color:#EAEDFF;
}


/* 	Kalenderansicht
	Calendar view */
.calendar {
    /* border:1px solid #000000; */
    padding:3px;
    background-color:#EAEDFF;
	width:270px;
	height:265px;
}

.calendar caption {
    font-weight:bold;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#footer {
	color: #545454;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	width: 699px;
	height: 40px;
	padding-top: 10px;
	background-image: url(/images/content_footer_07.jpg);
	float: left;

}

#footer a {
	color: #545454;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: 100;
	text-decoration: none;
}

.formtable input[type="text"],
.formtable input[type="submit"],
.formtable input[type="password"],
.formtable select,
.formtable textarea {
	margin-left:10px;
}

.formtable input[type="text"],
.formtable input[type="password"],
.formtable select,
.formtable textarea {
	width:350px;
}

.formtable input[type="radio"],
.formtable input[type="checkbox"] {
	margin-left:10px;
 	text-align:left;
}

/* Hilfetexte, die im Popup erscheinen */
/* Help texts appearing in popup windows */
.helptext li {
	margin-bottom:15px;
}

.print_row {
	background-color:#009245;
  	color:#ffffff;
	text-align:center;
}

.print_row a {
    color:#FFFFFF;
}

.install_label {
	width:250px;
	font-weight:bold;
	vertical-align:top;
	text-align:right;
	padding-right:10px;
}


/* Farbe Terminhintergruende bassierend auf dem Termingrund */
.reason1 {
    background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}

.reason1 a {
	color:#FFFFFF;
}


.grid_tooltip td {
}
.reservationbutton {
    font-weight:bold;
	padding:5px;
	margin:10px 0 15px 0;
}

.error_message_item {
    font-weight:bold;
	color:#FF0000;
}


.myappointments_table_head {
	background-color:#EAEDFF;
}

.myappointments_table_light_row {
	background-color:#F1F3FF;
}

.myappointments_table_dark_row {
	background-color:#EAEDFF;
}

.time_zone {
   font-size:70%;
   color:#AF0000;
   margin-top:8px;
   margin-bottom:8px;
}


#next_available_appointment {
   font-size:90%;
   margin-top:3px;
   margin-bottom:5px;
   font-weight:bold;
}
#next_available_appointment input {
   margin-left:15px;
}

#appointment_area_select_menu select {
	display:block;
	margin:5px 10px 10px 10px;
}

#appointment_area_select_menu input {
	margin:0 10px 0 10px;
}

#appointment-reason {
	float: left;
	width: 699px;
}

#appointment-reason span {
    margin: 10px 0 0 10px;
    padding: 10px;
    font-size: 8pt;
    font-family: Tahoma, Arial, sans-serif;
}


#calendar_grid {
	margin-top:8px;
	margin: 0 auto;
	/* display:block; */
	float:left;
	width:699px;
}

#calendar_grid table {
	margin: 0 auto;
}

#location {
	margin: 15px auto 15px 15px;
	width:inherit;
}

#location td {
	width: 300px;
	padding-bottom: 10px;
}

#location td.middle {
	width: 400px;
}
