

/* ///////////////////////////////////////////////////////////////////////////// */
/* CMS BASE DESIGN CSS
																																								*/
/* ///////////////////////////////////////////////////////////////////////////// */

/* reset all default styles */
body,
div, table, td, tr, 
h1, h2, h3, h4, h5, h6,
span,
input, textarea, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0px #000;
}

/* set basic styles */

body {
	background-color: #000;
}

body, td, p, div, li, a, span, div, h1, h2, h3, h4, h5 {
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
}

body, td, p, div, li {
	margin: 0px;
	font-size: 12px;
}

hr {
}

a {
	color: orange;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica,sans-serif;
	line-height: 15px;
}
	a:link {
		xcolor: #7E1616;
	}  
	a:visited {
		xcolor: #7E1616;
	}  
	a:hover {
		color: red;
	}  
	
img {
	border-width: 0px;
}
	
img.png {
	behavior: url("/tmpl/avs/styles/iepngfix.htc");
}

/* ///////////////////////////////////////////////////////////////////////////// 
	TRENNLINIE
 ///////////////////////////////////////////////////////////////////////////// */

.ergebnis1{
	padding: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica,sans-serif; font-size:11px; line-height:15px
}
	
.ergebnis2{
	padding: 5px;
	background-color: #f1f1f1;
	font-family: Arial, Tahoma, Helvetica,sans-serif; font-size:11px; line-height:15px
}		

hr {
	color: #DBDBDB;
	height: 1px;
	width: 100%}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
 	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	xbackground-color: #EFEFEF;
}

/* ///////////////////////////////////////////////////////////////////////////// 
	FÜR IFRAME Vorschau
 ///////////////////////////////////////////////////////////////////////////// */

.iframe {
	scrollbar-base-color: #FFFFFF;
  	scrollbar-3dlight-color: #FFFFFF;
  	scrollbar-arrow-color:  #DBDBDB;
  	scrollbar-darkshadow-color: #FFFFFF;
  	scrollbar-face-color: #FFFFFF;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color: #FFFFFF;
  	scrollbar-track-color: #FFFFFF;
}

/* ///////////////////////////////////////////////////////////////////////////// 
	MAILEINBELDUNG
 ///////////////////////////////////////////////////////////////////////////// */

.slide {
	position:absolute; 
	top:5%; 
	left:30%;
	background-color: #FFFFFF;
	color: #7E1616;
	width:600px;
	padding: 5px;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
}

/* ///////////////////////////////////////////////////////////////////////////// 
	LINKS
 ///////////////////////////////////////////////////////////////////////////// */

a.form_head2 {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
}
	a.form_head2:link {
		color: #454545;
	}
	a.form_head2:visited {
		color: #454545;
	}
	a.form_head2:hover {
		color: #DBDBDB;
	}

a.form_headline {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
}
	a.form_headline:link {
		color: #FFFFFF;
	}  
	a.form_headline:visited {
		color: #FFFFFF;
	}  
	a.form_headline:hover {
		color: #DBDBDB; 
	}  


/* alle Links im Menü */
a.admin_menu {
	padding-left: 10px;
	color: #7E1616;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 210px;
	height: 20px;
	border-bottom: #efefef 1px solid;
}

/* alle Links im Menü */
a.admin_submenu {
 	padding-left: 20px;
	color: #454545;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 210px;
	height: 20px;
}

/* ##############################################################  MENU  */
/* alle Links im Menü */
div.menu {
	width: 210px;
}
	.menu:hover {
		background-color: #2d52a1;
	}
	a.menu {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}

/* der ausgewählten Link im Menü */
div.menu_active {
	width: 210px;
	background-color: #2d52a1;
}
	a.menu_active {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}  

/* der ausgewählten Link im Menü */
div.menu_open {
	width: 210px;
}
	.menu_open:hover {
		background-color: #2d52a1;
	}
	a.menu_open {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}  

/* alle Links im Menü */
div.submenu {
	width: 210px;
}
	.submenu:hover {
		background-color: #2d52a1;
	}
	a.submenu {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}  

/* der ausgewählten Link im Menü */
div.submenu_active {
	width: 210px;
	background-color: #2d52a1;
}
	a.submenu_active {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}  

