@charset "utf-8";
/* CSS Document */

<style type="text/css">

/* generelle Vorkehrungen */

html {
	margin: 0; 
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	background-color:#FFFFFF;
	background-image:url(../img_static/wrapper2.gif);
	padding: 0 0 0 0 ;
	margin: 0 auto;
	text-align: left;
}

 a {
	/* color: #CC3333; */
	color: #000000;
	text-decoration: none;
}  

/* a:hover, a:visited {
	color: #999999;
	text-decoration: none;
} */

 a:hover {
  background-color: #999999;
  color:#000000;
	text-decoration: none;
}

 tr:hover.linesel {
   background-color: #FFFF66;
   color:#000000;  
  /* display: block; */
 /*  font-weight:bold;  */
 }

 td.seitenueb {
   padding: 5px 0px 5px 0px;
   font-weight: bold;
 }

 td.greybox {
   background-color: #CCCCCC;
   color:#000000;
   font-weight: bold;
 }
 
 td.ueberschr {
   font-weight: bold;
 } 

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.errorform {
	color: #A50042;
	font-weight: bold;
}

/* HEADER */

#head_title {
	background-color: #FFFFFF;
}
	
/* HEAD NAVIGATION TOP */

#head_navigation_top {
  width: 50%;         /* neu */
	white-space: nowrap;
/*	padding: 0 0 0 5px;      */
	background-color: #CCCCCC;
	border: 3px solid #CCCCCC;
}

#head_navigation_top a {
	text-decoration: none;
	color: #000000;
}

#head_navigation_top a:hover {
	color: #FFFFFF;
}

/* HEAD NAVIGATION BOTTOM */

#head_navigation_bottom {
/*  width: 50%;            neu */
/*  float: left;           neu */
	margin: 0;
	padding: 0;
	white-space: nowrap;
/*	text-align: center;     */
	text-align: right;
	background-color: #CCCCCC;
	border: 3px solid #CCCCCC;  
}

#head_navigation_bottom li {
	list-style: none;
	display: inline;
}


#head_navigation_bottom a {
	text-decoration: none;
	background-color: #339900;
	padding: 0px 5px 0px 5px;
	color: #000000;
}

#head_navigation_bottom a.rechts {
	text-decoration: none;
	background-color:#CCCCCC;
	padding: 0px 5px 0px 5px;
	color: #000000;
}

#head_navigation_bottom a:hover {
	background-color: #FFFFFF;
}

#head_navigation_bottom li.active a {
	background-color: #33AD61;
}


/* NAVBAR LEFT */
/* alt
#navbar_left {
	margin: 0;
	float: left;
	width: 150px;
	background-color: #33AD61;
}
*/

#navbar_left {
	margin: 0;
	float: left;
	width: 146px;
/*	background-color: #339933;   */
	background-color: #339900;
}


#navbar_left ul {
	list-style: none;
	/* border: 1px solid black; */
}

#navbar_left li {
	/* border: 1px solid black; */
}

#navbar_left a {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar_left a:hover {
	color: #000000;

}

#navbar_left li.active a {
	color: #000000;
}

#navbar_left img {
	margin-top: 20px;
	color: #FFFFFF;
}

#navbar_left li {
margin: 0px 0px 0px -20px;
}

#navbar_left a img {
border: 0;
}

#navbar_left a:hover img {
border: 2px solid #000000;
}

/* .banner {                    */
/* float: left;                 */
/* width: 100px;                */
/* margin-left: -40px;          */
/* }                            */

/* NAVBAR RIGHT */

#navbar_right {
	float: right;
	width: 150px;
	padding: 0 0px 0 0;
	background-color: #33AD61;
}

#navbar_right ul {
	list-style: none;
}

#navbar_right li {
margin: 0px 20px 0px -12px;
}

#navbar_right img {
	margin-top: 20px;
	color: #FFFFFF;
}

#navbar_right a {
	text-decoration: none;
	color: #FFFFFF;
}

/* MAIN CONTENT */

#main_content {
/*	margin: 0 0 0 12em; */
  margin: 0 0 0 10em;    
/*	padding: 0 2em 0 2em; */  
  padding: 0 0 0 2em; 
}

#main_content h1 {
	font-size: 20px;
	text-align: center;
}

#main_content textarea.mce{
	width: 650px;
	height: 100px;
}

#main_content h2 {
  font-size: 14px;
	text-align: center;
	padding: 1px 0px 0px 0px;
	font-weight: bold;
}

#footer {
/*	background-color: #999999; */
	background-color: #CCCCCC;
	text-align: center;
}

/*DATETIMEPICKER dp*/
/* the div that holds the date picker calendar */
.dpDiv {
	width: 200px;
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #fff;
	border: 1px solid #AAAAAA;
	width: 200px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #ccc;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #ccc;
	border: none;
	cursor: pointer;
	font-weight: bold;
	}

.datebtn {
	background: url(../images/icon_date.gif) 0 0 no-repeat;
	height: 24px;
	width: 24px;
	text-indent:-1000px;
}


</style>
