/** --- coming soon --- **/

p.comingsoon {
	background-color:#e7e7e7;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	line-height: 40px;
	padding: 0px 24px;
	font-size: 14px;
	color: #494949;
	margin-bottom: 60px;
	font-size: 18px;
	text-align: center;
	width: auto;
	margin-top: 70px;
	float: left;
	margin-left:130px;
}


/** --- Kerze anzünden --- **/


.choose_candle {
		/*float: left;*/
		margin-top: 20px;
		margin-bottom: 40px;
	}

		.choose_candle .candle_frame {
			width: 50px;
			height: 75px;
			background-color: white;
			background-repeat: no-repeat;
			background-position: 2px 10px;
			float: left;
			margin: 0px 3px;
		}
			
		
			.choose_candle .can_2 {
				background-position: 2px 28px;
			}
			
			.choose_candle .can_3 {
				background-position: 2px 20px;
			}
			
			.choose_candle .can_4 {
				background-position: 2px 16px;
			}
			
			.choose_candle .can_5 {
				background-position: 2px 20px;
			}
			
			.choose_candle .can_6 {
				background-position: 2px 21px;
			}
			
			.choose_candle .can_7 {
				background-position: 2px 36px;
			}
			
			.choose_candle .can_8 {
				background-position: 2px 23px;
			}
			
			.choose_candle .can_9 {
				background-position: 2px 26px;
			}
			
			.choose_candle .can_10 {
				background-position: 2px 24px;
			}
			
			.choose_candle .can_11 {
				background-position: 2px 24px;
			}
			
			.choose_candle .can_12 {
				background-position: 2px 11px;
			}
			
			.choose_candle .can_13 {
				background-position: 2px 22px;
			}
			
			.choose_candle .can_14 {
				background-position: 2px 22px;
			}
			
			.choose_candle .can_15 {
				background-position: 2px 24px;
			}
		
		.choose_candle .candle_frame:hover {
			border: 1px solid #cecece;
			margin: -1px 2px;
		}
		
		

		/** .choose_candle img {
			float: left;
			opacity:0.7;
		} 						ersetzt **/
	

		.choose_candle .candleborder {
			border: 1px solid #cecece;
			opacity:1.0;
			margin: -1px 2px;
		}
				
		.choose_candle .control_left {
			float: left;
			opacity:0.7;
			display: block;
			background-image: url(/images/choose_candle_left.png);
			background-repeat: no-repeat;
			background-position: left 15px;
			height: 40px;
			width: 20px;
			margin: 26px 10px 20px 0px;
		}
		
		.choose_candle .control_right {
			float: left;
			opacity:0.7;
			display: block;
			background-image: url(/images/choose_candle_right.png);
			background-repeat: no-repeat;
			background-position: right 15px;
			height: 40px;
			width: 20px;
			margin: 26px 0px 20px 10px;
		}
		
		.choose_candle .control_left:hover, 	
		.choose_candle .control_right:hover  {
			opacity:1.0;
			}
			
		
	.choose_color {
		float: left;
		margin-top: 0px;
		margin-left: 36px;
		margin-bottom: 60px;
		width: 700px;
		height: 20px;
	}
	
		.choose_color li {
			display: block;
			height: 18px;
			width: 18px;
			float: left;
			margin: 0px 4px 12px 4px;
		}
		
		.choose_color li:hover {
			width: 24px;
			height: 24px;
			margin: -3px 1px 0px 1px;
		}
		
		.choose_color li.current {
			width: 24px;
			height: 24px;
			margin: -3px 3px 0px 3px;
		}


/** --- overlay --- **/

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.overlay .window {
	position: absolute;
	left: 50%;
	margin: -370px;
	width: 590px;
	min-height: 100px;
	background-color: #fff;
	z-index: 1;
	padding: 60px 100px 70px 50px;
	box-shadow: 0px 6px 33px -14px #000;
	-moz-border-radius-box-shadow: 0px 6px 33px -14px #000;
	-webkit-box-shadow: 0px 6px 23px -9px #000;	
}

.overlay .window .headline_1 {
	margin-bottom: 14px;
}

.overlay .window p.info {
	line-height: 20px;
	margin-bottom: 52px;
}

.overlay .window .button.grey {
	margin-right: 14px;
} 

.overlay .darkness {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
}

.overlay a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	width: 13px;
	height: 13px;
	background-image: url(/images/notification_close.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 5;
}

.overlay a:hover {
	opacity:1.0;
}

.formular fieldset {
	border: none;
	width: 350px;
	padding-top: 10px;	
	margin-bottom: 20px;
	margin-right: -3px;
}