/* der ausgewählten Link im Menü */
div.submenu_open {
	width: 210px;
}
	.submenu_open:hover {
		background-color: #2d52a1;
	}
	a.submenu_open {
		text-decoration: none;
		color: #fff;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;

		width: 190px;
		xheight: 20px;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #73b3f0;
	}  

/* ##############################################################  MENU  */

/*-------------------------------------------*/

/* alle versteckten Links */
a.tree_hidden:link { color: #666666; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; line-height: 15px}  
a.tree_hidden:visited { color: #666666; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height:15px}  
a.tree_hidden:hover { color: #DBDBDB; text-decoration:none;  font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height: 15px}  

/* alle deaktivierten Links */
a.tree_deaktivated:link { color: #FF0000; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; line-height: 15px}  
a.tree_deaktivated:visited { color: #FF0000; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height:15px}  
a.tree_deaktivated:hover { color: #DBDBDB; text-decoration:none;  font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height: 15px}  

/* alle internen Links */
a.tree_internal:link { color: #FF9900; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; line-height: 15px}  
a.tree_internal:visited { color: #FF9900; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height:15px}  
a.tree_internal:hover { color: #666666; text-decoration:none;  font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height: 15px}  

/* alle internen Links */
a.tree_internalMenu:link { color: #000099; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; line-height: 15px}  
a.tree_internalMenu:visited { color: #000099; text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height:15px}  
a.tree_internalMenu:hover { color: #666666; text-decoration:none;  font-family:Arial,Helvetica,sans-serif; font-size:11px;  line-height: 15px}  

/* alle normalen Links */
a.normal {
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	color: orange;
}  
	a.normal:link {
	
	}
	a.normal:visited {

	}  
	a.normal:hover {
		color: red;
	}  

a.sitemap:link { color: #454545; text-decoration:none; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; }  
a.sitemap:visited { color: #454545; text-decoration:none; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px;  }  
a.sitemap:hover { color: #DBDBDB; text-decoration:none;  font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px;  }  

a.startpage_border:link { color: #454545; text-decoration:none; font-weight:normal; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; font-weight:bold; }  
a.startpage_border:visited { color: #454545; text-decoration:none; font-weight:normal; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; font-weight:bold; }  
a.startpage_border:hover { color: #454545; text-decoration:underline; font-weight:normal; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px;  font-weight:bold;}  

/* ///////////////////////////////////////////////////////////////////////////// 
	KLASSEN
 ///////////////////////////////////////////////////////////////////////////// */

/* Hauptklassen */
.normal, .error, .button {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
	line-height: 15px;
}
.hidden {
	color: #CCCCCC;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
	line-height: 15px;
}
.negativ {
	background-color: #EFEFEF;
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
}
.menu {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
}
.login {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
}
.mini {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 10px;
}
.marked_negativ {
	color: #7E1616;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
}
.marked {
	color: #7E1616;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	xfont-size: 11px;
}
.start_big {
	color: #7E1616;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.header {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 18px;
	line-height: 20px; 
	font-weight: bold;
}
.startpage {
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.startpage_border {
	color: #454545; 
	font-family: Arial, Tahoma, Helvetica,sans-serif; 
	font-size: 14px; 
	line-height: 15px; 
	font-weight: bold;
}
.startpage_marked {
	color: #7E1616; 
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	font-size: 14px; 
	line-height: 15px; 
	font-weight: bold;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.dot {
	background: url(../../img/base/dot.gif) left top no-repeat;
	padding-left: 15px;
}

/* einige Überschriften */
.form_headline {
	background-color: #7e1616;
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-color: #666666;
	font-weight: bold;
}	
.normal_head {
	color: #454545;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.normal_left {
	color: #454545;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.normal_title {
	color: #7E1616;
	xfont-size: 18px;
	line-height: 18px;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	text-decoration: none;
}
.normal_subtitle {
	color: #7E1616;
	xfont-size: 13px;
	line-height: 26px;
	font-family: Verdana, Arial, Tahoma, Helvetica,sans-serif;
	text-decoration: none;
}

/* Warnungen */
.disabled {  color:#CCCCCC; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none;  }
.warning {  color:#FF9900; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; }
.errorStackError   {  color:#990000; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; }
.errorStackWarning {  color:#FF9900; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; }
.errorStackSuccess {  color:#009900; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; }
.ready {  color:#009900; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; }
.update {  color:#009900; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; ;font-weight:bold; }

.tag_cloud_link { padding: 3px; text-decoration: none; }
.tag_cloud_link:link  { color: #81d601; }
.tag_cloud_link:visited { color: #019c05; }
.tag_cloud_link:hover { color: #ffffff; background: #69da03; }
.tag_cloud_link:active { color: #ffffff; background: #ACFC65; }
.tag_cloud_text {font-size:50px; font-family:sans-serif;}
.tag_cloud_winner {color: #0000FF;}
.tag_cloud_looser {color: #FF0000;}

/* ///////////////////////////////////////////////////////////////////////////// 
	TAGS
 ///////////////////////////////////////////////////////////////////////////// */
 
 .tags {color:#61718C; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:7pt;}
 a.tags:link { color: #61718C; text-decoration:none; font-weight:bold; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:7pt; }  
 a.tags:visited { color: #61718C; text-decoration:none; font-weight:bold; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:7pt;  }  
 a.tags:hover { color: #61718C; text-decoration:none; font-weight:bold; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:7pt;  }  
 
 /* ///////////////////////////////////////////////////////////////////////////// 
	FORM STYLES
 ///////////////////////////////////////////////////////////////////////////// */
 
 .form_editor {};
 .form_ro_editor { background-color:#FFFFFF; color:#AAAAAA; BORDER-BOTTOM: #DBDBDB 1px solid; BORDER-LEFT: #DBDBDB 1px solid;BORDER-RIGHT: #DBDBDB 1px solid;BORDER-TOP: #DBDBDB 1px solid; };
 .form_highlight { background-color:#EDEDED; color:#454545; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; }
 .form_listDisabled { color:#990000; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; }
 .form_error { color:#7E1616; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; font-weight:bold; }

 .form_headline { background-color:#7e1616; color:#FFFFFF; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; font-weight:bold; height:20px;  line-height: 15px } 
 .form_subheadline {
	background-color: #cccccc;
	color: #454545;
	font-family: Arial, Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 15px;
} 
 /* Übersichten */
 .form_head { background-color:#FFFFFF; color:#454545; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; } 
 .form_head2 { background-color:#FFFFFF; color:#454545; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666;font-weight:bold; } 
 .form_list1 { background-color:#FFFFFF; color:#454545; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; }
 .form_list2 { background-color:#EFEFEF; color:#454545; font-family:Arial, Tahoma, Helvetica,sans-serif; font-size:11px; text-decoration:none; border-color:#666666; }
 
 /* ///////////////////////////////////////////////////////////////////////////// 
	ACTIVATE
 ///////////////////////////////////////////////////////////////////////////// */
 
 /* Enabled Site */
.form_Y
 {
	color: #EEEEEE;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #009900;
	
}
 
 /* Internal Site */
.form_I
 {
	color: #EEEEEE;
	font-family:arial,helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #FF9900;
	
}
 
 /* Internal Site */
.form_M
 {
	color: #EEEEEE;
	font-family:arial,helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #000099;
	
}

 /* Internal Site */
.form_M
 {
	color: #EEEEEE;
	font-family:arial,helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #000099;
	
}

/* Disabled Site */
.form_N
 {
	color: #EEEEEE;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #990000;
	
}

/* Hidden Site */
.form_H
 {
	color: #EEEEEE;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:6pt;
	text-decoration:none;
	font-weight:bold;
	background : #FF9900;
	
}

/* ///////////////////////////////////////////////////////////////////////////// 
	FORMS 
 ///////////////////////////////////////////////////////////////////////////// */

.form_input
{
	background: #FFFFFF;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
	color : #454545;
}

 .form_input_small
{
	background: #FFFFFF;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
	color : #454545;
	font-size:9px;
}
	
 input.normal,
 select.normal,
 textarea.normal,
 input.login,
 iframe.normal
{
	background: #FFFFFF;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
	color : #454545;
}

 button.normal,
 input.button,
{
	background: #FFFFFF;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
	color : #454545;
	width: 120px;
}

a.dynamic_button {
		font-family:Futura, Arial, Tahoma, Helvetica,sans-serif;
		font-size:11px;
		text-decoration: none;
		background-image:url(./img/base/button_bg.gif);
		background-repeat:repeat-x;
		BORDER-BOTTOM: #DBDBDB 1px solid;
		BORDER-LEFT: #DBDBDB 1px solid;
		BORDER-RIGHT: #DBDBDB 1px solid;
		BORDER-TOP: #DBDBDB 1px solid;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 5px;
		color : #454545; 
    } 



 input.error,
 select.error,
 textarea.error,
{
	background: #FFFFFF;
	BORDER-BOTTOM: #7E1616 1px solid;
	BORDER-LEFT: #7E1616 1px solid;
	BORDER-RIGHT: #7E1616 1px solid;
	BORDER-TOP: #7E1616 1px solid;
	color : #454545;
}


/* ///////////////////////////////////////////////////////////////////////////// 
	TABLE BORDERS 
 ///////////////////////////////////////////////////////////////////////////// */

fieldset {
	padding: 10px;
	color: #7e1616;
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BORDER-LEFT: #DBDBDB 1px solid;
	BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid;
}


/* ///////////////////////////////////////////////////////////////////////////// 
	FUTURE FORMS 
 ///////////////////////////////////////////////////////////////////////////// */
 
  .form_scheduled
 {
	color: #4169E1;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	text-decoration:none;
	border-color:#666666;
	/*font-weight:bold;*/
}

.form_running
{
	
	color: #D2691E;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	text-decoration:none;
	border-color:#666666;
	/*font-weight:bold;*/
}

 .form_cancelled
 {

	color: #990000;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	text-decoration:none;
	border-color:#666666;
	/*font-weight:bold;*/
}

.form_continued
 {
	color: Teal;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	text-decoration:none;
	border-color:#666666;
	/*font-weight:bold;
	*/
}

.form_delivered
{

	color: #009900;
	font-family:Arial, Tahoma, Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	text-decoration:none;
	border-color:#666666;
	/*font-weight:bold;*/
}



/* ///////////////////////////////////////////////////////////////////////////// 
	CALENDAR STYLES
 ///////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////
	SHOW_COMPLETE
//////////////////////////////////////// */
div.c_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 1200px;
}

div.c_title {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 35px;
}

div.c_cal_select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 126px;
	height: 100%;
	font-size: 18px;
	text-align: center;
}

div.c_date {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

div.c_views {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 100%;
}

div.c_mms {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.c_daymonth {
	position: absolute;
	top: 0px;
	left: 140px;
}


div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #454545;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:20px;
      cursor:pointer;
}


/* ////////////////////////////////////////
	END SHOW_COMPLETE
//////////////////////////////////////// */


/* ////////////////////////////////////////
	SHOW_MONTH
//////////////////////////////////////// */
a.title:link, a.title:visited, a.title:hover, a.title:active, td.title {
	font-size: 16px;
	color: #454545;
}

div.m_month {
	position: relative;
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	overflow: hidden;
}

div.m_nav {
	position: relative;
	left: 20px;
	top: 0px;
	width: 480px;
	min-width: 480px;
	max-width: 480px;
	overflow: hidden;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
}

div.m_date_nav {
	position: absolute;
	width: 480px;
	left: 0px;
	top: 50%;
	margin-top: -9px;
	font-size: 16px;
}

div.m_calendar_nav {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	font-size: 16px;
}

div.m_title {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 50px;
	width: 480px;
	background-color: #c0c0c0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.m_title_bg, div.m_title_bg_sa, div.m_title_bg_so {
	position: absolute;
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

div.m_title_bg {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	top: 0px;
}

div.m_title_bg_sa {
	height: 50%;
	min-height: 50%;
	max-height: 50%;
	top: 0px;
}

div.m_title_bg_so {
	height: 50%;
	min-height: 50%;
	max-height: 50%;
	top: 50%;
}

div.m_title_text {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -7px;/*~half of font-size, preferably a little more*/
	font-size: 10px;
	font-weight: bold;
}

div.m_kw {
	position: absolute;
	left: 0px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	width: 20px;
}
div.m_kw_text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: right;
	padding-right: 4px;
	margin-top: -7px;/*half of font-size*/
	font-size: 11px;
	font-weight: bold;
}


div.m_days {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 480px;
	border-right: 1px solid black;
}

div.m_day, div.m_day_sa, div.m_day_so {
	position: absolute;
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

div.m_day {
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}

div.m_day_sa, div.m_day_so {
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	border-right: 1px solid black;
	overflow: hidden;
}

div.m_date {
	position: absolute;
	top: 0px;
	right: 2px;
	font-size: 9px;
}

div.m_events {
	position: absolute;
	width: 74px;
	min-width: 74px;
	max-width: 74px;
	height: 64px;
	min-height: 64px;
	max-height: 64px;
	top: 13px;
	left: 3px;
	font-size: 9px;
	overflow: auto;
	white-space: nowrap;
	scrollbar-base-color: #c0c0c0;
	scrollbar-face-color: #c0c0c0;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

/* ////////////////////////////////////////
	END SHOW_MONTH
//////////////////////////////////////// */



/* ////////////////////////////////////////
	SHOW_MINIMONTH
//////////////////////////////////////// */
a.mm_events:link, a.mm_events:visited, a.mm_events:hover, a.mm_events:active {
	font-size: 11px;
	color: #7E1616;
	/*background-color: #dbdbdb;*/
}

a.mm_empty:link, a.mm_empty:visited, a.mm_empty:hover, a.mm_empty:active {
	font-size: 11px;
	color: #909090;
}

a.mm_title:link, a.mm_title:visited, a.mm_title:hover, a.mm_title:active {
	/*color: black;*/
	font-weight: bold;
	font-size: 13px;
}

div.mm_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 126px;
	height: 107px;
}

div.mm_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

div.mm_day_title {
	/*font-weight: bold;*/
	position: absolute;
	top: 20px;
	height: 18px;
	width: 18px;
	font-size: 11px;
	text-align: right;
}

div.mm_day {
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: right;
}

/* ////////////////////////////////////////
	END SHOW_MINIMONTH
//////////////////////////////////////// */





/* ////////////////////////////////////////
	SHOW_DAY
//////////////////////////////////////// */

a.event_action:link,
a.event_action:visited,
a.event_action:hover,
a.event_action:active {
	font-size: 11px;
	color: white;
	font-weight: bold;
}

a.whole_day_event_action:link, 
a.whole_day_event_action:visited, 
a.whole_day_event_action:hover, 
a.whole_day_event_action:active {
	font-size: 11px;
	color: black;
	font-weight: bold;
}

a.event_details:link, 
a.event_details:visited, 
a.event_details:hover, 
a.event_details:active {
	font-size: 12px;
	color: white;
}

a.whole_day_event_details:link, 
a.whole_day_event_details:visited, 
a.whole_day_event_details:hover, 
a.whole_day_event_details:active {
	font-size: 12px;
	color: black;
}

a.title_link:link, 
a.title_link:visited, 
a.title_link:hover, 
a.title_link:active {
	font-size: 11px;
	color: white;
	font-weight: bold;
}

a.title_link:hover, 
a.title_link:active, 
a.event_details:hover, 
a.event_details:active {
	color: #909090;
}

span.hour_display_minutes
{
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
}
span.title
{
	width: 100%;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

span.whole_day_title
{
	width: 100%;
	font-size: 13px;
	color: black;
	font-weight: bold;
}

span.date_title
{
	font-size: 18px;
	font-weight: normal;
}

div.event_default
{
	background-color: #2e4cd3;
	scrollbar-base-color: #2e4cd3;
	scrollbar-face-color: #2e4cd3;
	scrollbar-highlight-color: #2e4cd3;
	scrollbar-shadow-color: #2e4cd3;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

div.event_meeting
{
	background-color: #dd1010;
	scrollbar-base-color: #dd1010;
	scrollbar-face-color: #dd1010;
	scrollbar-highlight-color: #dd1010;
	scrollbar-shadow-color: #dd1010;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

div.event_note
{
	background-color: #f0ca2e;
	scrollbar-base-color: #f0ca2e;
	scrollbar-face-color: #f0ca2e;
	scrollbar-highlight-color: #f0ca2e;
	scrollbar-shadow-color: #f0ca2e;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

div.event_anniversary
{
	background-color: #0cac43;
	scrollbar-base-color: #0cac43;
	scrollbar-face-color: #0cac43;
	scrollbar-highlight-color: #0cac43;
	scrollbar-shadow-color: #0cac43;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

div.event_timereg
{
	background-color: #C1819E;
	scrollbar-base-color: #C1819E;
	scrollbar-face-color: #C1819E;
	scrollbar-highlight-color: #C1819E;
	scrollbar-shadow-color: #C1819E;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

div.day
{
	position: relative;/*static*/
	overflow: hidden;
	z-index: 1;
	/*border-top: 1px solid black;*/
}

/* Ganztägige Farben */
/* ----------------- */
/* 
calendar: [Grün]
Dunkel: #A1C975
Hell: #D5ECBC
---------------
rechnung: [Blau]
Dunkel: #96A6BE
Hell: #CFD8E6
---------------
News: [Orange]
Dunkel: #E1985C
Hell: #FAD0AE
---------------
Zeiterfassung: [Violett]
Dunkel: #B98FA2
Hell: #E3CBD6
---------------
??? [Rot]
Dunkel: #CE8A8C
Hell: #EFC8C9
---------------
??? [Türkis]
Dunkel: #52C9C9
Hell: #A8ECEC
---------------
??? [Gelb]
Dunkel: #EAEAA1
Hell: #FFFFD5
---------------
*/


div.whole_day_events_calendar
{
	background-color: #A1C975;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid Black ;
}
div.whole_day_event_calendar
{
	background-color: #D5ECBC;
	position: absolute;
	left: 0px;
	padding-left: 40px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 2;
}

div.whole_day_events_zeiterfassung
{
	background-color: #B98FA2;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid Black ;
}

div.whole_day_event_zeiterfassung
{
	background-color: #E3CBD6;
	position: absolute;
	left: 0px;
	padding-left: 40px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 2;
}

div.whole_day_events_news
{
	background-color: #E1985C;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid Black ;
}

div.whole_day_event_news
{
	background-color: #FAD0AE;
	position: absolute;
	left: 0px;
	padding-left: 40px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 2;
}

/* Rechnung */
div.whole_day_events_rechnung
{
	background-color: #96A6BE;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid Black ;
}

div.whole_day_event_rechnung
{
	background-color: #CFD8E6;
	position: absolute;
	left: 0px;
	padding-left: 40px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 2;
}

div.event
{
	position: absolute;
	overflow: hidden;
	border: 1px solid black;
	background: none;
	cursor: default;
}

div.hour1, div.hour2
{
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	/*border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;*/
}

div.hour1
{
	background-color: #f1f1f1;
}

div.hour2
{
	background-color: #e0e0e0;
}

div.events
{
	position: absolute;
	top: 0px;
	overflow: auto;
	z-index: 4;
}

div.event_default, 
div.event_meeting, 
div.event_note, 
div.event_anniversary, 
div.event_timereg
{
	position: absolute;
	overflow: auto;/*nicht für mindesthöhenevents*/
	font-size: 10px;
	text-align: left;
	padding: 2px;
	padding-top: 1px;
	/*filter: Alpha(opacity=80, style=0);*/
}


div.hour_display
{
	position: absolute;
	/*overflow: hidden;*//*geht doch lokal?wo prob?*/
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid black;
}

div.event_buttons
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 12px;
	color: white;
}

div.whole_day_event_buttons
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 12px;
	color:black;
}

div.event_white
{
	position: absolute;
	background-color: white;
	background-color: #a0a0a0;
	overflow: hidden;
}

div.event_title_default, 
div.event_title_meeting, 
div.event_title_note, 
div.event_title_anniversary, 
div.event_title_timereg
{
	position: absolute;
	padding-left: 2px;
}
div.event_title_default
{
	background-color: #00407c;
}

div.event_title_meeting
{
	background-color: #ac0c0c;
}

div.event_title_note
{
	background-color: #d3ad0f;
}

div.event_title_anniversary
{
	background-color: #0a8735;
}

div.event_title_timereg
{
	background-color: #804B63;
}


hr.line
{
	height: 1px;
}

/* ////////////////////////////////////////
	END SHOW_DAY
//////////////////////////////////////// */
