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

@import url("normalisierung.css");

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#506aa7;
		background-color:#f2efe6;
		width:100%;
}

div#navigation {
		width:100%;
		height:59px;
		position:fixed;
		top:0;
		z-index:100;
}

div#navi-list {
		width:1250px;
		height:100%;
		background-image:url(../bilder/bg_navigation.png);
		background-repeat:repeat-x;
		margin:0 auto;
		color:#ffffff;
}

ul#navigationsliste {
	height:50px;
	margin:0 0 0 175px;
}

ul#navigationsliste li{
			float:left;
			height:100%;
			margin:0;
}

ul#navigationsliste li.act{
			color:#506aa7;
			background-color:#f0f0f5;
			width:80px;
			height:36px;
			padding:12px 20px 0 20px;
			font-weight:400;
}


div#wrapper {
		width:1250px;
		height:860px;
		margin: 0 auto;
		position:relative;
		margin-top:100px;
		background-image:url(../bilder/bg_wrapper.jpg);
		background-repeat:no-repeat;
		background-position:5% 100%;
		text-align:center;
}

p#hinweis_wuerfel {
		font-size:.9em;
}


/*** PUZZLE STARTSEITE  ***/

div#puzzle {
	width:904px;
	height:604px;
	margin:0 auto;
	position:relative;
	z-index:99;
}

table#puzzleTable {
	background-image:url(../bilder/bg_table.jpg);
	background-repeat:no-repeat;
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin:0 auto;
	z-index:99;
}

table#puzzleTable td {
	border:1px solid #999999;
	cursor:pointer;
	width:298px;
	height:198px;
	vertical-align:middle;
	text-align:center;
}

table#puzzleTable td div {
	width:298px;
	overflow:hidden;
	vertical-align:middle;
	padding:67px 0;
	/*display:none;*/
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	opacity:.6;
	filter:Alpha(opacity=60);
}

img.tdIMG {
	border:none;
	width:298px;
	height:198px;
}

div#popUpDiv {
	width:910px;
	height:auto;
	padding:10px;
	position:absolute;
	top:-30px;
	left:160px;
	background-color:#f0f0f5;
	border:3px solid #e8e3d0;
	padding-bottom:30px;
	display:none;
	background-image:url(../bilder/close.png);
	background-repeat:no-repeat;
	background-position:top right;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	z-index:100;
}

div#popUpText {
	padding:50px 30px 10px 100px;
	text-align:left;
}

div#popUpText p {
	color:#344b81;
	line-height:1.3em;
	width:700px;
}

div#close {
	width:100px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}

div#close_small {
	width:68px;
	height:68px;
	cursor:pointer;
	position:absolute;
	bottom:30px;
	right:10px;
	background-image:url(../bilder/close.png);
	background-repeat:no-repeat;
}

div#closeDiv:hover {
	border:2px solid #4f6aa7;
}

/*  Header  */

h1 {
	width:905px;
	height:40px;
	margin:0 auto;
}

h2 {
	font-size:1.7em;
	color:#4f6aa7;
}

/*  Pop-Up-Formatierungen  */

div#popUpText h2 {
	font-size:1.3em;
}

div#popUpText h2 span {
	font-size:.9em;
	font-weight:400;
}

p.zitat {
	font-size:.9em;
	font-style:italic;
	padding-top:30px;
	padding-bottom:40px;
	line-height:1.3em;
}
p.zitat span {
	font-size:.9em;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-top:10px;
}

span.tooltip {
	cursor:help;
	text-decoration:underline;
}

div#popUpText ul {
	width:600px;
	margin-left:30px;
	color:#344b81;
}

div#popUpText ul li{
	list-style:disc;
	margin-bottom:20px;
}

p#druck {
	margin-top:50px;
}

/*  Links  */

a {
	color:#a8a288;
	text-decoration:none;
	background-color:#e4e3f3;

}

a:hover {
	color:#a8a288;
	text-decoration:none;
}

ul#navigationsliste a {
	color:#f0f0f5;
	text-decoration:none;
	display:inline-block;
	min-width:80px;
	text-align:center;
	height:71%;
	background-color:#506aa7;
	padding:12px 20px 0 20px;
	border-left:1px solid #f0f0f5; 
}

ul#navigationsliste a:hover {
	color:#4f6aa7;
	background-color:#f0f0f5;
	text-decoration:none;
}

ul#navigationsliste a.act {
	color:#4e6086;
	background-color:#f0f0f5;
	font-weight:bold;
}

.navi_end {
	border-right:1px solid #f0f0f5; 
}

a.lightbox {
	color:#a8a288;
	text-decoration:none;
	background-color:transparent;

}

a:hover {
	color:#a8a288;
	text-decoration:underline;
}

a#lightbox-secNav-btnClose {
	background-color:transparent;
}

table#puzzleTable a {
	font-size:.9em;
	font-weight:bold;
}

span.wuerfelspan {
	font-size:.8em;
	font-weight:400;
}

a#vollbildansicht {
	color:black;
	float:right;
	background-color:transparent;
	font-weight:bold;
	margin-top:5px;
}

div#popUpText a {
	background-color:transparent;
	color:#344b81;
	font-weight:bold;
}

div#popUpText a:hover {
	color:#0000FF;
	text-decoration:none;
}

p#neuladen {
	position:absolute;
	top:820px;
	left:175px;
	visibility:hidden;
}

p#neuladen a {
	background-color:transparent;
	color:#000000;
	font-weight:bold;
	
}