/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Georg Torges (kein_bluemchen@gmx.de) for 1und1 Website Award
 ----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

/*--- Body ---*/

body#main_body {
    background: #DAD8CF repeat-x;
    background-image: url(images/static/background.jpg);
    text-align: center;
}

#container {
    padding: 10px 30px 10px 30px;
    background-color: white;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    border: 1px solid #555555;
    text-align: left;
    width: 720px;
}

#nav_table {
    border-collapse: collapse;
}

#nav_col {
    vertical-align: top;
}

#height_col {
    vertical-align: top;
}

#layout_table {
    border-collapse: collapse;
}

#left_col {
    vertical-align: top;
}

#right_col {
    vertical-align: top;
}

#sub_container2 {
    margin: 230px 0 0 0;
    padding: 0;
    width: 520px;
    overflow: hidden;
}

#content_container {
    width: 510px;
    margin: 0;
    padding: 0;
}

/*--- HEADER ---*/

#slogan {
    z-index: 2;
    position: absolute;
    font-weight: bold;
    width: 520px;
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
}

#key_visual {
    position: absolute;
    width: 720px;
    height: 220px;
}

#logo {
    z-index: 3;
    position: absolute;
    top: 169px;
    width: 269px;
    height: 68px;
    background-repeat: no-repeat;
}

/*--- ENDE HEADER ---*/

/*--- MAIN NAVIGATION ---*/

#main_nav_container {
    position: relative;
    background-image: url(images/static/main_nav_bg.png);
    background-position: top right;
    background-repeat: repeat-y;
    width: 180px;
    margin: 10px 0 0 6px;
}

* html #main_nav_container {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/static/main_nav_bg.png');
    background-image: url(blank.gif);
}

#main_nav_list {
    margin-top: 14px;
    list-style-type: none;
}

#main_nav_list a {
    display: block;
    margin-left: 4px;
    padding-left: 45px;
    border-bottom: 1px dashed #BFBFBF;
    line-height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 120px;
    overflow: hidden;
}

/*--- ENDE MAINNAVIGATION ---*/

/*--- SUB NAVIGATION ---*/

.sub_nav_container {
    background-image: url(images/static/main_nav_bg.png);
    background-position: top right;
    background-repeat: repeat-y;
    width: 180px;
    margin-left: 6px;
}

* html .sub_nav_container {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/static/main_nav_bg.png');
    background-image: url(blank.gif);
}

.sub_nav_list {
    width: 170px;
    margin: 0 0 0 4px;
    padding: 5px 0px 20px 0px;
    list-style-type: none;
}

.sub_nav_list a {
    margin: 0;
    display: block;
    border-bottom: 1px dashed #000000;
    border-bottom: 1px dashed #BFBFBF;
    padding: 0px 0px 0px 45px;
    background-color: transparent;
    line-height: 18px;
    background-repeat: no-repeat;
    width: 120px;
    overflow: hidden;
}

#bottom_nav {
    background-image: url(images/static/nav_bg_bottom.png);
    width: 180px;
    height: 14px;
    margin-left: 6px;
    line-height: 0px;
    overflow: hidden;
}

* html #bottom_nav {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/static/nav_bg_bottom.png');
    background-image: url(blank.gif);
}

/*--- ENDE LEFT_COLUMN_CONTAINER ---*/

/*--- FOOTER ---*/

#footer {
    margin-top: 15px;
    border-top: 1px dashed #D4D4D4;
    clear: both;
}

#footer_text {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-top: 4px;
    text-align: center;
    font-size: 11px;
}

#main_nav_list a.main_nav_active_item {
    background-position: top left;
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    background-position: top left;
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    background-position: top left;
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:active {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container p {
    font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content p {
    margin: 10px 0px 10px 0px;
    color: #000000;
    text-align: justify;
}

/*--- ?berschriften ---*/

.content h1 {
    margin: 20px 0px 20px 0px;
}

.content h2 {
    margin: 20px 0px 20px 0px;
}

.content h3 {
    margin: 20px 0px 20px 0px;
}


/*--- Forms ---*/

.content fieldset {
    border: 3px solid #000000;
}

.content input {
    border: 1px solid #EAEAEA;
    background: no-repeat;
    background-image: url(images/static/input_background.gif);
    font-family: Arial,sans-serif;
    padding-left: 6px;
}

.content textarea {
    font-family: Arial,sans-serif;
    border: 1px solid #EAEAEA;
    background: no-repeat;
    background-image: url(images/static/input_background.gif);
    overflow: auto;
    padding-left: 6px;
}

.content button {
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid Gray;
    border-bottom: 1px solid Gray;
    background-color: #DCE0E6;
    color: #000000;
    text-align: center;
    font-family: Arial,sans-serif;
    line-height: 15px;
}

.content select {
    border: 1px solid #EAEAEA;
    background: no-repeat;
    background-image: url(images/static/input_background.gif);
    font-family: Arial,sans-serif;
}

/*--- Listen ---*/

.content ul {
    margin: 20px 0px 20px 40px;
}

.content ol {
    margin: 20px 0px 20px 40px;
}



/*tablebookings ---*/

 td {
      font-family: Verdana, sans-serif;
      font-size: 10pt;
      color:#001060;
      }


  th {
      font-family: Verdana, sans-serif;
      font-size: 10pt;
      color: #000000;
      }


  a {
      color:#0000A0;
      }


  a:link {
      color:#0000A0;
      }


  a:visited {
      color:#0000A0;
      }


  a:hover {
      color:#0000A0;
      }


  a:active {
      color:#0000A0;
      }


  input {
      font-size: 9pt;
      }


  select {
      font-size: 9pt;          
      }


  option {
      font-size: 9pt;
      }


  /* Jeder Text, der nicht in der Terminansicht zu sehen ist */
  /* All text which not appears in the calendar view */
  .text {
      color:#000000;
      font-family: Verdana, sans-serif;
      font-size: 10pt;
      }


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


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


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


  /* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
  /* Table cells which are containing the appointment times (left column) */
  .app {
      background-color:#BFD833;
	  width:75px;
      color:#ffffff;
      text-align:right;
      }


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


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


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


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


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


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


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


  /* Tabellenzellen mit freien Terminen */
  /* Table cells for unscheduled/free appointments */
  .free {
      background-color:#E8EFC2;
      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 */
  .selectiontableoutside {
      background-color:#001060;
      }


  .selectiontableinside {
      background-color:#DFEF86;
      }
      
      
      
  .numberoptions {
      text-align:right;
  }


  	/* 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:#DFEF86;
  	}

	.navibar a {
		text-decoration:none;
	}

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


	.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:#DFEF86;
	}

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



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

	/* Active appointments */
	.active {
	}

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


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


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

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


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

.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:#1200C0;
  	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 {
	font-size:11px;
}
.reservationbutton {
    font-weight:bold;
	padding:5px;
}

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


.myappointments_table_head {
	background-color:#DFEF86;
}

.myappointments_table_light_row {
	background-color:#F1F3FF;
}

.myappointments_table_dark_row {
	background-color:#DFEF86;
}