/* Allgemein */

body {

background-image: url('/layout/bg.jpg');
background-attachment: fixed;
font-family: Verdana; 
text-align: justify;
font-size: 10px;

color: #666;

margin-top: 10px;
padding: 0px;

}





/* Layout */





#container {

margin: 0 auto;
margin-top: 10px;
width: 1000px;
background-color: #ffffff;
border: 0px solid #ffffff;
box-shadow: 0 4px 8px 0 #25451f, 0 4px 20px 0 #25451f;

}



#header {
width: 1000px; 
height: 428px;
border-bottom: 0px solid #ffffff;
background-image: url('/layout/header.png');


}


#sidebar {

float: right;
width: 213px;
padding: 5px;
margin: 4px;
background-color: #ffffff;


}


#content {

float: left;
width: 750px;
padding: 5px;
margin: 4px;
background-color: #ffffff;

}



#footer {

clear: both;
background-color: #ffffff;
border-top: 0px solid #ffffff;
text-align: center;
padding: 0px;
background-image:url('/layout/footer-bg.png');

}



#navigation {

width: 1000px;
height: 38px;
padding: 0px; 
margin: 0px;
margin-bottom: 10px;
background-image: url('/layout/header1.png');


}



#navigation ul {

padding: 0px;
margin: 0px;

}


#navigation ul li {

float: left;
width: 16.66%;
padding: 0px;
margin: 0px;
list-style: none;


}




#navigation ul li a {

display: block;
color: #ffffff;
padding: 4px;
margin: 0px 1px;
text-align: center;
text-decoration: none;
background: none;
font-family: Poiret One;
text-transform: lowercase;
font-size: 22px;


}



#navigation ul li a:hover {

display: block;
color: #ffffff;
padding: 4px;
margin: 0px 1px;
text-align: center;
text-decoration: none;
background: rgba(255,255,255,0.2);
font-family: Poiret One;
text-transform: lowercase;
font-size: 22px;


}






/* Links */

a:link, a:active, a:visited {
text-decoration: none; 
color: #736F6E; 
}

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



a.nav:link, a.nav:active, a.nav:visited {
font-family: "verdana"; 
text-align: left;
padding: 3px;
margin: 1px;
padding-left: 10px;
font-size: 10px; 
color: #ffffff;
background-color:#5f896b;
display:block;
}

a.nav:hover {
font-family: "verdana"; 
text-align: left;
letter-spacing: 2px;
padding: 3px;
margin: 1px;
padding-left: 10px;
font-size: 10px; 
color: #ffffff;
background-color:#2c4235;
display:block;
}







/* Blockquote*/

blockquote:before {
display: block;
content: "\201C";
font-size: 40pt;
position: absolute;
left: -15px;
top: 10px;
color: #203c58;}

blockquote cite {
color: #808080;
font-size: 8pt;
display: block;
margin: 5px 0px 0px 0px;}

blockquote cite:before {
content: "\2014 \2009";}

blockquote {
font-family: Georgia, serif;
font-size: 8pt;
font-style: italic;
width: 380px;
padding: 10px;
margin: 10px 0px 10px 40px;
line-height: 12pt;
position: relative;
background: #529e65;
color: #ffffff;
}





/* Überschriften */

h1 {

color: #546052;
font-family: Poiret One;
font-style: none;
font-size: 22pt; 
text-align: center;
line-height: 19pt;
border-bottom: 3px solid #afbfb5;
padding-left: 0px; 
margin-top: 0px; 
padding: 2px;
}


h2 {

color: #bd9f85;
font-family: Georgia;
font-style: italic;
text-align: center;
text-transform: none; 
font-size: 8pt; 
padding-left: 0px; 
 
margin-bottom: 20px; 
margin-top: -30px;
padding-top: 10px;
}


h3 {

color: #afbfb5;
font-family: Sacramento;
font-style: none;
font-size: 18pt;
line-height: 10pt;
border-bottom: 0px solid #afbfb5;
padding-left:2px; 

margin-bottom: 0px; 
padding-top: 10px;
padding: 0px;
}


h6 {

color: #808080;
font-family: Arial; 
text-align: left;
text-transform: uppercase; 
font-size: 10pt; 
border-bottom: 1px dashed #808080;
padding-left:2px;
margin: 0px; 
padding: 0px;
}


h4 {

color: #529e65;
font-family: Poiret One;
text-align: center;
text-transform: none; 
letter-spacing: 2px;
font-size: 14pt; 
padding-left:2px; 
border-bottom: 0px solid #808080;
 
margin-bottom: -5px; 
margin-top: 0px;
padding-top: 10px;
}


h5 {

color: #808080;
font-family: Georgia;
font-style: italic;
text-align: right;
text-transform: none; 
font-size: 7pt; 
line-height: 26px;
border-bottom: 0px dashed #808080;

padding-top: -10px;
margin-top: 0px;
}







/* Gallery */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding-left: 5px;
padding-top: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 180px; /*position where enlarged image should offset horizontally */
z-index: 50;
}





/* Tabellen */


#kapiteltabelle {

text-align: justify;
border-right: 2px solid #5f896b;

-moz-border-top-right-radius: 25px;
-webkit-boder-top-right-radius: 25px;
border-top-right-radius: 25px;

-moz-border-bottom-right-radius: 25px;
-webkit-boder-bottom-right-radius: 25px;
border-bottom-right-radius: 25px;

}


#storytabelle {

text-align: justify;
background-image:url('/images/story-bg.png');
background-repeat: no-repeat;
padding: 20px;

}


#gefaehrten {

background-image:url('/images/gefaehrten-bg.png');

}

#bewohner {

background-image:url('/images/bewohner-bg.png');

}

#soundtrack {

background-color: #ffffff;

}


.beta {

background-color: #e8f4d8;
border: 0px solid #808080;

}





/* Affis */

.ch-grid {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 5px;
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(229,242,251, 0.4),
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
}


.ch-img-1 { 
	background-image: url('/layout/affi-degree.png');
}

.ch-img-2 { 
	background-image: url('/layout/affi-mh.png');
}


.ch-img-3 { 
	background-image: url('/layout/affi-staydetermined.png');
}


.ch-img-4 { 
	background-image: url('/layout/affi-ed.png');
}


.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	backface-visibility: hidden;
}



.ch-info a {
	display: block;
	color: #2c4235;
	font-family: Verdana;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info a:hover {
	color: rgba(44, 66, 53, 0.4),
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 140px rgba(229,242,251, 0.4),
		inset 0 0 0 10px rgba(255,255,255,0.8),
		0 1px 2px rgba(229,242,251, 0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	transform: scale(1);	
}




/* Kaiserliche Ritter */

.alfa  { position: relative; display: inline-block }

.alfa  span {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    color: #000000;

opacity: 0;
 transition: 1s;
}

.alfa:hover span {

margin: 10px;
 opacity: 0.7;
}




/* Webmiss */

.tabs {
    position: relative;
	margin: 20px auto;
	width: 550px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 30px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 100px;
}
.tabs input#tab-3{
	left: 200px;
}
.tabs input#tab-4{
	left: 300px;
}

.tabs label {
	background: #e8f3d9;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding: 0 10px;
    float: left;
	display: block;
	width: 80px;
	color: #808080;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #5f896a;
	color: #ffffff;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: 320px;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.content div p {
	font-size: 10px;
	line-height: 12px;
	font-style: none;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 10px;
	font-family: Verdana;
	border-left: 8px solid #e8f3d9;
}

