@import url("global.css");
@import url("content.css");
@import url("pages.css");

/*
EM - PX zum kopieren oder nachschauen
10px = 0.71em
12px = 0.86em
14px = 1.00em
16px = 1.14em
18px = 1.28em
22px = 1.57em
26px = 1.85em
*/


/** --- page --- **/


body {
	background-color:#e7ded4;
	font-family: Arial;
	font-size: 15px;
	color: #7e7c7c;
}

#container {
	background-image: url(/images/page_background.png);
	background-repeat:repeat-x;
	position: relative;
}

#container:before {
	content:url(/images/empty.png);
	height: 249px;
	width: 100%;
	background-image: url(/images/head_background_2.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}





/** --- head --- **/

#head {
	width: 940px; /** +2x119px **/
	margin: 0 auto;
	height: 249px;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 14px;
}

#navigation {
	list-style: none;
	position: absolute;
	top: 102px;
	height: 45px;
	width: 928px;
	background-color: #e5e9ef;
	padding: 0px 0px 0px 16px;
	background-image: url(/images/navigation_background.png);
}

		#navigation li {
			float: left;
		}

		#navigation li:first-child a {
			float: left;
			border-left:0px;
			background-image: none;
		}

		#navigation li:last-child {
			/*float: right; */
		}

		#navigation li:last-child a {
			/*background-image: url(/images/navigation_facebook_icon.png);
			background-repeat: no-repeat;
			background-position: 10px 10px;
			padding-left: 35px;
			border: none;
			font-size: 12px;*/
		}

		#navigation li.current {
			background-color: #97a8c5;
		}

		#navigation li.current a {
			color: #fff;
			border: none;
			border-right: 1px solid 90a3bf;
			border-left: 1px solid #8da1bd;
			text-shadow: 0px 1px 0px #7d8a9e;
			background-image: url(/images/navigation_current_background.png);
			background-repeat: repeat-x;
		}

		#navigation li.current a:hover {
			cursor: normal;
			color: #fff;
		}

		#navigation li a {
			display: block;
			padding: 0px 21px;
			color: #67717d;
			font-size: 14px;
			height: 37px;
			line-height: 37px;
			border-right: 1px solid #d3dae5;
			/*background-image: url(/images/navigation_tab_line.png);*/
			background-repeat: no-repeat;
			text-shadow: 0px 1px 0px #fff;
		}

		#navigation li a:hover {
			color: #444e5a;
		}

#infobar_button {
	position: absolute;
	top: -1px;
	right: 0px;
	padding: 4px 9px 4px 9px;
	background-color: #7e95b1;
	-webkit-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-bottom:1px solid #738caa;
	font-family:arial;
	font-size: 12px;
	color: #fff;
	background-image: url(/images/home_button_up.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding-left: 20px;
}

#infobar_button.down {
	background-image: url(/images/home_button_down.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding-left: 20px
}


#search {
	display: block;
	width: 305px;
	background-color: white;
	position: absolute;
	bottom: 29px;
	right: 40px;
	border: none;
	font-size: 12px;
}

#search fieldset {
	border: none;
}

#search input[type="text"] {
	height: 34px;
	padding-left: 18px;
	padding-top: 1px;
	width: 239px;
	border: none;
	background-image:url(/images/search_input.png);
	float: left;
	font-family:georgia;
	font-size: 16px;
	color:#626262;
}

#search input[type="button"] {
	height: 35px;
	line-height: 35;
	width: 48px;
	border: none;
	background-image:url(/images/search_submit.png);
	float: left;
}

#search input[type="button"]:hover {
	cursor: pointer;
	background-position: 0px bottom;
}

#description {
	position: absolute;
	bottom: 27px;
	left: 35px;

}
	#description span {
		color: #6b6b6b;
		font-size: 14px;
		background-image:url(/images/bullet.png);
		background-repeat: no-repeat;
		background-position: 5px 4px;
		padding-left: 16px;
		display: block;
	}

	#description .headline_1 {
		font-size: 22px;
		color: #5e5e5e;
		background-image:none;
		padding-bottom: 2px;
		padding-left: 0px;
	}


.time div{
    display:inline;
}
/** --- notification --- **/

