﻿/* General Style */ 
body {
	background:#white;
	font-size:100%;
	margin:0em;
	padding:0em;
	}


h1 {
	font-size:3.2em;
	line-height:1.0em;
	font-family:Century Gothic;
	font-weight:lighter;
	color:#000099;
	margin:0.5em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	text-align:left;
	}

h2 {
	font-size:1.04em;
	font-family:Helvetica;
	font-weight:lighter;
	color:#9999cc;
	margin:0.5em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	text-align:left;
	}

h3 {
	font-size:1.0em;
	line-height:1.26em;
	font-family:Helvetica;
	font-weight:100;
	color:#666666;
	margin:0.2em 0em 0.5em 0em;
	padding:0em 0em 0em 0em;
	text-align:center;
	}
h4 {
	font-size:0.96em;
	line-height:1.26em;
	font-family:Helvetica;
	font-weight:100;
	color:#666666;
	margin:0.2em 0em 0.5em 0em;
	padding:0em 0em 0em 0em;
	text-align:center;
	}


p {
	line-height:1.25em;
	font-family:Helvetica;
	font-size:0.96em;
	font-weight:100;
	color:#666666;
	margin:0em auto;
	padding:0em 0em 0em 0em;
	text-align:justify;
	}

.linie 	{
		border-bottom:1px solid #000000;
		}

.linie-w 	{
		border-bottom:1px solid #888888;
		}


.blackspace {
		border-bottom:20px solid #000000;
		}

ul {
	margin:0em 0em 0em 0em;;
	padding:0em 0em 0em 0.5em;
	}

li {
	list-style:square;
	font-family:Helvetica;
	font-weight:100;
	color:#999999;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:100%;
	height:auto;
	max-width:100%;
		}


a {
	text-decoration: none;
	}


a:link	{
		text-decoration:none;
		color:#aaaaaa;		
		}

a:visited	{
		text-decoration:none;
		color:#999999;
		}

a:hover 	{
		text-decoration:none;
		color:blue;
		}

a:active 	{
		text-decoration:none;
		color:#333333;
		}

ared 	{
		text-decoration:none;
		font-weight:bold;
		color:#cc0000;
		}


/* On Top Bar */
#menubar {
	display:block;
	background:#white;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 

header {
	display:block;
	width:96%;
	max-width:900px;
	text-align:left;
	margin:1.25px auto;
	}


/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	max-width:900px;
	margin:0px auto;
	background:#white;
	text-align:left;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.12em;
}
nav ul li a {
	color:#aaaaaa;
	font-size: 1.15em;
	line-height:1.15em;
	padding:0.563em 0.26em 0.35em 0em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	font-size: 1.15em;
	font-weight:bold;
	}

nav ul li a.active {
	color:#444444;
	font-weight:bold;
	}

nav ul li a.visited {
	color:#444444;
	}


/* Content Area */

 
#main {
	margin:0em auto;
	display:block;
	width:96%;
	max-width:900px;
	text-align:left;
	margin:1.25em auto;
	padding:0em;
}

#solopic {
	margin:0em auto;
	display:block;
	width:96%;
	max-width:900px;
	text-align:center;
	margin:1.25em auto;
	padding:0em;
}

#solopic img {
	width:100%;
	height:auto;
	max-width:700px;
}

#overview {
	margin:0em auto;
	display:block;
	width:96%;
	max-width:900px;
	text-align:center;
	margin:1.25em auto;
	padding:0em;
}
	
#overview img {
	width:100%;
	height:auto;
	max-width:215px;}

#cont img {
	width:100%;
	height:auto;
	max-width:266px;}

#cont2 img {
	width:100%;
	height:auto;
	max-width:261px;}

#series {
	margin:0em auto;
	display:block;
	width:96%;
	max-width:900px;
	text-align:center;
	margin:1.25em auto;
	padding:0em;
}
	
#series img {
	width:100%;
	height:auto;
	max-width:80px;}




#slideshow 	{
		
		max-width:900px;
		margin:0em 0em 0em 0em;
		padding:0em 0em 0em 0em;
		font-size: 0.6em;
		text-align:center;
		color : #white;
			}

#slideshow-txt 	{
		
		max-width:900px;
		margin:0em 0em 0em 0em;
		padding:0em 0em 2em 0em;
		text-align: center;
		color : #7777777;
		}

#slideshow-2 	{
		
		max-width:900px;
		margin:1.25em auto;
		font-size: 0.6em;
		text-align:center;
		color : #white;
			}

#slideshow-2txt 	{
		
		max-width:900px;
		margin:0em 0em 0em 0em;
		padding:0em 0em 2em 0em;
		text-align: center;
		color : #7777777;
		}


/* Footer */ 
footer {
	max-width:900px;
	margin:1.25em auto;
	padding:0em;
	display:block;
	background:#white;
	font-size:0.96em;
	text-align:left;
	}

footer img{
	max-width:135px;
	margin:0em 0em 1em 0em;
	padding:0em 0em 0em 0em;
	}

footer ul {
	display:block;
	width:100%;
	max-width:900px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	line-height:1em;
	color:#666666;
	margin:0em 1.1em 0em 0em;
	padding:0em 0em 0em 0em;
}
footer ul li a {
	font-size:0.96em;
	color:#000099;
}

footer ul li a.active {
	color:#555555;
	font-weight:bold;
	}

#bottom {
background : transparent;
padding : 0.5 1.5px 0.5px 1.5px;
font-family:Arial;
font-size : 0.6em;
float : left;
text-align : left;
color : #bbbbbb;
margin:0.5em 0em 1em 0em;
}





/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}
