.tooltip {
	padding: 4px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 200px;
	background-color: lightgreen;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: black;
	border: 1px solid white;
}

.tooltip_translucent {
	padding: 4px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 200px;
	background-image: url("/templates/green/fancy_bg.png"); 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: black;
	border: 1px solid white;
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
    -moz-border-radius-topright : 15px;
    -webkit-border-top-right-radius : 15px;
    -moz-border-radius-bottomleft : 15px;
    -webkit-border-bottom-left-radius : 15px;
    -moz-border-radius-bottomright : 15px;
    -webkit-border-bottom-right-radius : 15px;
}

.notiz 		{ background-color: lightgreen; }
.dpTable		{ background-color: #c7d8e7;	border: 1px solid #666666;	}
.Cdays		{ color: black; background-color: #FFFFFF;}
.Cempty		{ color: black; background-color: #F4F4F4;}
.Cday			{ color: black; background-color: #c7d8e7;}

body, p, td, form, input, textarea {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

p{
margin-bottom: 0.8em;
}

input, textarea {
    color: black;
//    font-weight: bold;
	 background-color: #dfe7ee;
//    border-width: 1px;
}

input:focus, textarea:focus {
	color: black;
   background-color: white;
}

body {
    background-color: #6699ff;
}

a {
    color: #933;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #000;
}

#menu {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    line-height: 15px;
    width: 160px;
}

#container {
    position: absolute;
    top: 0px;
    left: 168px;
    min-width: 600px;
    max-width: 900px;
	 right: 48px;
    z-index: 2;
    margin-left: 8px;
}

#cnt {
    width: 100%;
    margin-top: 8px;
}

#spruch {
    width: 100%;
    height: 64px;
	
}

.spruch {
  	color: black;
    text-align: center;
    font-style: italic;
    font-weight: light;
	margin-bottom: 16px;
}

#menu A:link, #menu A:visited {
    cursor: pointer;
    text-decoration: none;
    color: black;
    padding-left: 5px;
	width: 90%;
}

#menu A:hover, #menu A:active {
    cursor: pointer;
    text-decoration: none;
	 background: url("ar.gif") left center no-repeat;
    color: black;
    padding-left: 5px;
}

#menu_active A:link, #menu_active A:visited {
    cursor: pointer;
    text-decoration: none;
	 background: url("ar.gif") left center no-repeat;
    color: black;
    padding-left: 10px;
}

#menu_active A:hover, #menu_active A:active {
    cursor: pointer;
	 background: url("ar.gif") left center no-repeat;
    text-decoration: none;
    color: black;
    padding-left: 10px;
}

.klein {
    font-weight: light;
    font-size: 9px;
}

.highlight1 {
    background-color: lightgreen;
}

.highlight2 {
	color: black;
    background-color: #66cc66;
}

.highlight2 p td A a {
	color: white;
    text-decoration: none;
}

.kasten {
 	width: 100%;
    margin-bottom: 16px;
}

.kasten_titel {
    color: white;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 5px;
    font-weight: bold;
}

.kasten_body {
    padding: 6px;
}

input, select, textfield {
	margin: 4px 8px;
}

.button_new,.button_edit,.button_chat,.button,.button_read,.button_delete {
	height: 22px;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
	border-style: double;
	margin: 4px 8px;
	padding:0px 2px;
	background-repeat: no-repeat;
	background-position: 2px center;
	cursor: pointer;
	
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.button_new:hover,.button_edit:hover,.button_chat:hover,.button:hover,.button_read:hover,.button_delete:hover {
	background-color: #DDD;
	margin: 4px 8px;
}

.button_new {
	padding-left: 16px;
	color: green;
	border-color: green;
	background-image: url("/Bilder/iconNew.gif"); 
}

.button_read {
	padding-left: 16px;
	color: black;
	background-image: url("/Bilder/ok.gif"); 
	border-color: black;
}

.button_chat {
	padding-left: 16px;
	color: orange;
	background-image: url("/Bilder/iconChat.gif"); 
	border-color: orange;
}

.button_edit {
	padding-left: 16px;
	color: darkblue;
	background-image: url("/Bilder/iconEdit.png"); 
	border-color: darkblue;
}

.button_delete {
	padding-left: 16px;
	color: red;
	background-image: url("/Bilder/delete.gif"); 
	border-color: red;
}

.button {
	color: grey;
	border-color: grey;
}