.notification {
	width: 886px;
	height: 40px;
	background-image: url(/images/notification_background.png);
	background-color: #c2c2c2;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.notification.red {
	background-color: #ef7575;
	color: #fff;
}

.notification.green {
	background-color: #9fdc6e;
	color: #595959;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.notification.yellow {
	background-color: #ffe96d;
	color: #595959;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}


.notification a.close {
	float: right;
	padding: 5px;
	width: 13px;
	height: 13px;
	background-image: url(/images/notification_close.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	margin: 9px 13px 0px 0px;
	opacity: 0.8;
}

.notification a:hover {
	opacity:1.0;
}



/** --- main --- **/

#main {
	margin: 10px auto 0px auto;
	min-height: 300px;
	width: 940px;
}

#sub_navigation {
	float: left;
	width: 220px;
	list-style: none;
	font-family: georgia;
	font-size: 18px;
	color: #727272;
}

		#sub_navigation li {
			display: block;
			position: relative;
			background-image: url(/images/sub_navigation.png);
		}

		#sub_navigation li:after {
			content: url(/images/sub_navigation_shadow.png);
			position: absolute;
			width: 220px;
			height: 6px;
			bottom: 5px;
			left: 0px;
			display: block;
			z-index: -1;
		}

		#sub_navigation li:last-child:after {
			content: url(/images/sub_navigation_shadow_last.png);
			position: absolute;
			left: 0px;
			bottom: -6px;
		}

		#sub_navigation li.current {
			background-image: url(/images/sub_navigation_current.png);
		}

		#sub_navigation li.current+li {
			background-image: url(/images/sub_navigation_current_followed.png);
		}

		#sub_navigation li.current+.green{
			background-image: url(/images/sub_navigation_green.png);
		}

		#sub_navigation li a {
			color: #727272;
			text-shadow: 0 1px 0px rgba(255,255,255,0.9);
			display: block;
			width: 192px;
			height: 40px;
			line-height: 41px;
			padding-left: 26px;
			padding-top: 1px;
			margin-bottom: 6px;
		}


		#sub_navigation li a.new {
			background-image: url(/images/sub_navigation_new.png);
			background-repeat: no-repeat;
			background-position: right 0px;

		}

		#sub_navigation li a.locked {
			background-image: url(/images/closed-gedenkseite-button.png);
			background-repeat: no-repeat;
			background-position: right 10px;

		}

		#sub_navigation li a:hover,
		#sub_navigation li.current a{
			color: #545454;
		}

		#sub_navigation .green {
			background-image: url(/images/sub_navigation_green.png);
		}

		#sub_navigation .green a {
			color: #fff;
			text-shadow: 0 -1px 0px rgba(99,123,69,0.6);
		}

		#sub_navigation .green a:hover {
			color: #e6f4d5;
		}

#main.full #sub_navigation {
	display: none;
}

.content {
	background-color: white;
	float: right;
	width: 628px;
	min-height: 650px;
	padding: 32px 50px 120px 42px;
	margin-bottom: 90px;
	position: relative;
}
/*
.content:before {
	content: url(/images/content_half_shadow_top.png);
	position: absolute;
	right: -10px;
	top: -8px;
	z-index:-1;
}

.content:after {
	content: url(/images/content_half_shadow_bottom.png);
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index:-1;
}
*/
.content.sidebar .left_side {
	width:508px;
	margin:-32px 0px -120px -42px;
	padding:32px 40px 120px 42px;
	float:left;
}

.content.sidebar .right_side {
	width:300px;
	margin:-32px -50px -120px 0px;
	padding:32px 50px 120px 0px;
	float:right;
	background-image:url(/images/sidebar.png);
	background-repeat:no-repeat;
}

#main.full .content {
	width: 848px;
}

/*
#main.full .content:before {
	content: url(/images/content_shadow_top.png);
	position: absolute;
	right: -10px;
	top: -7px;
	z-index:-1;
}

#main.full .content:after {
	content: url(/images/content_shadow_bottom.png);
	position: absolute;
	right: -10px;
	bottom: -23px;
	z-index:-1;
}
*/

/** --- tip --- **/