.overlay input {
	float: right;	
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 23px;
	width: 200px;
	line-height: 23px;
	color: #6b6b6a;
	padding-left: 6px;
	margin-bottom:5px;
}

.overlay textarea {
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 330px;
	width: 577px;
	float: left;
	color: #6b6b6a;
	padding: 6px;
	font-family:arial;
	font-size: 14px;
}

.overlay fieldset input {
    float: left;
    height: 34px;
    line-height: 34px;
    width: 400px;
}

.overlay input.error {
    background-color: #FCD1D1;
    border: 1px solid #FD7D7D;
}

/** neuer Layer **/


.fulllayer {
	position: absolute;
	height: 100%;
	z-index: 20;
}

.fulllayer .title {
	height: 36px; 
	line-height: 36px; 
	font-family: georgia; 
	font-size:18px; 
	color:#5D5D5D; 
	padding-left:15px; 
	width:813px;
}

.fulllayer .window {
	position: absolute;
	margin-top: -285px;
	width: 790px;
	min-height: 100px;
	background-color: #fff;
	z-index: 1;
	padding: 50px 100px 70px 45px;
	box-shadow: 0px 6px 33px -14px #000;
	-moz-border-radius-box-shadow: 0px 6px 33px -14px #000;
	-webkit-box-shadow: 0px 6px 23px -9px #000;	
}

.fulllayer .window .headline_1 {
	margin-bottom: 14px;
}

.fulllayer .window p.info {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 13px;
}

.fulllayer .window p.info2 {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.fulllayer .window .button.grey {
	margin-right: 14px;
} 

.fulllayer .darkness {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
}

.fulllayer a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	width: 13px;
	height: 13px;
	background-image: url(/images/notification_close.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 5;
}

.fulllayer a:hover {
	opacity:1.0;
}

.fulllayerformular fieldset {
	border: none;
	width: 350px;
	padding-top: 10px;	
	margin-bottom: 20px;
	margin-right: -3px;
}


.fulllayer input {
	float: right;	
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 23px;
	width: 200px;
	line-height: 23px;
	color: #6b6b6a;
	padding-left: 6px;
	margin-bottom:5px;
}

.fulllayer textarea {
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 120px;
	width: 795px;
	float: left;
	color: #6b6b6a;
	padding: 15px;
	font-family:arial;
	font-size: 14px;
	margin-top:2px;
	max-width: 795px;
}

.fulllayer fieldset input {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 800px;
}


.fulllayer input.error {
    background-color: #FCD1D1;
    border: 1px solid #FD7D7D;
}

.frontend {
	margin-top: 180px;
}

/** Ende neuer Layer **/

/** Siteadmin Layer **/


.siteadminlayer {
	position: absolute;
	height: 100%;
	z-index: 20;
}

.siteadminlayer .title {
	height: 41px; 
	line-height: 41px; 
	font-family: georgia; 
	font-size:18px; 
	color:#5D5D5D; 
	padding-left:20px; 
	width:823px;
}

.siteadminlayer .window {
	position: absolute;
	margin-top: -275px;
	width: 790px;
	min-height: 100px;
	background-color: #fff;
	z-index: 1;
	padding: 38px 100px 70px 50px;
	box-shadow: 0px 6px 33px -14px #000;
	-moz-border-radius-box-shadow: 0px 6px 33px -14px #000;
	-webkit-box-shadow: 0px 6px 23px -9px #000;	
}

.siteadminlayer .window .headline_1 {
	margin-bottom: 12px;
}

.siteadminlayer .window p.info {
	line-height: 20px;
	margin-bottom: 12px;
	width: 840px;
}

.siteadminlayer .window p.info2 {
	line-height: 20px;
	margin: 15px 0 15px 0;
	font-size: 16px;
	font-family: georgia;
	color: #828282;
}

.siteadminlayer .window .button.grey {
	margin-right: 14px;
} 

.siteadminlayer .darkness {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
}

.siteadminlayer a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	width: 13px;
	height: 13px;
	background-image: url(/images/notification_close.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 5;
}

.siteadminlayer a:hover {
	opacity:1.0;
}

.fulllayerformular fieldset {
	border: none;
	width: 350px;
	padding-top: 10px;	
	margin-bottom: 20px;
	margin-right: -3px;
}


.siteadminlayer input {
	float: right;	
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 23px;
	width: 200px;
	line-height: 23px;
	color: #6b6b6a;
	padding-left: 6px;
	margin-bottom:5px;
}

.siteadminlayer textarea {
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	height: 118px;
	width: 812px;
	float: left;
	color: #6b6b6a;
	padding: 15px;
	font-family:arial;
	font-size: 14px;
	margin-top:2px;
	max-width: 812px;
}

.siteadminlayer fieldset input {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 800px;
}


.siteadminlayer input.error {
    background-color: #FCD1D1;
    border: 1px solid #FD7D7D;
}


/** Ende Siteadmin Layer **/

#meinung { 
	width: 760px;
	height: 290px;
	margin-bottom: 30px;
	
}

