input:active, input:hover, input:focus {
	background-color: #d9f0f9;
	border-color: #175ba2;
}

textarea:active, textarea:hover, textarea:focus {
	background-color: #d9f0f9;
	border-color: #175ba2;
}

select:active, select:hover, select:focus {
	background-color: #d9f0f9;
	border-color: #175ba2;
}

input.speichern:hover, input.speichern:active, input.speichern:focus {
	-moz-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	-webkit-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	border: 1px solid rbga(23, 91, 162, 1);
	background: #175ba2;
}

input.hinzufuegen:hover, input.hinzufuegen:active, input.hinzufuegen:focus
	{
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	background: #8eb0d9;
}

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input.monat:hover, input.monat:active, input.monat:focus, input.woche:hover,
	input.woche:active, input.woche:focus, input.quartal:hover, input.quartal:active,
	input.quartal:focus, input.heute:hover, input.heute:active, input.heute:focus
	{
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	background: #8eb0d9;
	border-color: #175ba2;
}

input.monatActive:hover, input.monatActive:active, input.monatActive:focus,
	input.wocheActive:hover, input.wocheActive:active, input.wocheActive:focus,
	input.quartalActive:hover, input.quartalActive:active, input.quartalActive:focus,
	input.heuteActive:hover, input.heuteActive:active, input.heuteActive:focus
	{
	-moz-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	-webkit-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	border: 1px solid rbga(23, 91, 162, 1);
	background: #175ba2;
}

input.heute, input.woche, input.monat, input.quartal {
	margin: 1px;
	float: left;
	width: 60px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0;
	text-indent: 0px;
	border: 1px solid #8eb0d9;
	background: #8EB0D9;
}

input.heuteActive, input.wocheActive, input.monatActive, input.quartalActive
	{
	margin: 1px;
	float: left;
	width: 60px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0;
	text-indent: 0px;
	border: 1px solid #175ba2;
	background: #175ba2;
}

input.smallButton:hover, input.smallButton:active, input.smallButton:focus
	{
	-moz-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	-webkit-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	border: 1px solid rbga(23, 91, 162, 1);
	background: #175ba2;
}

input.smallButton {
	margin: 1px;
	float: left;
	width: 80px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0;
	text-indent: 0px;
	border: 1px solid #8eb0d9;
	background: #8EB0D9;
}

input.color-heller {
	background: rgb(202, 219, 245);
}

input.color-hell {
	background: rgb(142, 176, 217);
}

input.color-mitte {
	background: rgb(82, 133, 189);
}

input.color-dunkel {
	background: rgb(23, 91, 192);
}

.schatten {
	width: 100%;
	height: 19px;
	opacity: 0.7;
	margin: -14px 0 0 18px;
	background-repeat: no-repeat;
	background-image: url(/JavaServerFaces/resources/images/schatten.png);
}

.nextButton {
	background: white url('/JavaServerFaces/resources/images/next.png')
		no-repeat top;
}

.auswahlButton {
	width: 185px;
	height: 185px;
}

input.colored {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('grayscale.svg#greyscale');
	filter: gray;
	-webkit-filter: grayscale(1);
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
}

.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('grayscale.svg#greyscale');
	filter: gray;
	-webkit-filter: grayscale(1);
}

input.colored:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

.gray img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('grayscale.svg#greyscale');
	filter: gray;
	-webkit-filter: grayscale(1);
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
}

img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

img.color {
	filter: none;
	-webkit-filter: grayscale(0);
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}

a, a:visited {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}

#commentZone h3 {
	color: #8e8e8e;
	font-size: 35px;
}

#commentZone o1 {
	margin: 50px 0 0 50px;
	list-style-type: decimal-leading-zero;
}

.commentlist li {
	margin: 0 0 20px 0;
	padding: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: relative;
}

.commentlist li:nth-child(odd) {
	background-color: rgba(175, 175, 175, .25);
}

.commentlist li:nth-child(even) {
	background-color: rgba(100, 100, 100, .25);
}

.commentlist li {
	background-color: expression((                                                 new
		Function('elem',, \ elem.style.backgroundColor =(
		                     
		  
		                        elem.isEven =  
		                                   
		            elem.previousSibling &&              
		   
		                                !                   
		    
		                        elem.previousSibling.isEven)?    
		                     "#d8d8d8":"#ebebeb";
	\ 
	,))(this))
}

.commentlist li:nth-child(odd):before, .commentlist li:nth-child(even):before
	{
	content: "";
	position: absolute;
	z-index: 1;
	top: 25px;
	left: -50px;
	width: 50px;
	height: 50px;
	background-color: rgba(175, 175, 175, .25);
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.commentlist li:nth-child(even):before {
	background-color: rgba(100, 100, 100, .25);
}

.commentZone .comment p {
	margin: 0;
	padding: 25px 25px 15px 25px;
}

.commentZone .comment p.date {
	margin: 0 -25px -25px -25px;
	padding-left: 50px;
	background-color: #bfbcb6;
	color: #2e2e2e;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.asb {
	font: bold 11px Arial;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	width: 145px;
	height: 12px;
	padding-top: 10px;
	font-color: white;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 1px solid rbga(23, 91, 162, 1);
	margin: 25px 0 0 0;
	border-color: #175ba2;
	font-color: white;
	background-color: transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	padding: 7px 14px 10px 10px;
	text-align: center;
}

div.asb:hover, div.asb:active, div.asb:focus {
	-moz-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	-webkit-box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	box-shadow: 0 0 10px rgba(98, 147, 203, .9);
	border: 1px solid rbga(23, 91, 162, 1);
}

div.asb:active, div.asb:hover, div.asb:focus {
	border-color: #175ba2;
}

div.asb.rechts {
	background: rgb(23, 91, 192);
	float: right;
}

div.asb.links {
	float: left;
}

div.asb.links:hover, div.asb.links:active, div.asb.links:focus {
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
}

div.asb.mitte {
	margin-left: 207px;
	position: absolute;
}

div.color-heller {
	background: rgb(202, 219, 245);
}

div.color-hell {
	background: rgb(142, 176, 217);
}

div.color-mitte {
	background: rgb(82, 133, 189);
}

div.color-dunkel {
	background: rgb(23, 91, 192);
}

.as {
	font-weight: bold;
	font-style: normal;
}

a.as:hover, a.as:active, a.as:focus {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: normal;
}

a.as, a.as:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: normal;
}

.bbt {
	font-size: 12pt;
	background: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	outline: none;
	box-shadow: none;
}