.content_head + .tip {
	margin-top: -40px;
	border-top: 0px solid #e8e8e8;
}

.content_head + .tip.open {
	margin-top: -41px;
}

.tip {
	display: block;
	margin: 20px -50px 0px -42px;
	position: relative;
	border-top: 1px solid #e8e8e8;
	min-height: 1px;
}

.tip.open {
	border: 0px;
	border-top: 1px solid #7aac5c;
}

.tip a {
	background-color:#9bcd7b;
	background-image: url(/images/tip_up.png);
	background-repeat:no-repeat;
	background-position: 147px 10px; /** depends on text **/
	color: rgba(0,0,0,0.5);
	line-height: 24px;
	position: absolute;
	top: -24px;
	right: 50px;
	padding: 0px 26px 0px 11px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
	-webkit-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	font-size: 12px;
}

.tip a:hover {
	color: rgba(0,0,0,0.7);
}

.tip.closed a {
	background-image: url(/images/tip_down.png);
}

.tip.closed div {
	display: none;
}

.tip div {
	background-color:#9bcd7b;
	padding: 25px 50px 30px 42px;
	color: rgba(0,0,0,0.5);
	border-bottom: 1px solid #7aac5c;
	margin-top: -21px;
}

.tip div .headline_2 {
	color: rgba(0,0,0,0.5);
}




/** --- 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;
}

/** ALTE SACHE, da die neuen CSS so nicht angewendet werden können **/

.tips {
	cursor: pointer;
	/*color: #5f7253;*/
	color: #FFFFFF;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 130px;
	padding: 0 15px 0 0;
	font-size: 12px;
	background: url(/images/tips_closed.jpg) no-repeat;
	margin: -68px 0 0 485px;
}
.tips.open {
	background: url(/images/tips_open.jpg) no-repeat;
	padding: 0 19px 0 0;
	width: 126px;
}
.tipsCont {
	background: url(/images/green_bg.png) repeat-x;
	height: 270px;
	overflow: hidden;
	margin: -1px -2px 0;
}


.albumList {
	overflow: hidden;
	width: 651px;
	margin: 0 auto;
}
.albumList li {
	float: left;
	height: 190px;
	width: 217px;
	text-align: center;
	font-size: 11px;
	background: url(/images/gallery_shade.png) top center no-repeat;
	position: relative;
}
.albumList li div {
	background: url(/images/schieb.png) no-repeat;
	width: 116px;
	height: 118px;
	position: absolute;
	top: 20px;
	right: 50px;
	display: none;
}
.albumList li:hover div {
	display: block;
}
.albumList span {
	display: none;
	text-align: left;
	padding: 0px 15px;
	overflow: hidden;
}
.albumList span .del {
	float: right;
	padding: 0 0 0 10px;
	background: url(/images/x.png) 0 4px no-repeat;
}
.albumList li:hover span {
	display: block;
}
.albumList img {
	margin: 8px 0 6px;
}

#blackLayer {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;

}

#sha_bl, #sha_br, #sha_tl, #sha_tr {
position: absolute;
background-repeat: no-repeat;
width: 14px;
height: 174px;
}
#sha_bl, #sha_br {
bottom: -15px;
}
#sha_tl, #sha_tr {
top: -10px;
}
#sha_bl {
background-image: url(/images/u_l.png);
left: -14px;;
}
#sha_br {
background-image: url(/images/u_r.png);
right: -14px;
}
#sha_tl {
background-image: url(/images/o_l.png);
left: -14px;;
}
#sha_tr {
background-image: url(/images/o_r.png);
right: -14px;
}
#sha_bc, #sha_tc {
position: absolute;
background-repeat: no-repeat;
width: 940px;
height: 15px;
left: 0;
}
#sha_bc {
background-image: url(/images/u_c.png);
bottom: -15px;
}
#sha_small_center {
position: absolute;
background-repeat: no-repeat;
width: 720px;
height: 15px;
left: 0;
background-image: url(/images/u_c_small.png);
bottom: -15px;
}


#sha_tc {
top: -15px;
}

.headlinelink:hover{
	text-decoration: underline;
}

.highlightInfo {
	cursor: pointer;
}

.highlightInfo:hover{
	text-decoration: underline;
}