.meinungdata {
	width: 350px;
}

.meinungdata a {
    left: 50px;
    position: absolute;
    top: 235px;
}

/** meinung button **/
.meinungbutton {
	background:url(/images/button3sprite.png) top no-repeat;
	height: 31px;
	width: 182px;
	display: block;
	line-height: 33px;
	padding: 0 0 0 25px;
	color: white;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	float:right;
	margin: 0px -20px 0 0;	
	cursor: pointer;
}


.meinungbutton:hover {
	background:url(/images/button3sprite.png) bottom no-repeat;

}


/** --- infobar --- **/

#infobar {
	background-color: #899eb7;
	background-image: url(/images/infobar_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	color: #fff;
	font-size: 12px;
}

#infobar .wrapper {
	width: 940px;
	margin: 0 auto;
	height: 102px;
	padding-top: 22px;
}

#infobar .login {
	float: right;
	display: block;
	background-color: rgba(86,116,152,0.25);
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	margin-top: -6px;
	width: 300px;
}
	#infobar .hello p {
		font-size: 14px;
	}
	
	#infobar .hello a {
		float: left;
		display: block;
		margin-top: 10px;
		background-image: url(/images/bullet.png);
		background-position: 0px 4px;
		background-repeat: no-repeat;
		padding-left: 12px;
		font-size: 13px;
		margin-right: 24px;
	}

	#infobar .login fieldset {
		border: none;
	}
	
	#infobar .login a {
		padding-top: 0px;
		/*display: block;*/
		color: #fff;
		margin-left:4px;
		}
	
	#infobar .login a:hover {
		color: #e2eaf3;
	}
		
		
				
	#infobar .login fieldset input[type="text"],
	#infobar .login fieldset input[type="password"] {
		border: none;
		width: 112px;
		height: 20px;
		color: grey;
		padding-top: 1px;
		padding-left: 8px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin-bottom: 10px;
		margin-left: 1px;
	}
	
	#infobar .login fieldset input[type="button"] {
		background-color: transparent;
		background-image: none;
		border: none;
		font-weight: bold;
		color: white;
		font-size: 12px;
		padding-left: 6px;
	}
	
	#infobar .login fieldset input[type="submit"] {
		background-color: transparent;
		background-image: none;
		border: none;
		font-weight: bold;
		color: white;
		font-size: 12px;
		padding-left: 6px;
		cursor: pointer;
	}	
		
	#infobar .login fieldset input[type="submit"]:hover {
		cursor: pointer;
		color: #e2eaf3;
	}

#infobar ul {
	list-style: none;	
	float: left;
	margin-left: 30px;
	margin-right: 15px;
}

	#infobar ul .title {
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	#infobar ul a {
		display: block;
		color: #fff;
		padding: 0px 0px;
		line-height: 14px;
	}
	
	#infobar ul a:hover {
		color: #e2eaf3;
	}
	
	/** --- Aktion Lichtpunkt --- **/
	
#head .lichtpunkt {
	height: 70px;
	width: 218px;
	background-image:url(/images/aktion-lichtpunkt.png);
	position: absolute;
	top: 0px;
	right: 420px;	
}

#head .lichtpunkt:hover {
	background-position: bottom;	
}	
	
	
	/** --- feedback_header --- **/
	
#head .feedback {
	height: 89px;
	width: 282px;
	background-image:url(/images/head_feedback.png);
	position: absolute;
	top: 0px;
	right: 405px;	
}

#head .feedback:hover {
	background-position: bottom;	
}

#head .feedback2 {
	height: 89px;
	width: 282px;
	background-image:url(/images/head_feedback.png);
	position: absolute;
	top: 0px;
	right: 300px;
	z-index: 5;	
}

#head .feedback2:hover {
	background-position: bottom;	
}

/** --- login --- **/

.login {
	float: right;
	display: block;
	width: 508px;
	margin-top: 4px;
	background-color: rgba(86,116,152,0.25);
	background-color: transparent;
	padding: 33px 13px 0px 20px;
	height: 60px;
	position: relative;
	z-index: 3;
}

.login.hello {
	margin-top: -2px;
	
	}
	
	.login.hello a.username {
		display: block;
		color: #6b7e9e;
		position: absolute;
		top: 35px;
		right: 86px;
		font-size: 14px;

	}
	
	.login.hello a.username:hover {
		color:#4e607e;
	}
	
	.login.hello a.logout {
		display: block;
		font-size: 12px;
		color: #95A7C4;
		position: absolute;
		top: 37px;
		right: 19px;
		font-size: 12px;

	}
	
	.login.hello a.logout:hover {
		color:#4e607e;
	}
	
	.login.hello a.edit {
		display: block;
		padding-left: 9px;
		width: 149px;
		font-size: 12px;
		line-height: 20px;
		color: #6b7e9e;
		margin-top:2px;
		margin-left: 5px;
		color: #ffffff;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background-color:#aab9d2;
		position: absolute;
		top: 53px;
		right: 18px;
		background-image:url(/images/login_dropdown_arrow.png);
		background-position: 143px 9px;
		background-repeat: no-repeat;
	}
	
	.login.hello a.edit.single {
		background-image: none;
		width: 140px;
	}
	
	.login.hello ul.dropdown {
		position: absolute;
		right: 18px;
		top: 73px;
		background-color: #9aaac5;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 8px 12px;
		display: none;
		font-size: 12px;
		color: #dfe6f1;
		min-width: 134px;
	}
	
	.login.hello ul.dropdown a:hover {
		color: #fff;
	}
	
	.login.hello .dropdown_frame:hover ul.dropdown {
		display: block;
	}
	
	.login.hello .dropdown_frame:hover a.edit {
		background-color:#9aaac5;
	}

.login.hello a.username.star:before {
	background: url("/images/premium-stern.png") no-repeat;
	content: " ";
	display: block;
	height: 11px;
	left: -15px;
	position: absolute;
	top: 3px;
	width: 11px;

}

	.login fieldset {
		border: none;
	}
	
	.login a {

		}
		
		.login .reg {
			position: absolute;
			left: 30px;
			top: 16px;
			font-size:11px;
			color: #6b7e9e;
			}
			
				.login .reg a {
					color:;
					}
					
				.login .reg a:hover {
					color: #576986;
					}
			
		.login .pw {
			position: absolute;
			right: 236px;
			top: 63px;
			font-size:11px;
			color: #a9b6c8;
			}
			
		.login .error_message {
			position: absolute;
			left: 32px;
			top: 63px;
			font-size:12px;
			color: #d64545;
			font-style:italic;
			}
	
	.login a:hover {
		color: #6b7f9c;
	}
		
		
				
	.login fieldset input[type="text"],
	.login fieldset input[type="password"] {
		width: 140px;
		height: 22px;
		color: #8391a9;
		padding-left: 7px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 1px solid #c4cedc;
		margin-bottom: 10px;
		margin-left: 5px;
		background-color:#fff;
		font-size: 11px;
		float: left;
	}
	
	.login fieldset input.error {
		border: 1px solid #e87676;
	}
	
	.login fieldset input[type="button"] {
		background-color: transparent;
		background-image: url(/images/login_button.png);
		background-image: none;
		border: none;
		font-weight: normal;
		font-size: 12px;
		color: white;
		margin: 1px 0 0 310px;
		font-size: 12px;
		background-color:#a8bad8;
		height: 22px;
		display: block;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 1px 3px 2px 5px;
		line-height: 22px;
		width: 74px;

	}
		
	.login fieldset input[type="button"]:hover {
		cursor: pointer;
		background-image: url(/images/login_button_hover.png);
		background-image:none;
		background-color:#91a4c4;
	}
	
.newtopgedenk {
	float:right;
	width: 125px;
	margin: -33px -13px 0 0;
	font-weight: normal;
	font-size: 12px;
	color: white;
	background-color: #99d354;
	height: 19px;
	display: block;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 3px 2px 5px;
	line-height: 22px;
}

.newtopgedenk:hover {
	background-color: #a8d770;
}

.newtopgedenk a:hover {
	color: white;
}

	
/** --- footer --- **/

#footer {
	margin: 0px auto 0px auto;
	height: 61px;
	background-color: #fff;
	opacity: 0.4;
	padding: 10px;
	clear: both;
	font-size:12px;
	color: #3e3e3e;
	}

#footer p {
	width: 910px;
	padding: 16px 10px 0px 10px;
	margin: 0px auto;
}

#footer a {
	color: inherit;
	line-height: 20px;
	
}

#footer a:hover {
	color: #000;
	
}

#footer p img {
	float: right;
	padding-right: 14px;
	margin-top: -5px;
}

.report {
	cursor: pointer;
}

.video_entry {
	margin-top: 180px;
}



