/* (c) Sebastian Pauli, 2015 */

body
{
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	background-color: #087B7B;
	background: url(img/back.jpg);
	padding: 0;
	margin: 0;
	cursor: default;
	min-width: 1100px;
}

#top
{
	width: 100%;
	height: 415px;
	background-color: blue;
	background: url(img/back_top.png);
	background-size: auto 100%;
}

#top_logo
{
	width: 512px;
	height: 275px;
	position: relative;
	top: -416px;
	right: -30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(img/jukiz.png);
	background-size: 100% 100%;
}

#detail_left
{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 313px;
	left: 0px;
	background: url(img/detail.png);
	background-size: 100% 100%;
}

#detail_right
{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 313px;
	right: 0px;
	background: url(img/detail.png);
	background-size: 100% 100%;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#slogan
{
	width: 566px;
	height: 80px;
	position: absolute;
	top: 370px;
	left: 160px;
	background: url(img/slogan.png);
	background-size: 100% 100%;
}

#register
{
	width: 160px;
	position: fixed;
	left: 50px;
	bottom: 50px;
	padding: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	background-color: #57007F;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	color: white;
	border: 3px solid white;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px white inset, 0px 5px 10px 0px black;
	transition: 0.3s;
	z-index: 100;
}

#register img
{
	width: 40px;
	padding-bottom: 10px;
}

#register:hover
{
	background-color: white;
	color: #57007F;
	font-weight: bold;
	text-shadow: 0px 0px 5px #57007F;
}

#social
{
	position: absolute;
	top: 282px;
	right: 15px;
}

h1, h2, h3
{
	text-align: center;
}

#center
{
	width: 70%;
	height: 100%;
	max-width: 600px;
	position: relative;
	top: -280px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px black;
	z-index: 1000;
}

#center p
{
	padding: 20px;
}

#center a
{
	color: orange;
	text-decoration: none;
}

#center a:hover
{
	text-decoration: underline;
}

#twitter
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.container
{
	clear: both;
	background-color: rgba(0, 74, 127, 0.9);
	border: 4px solid white;
	border-radius: 15px;
	box-shadow: 0px 10px 25px 0px black;
	margin-top: 40px;
}

.container li
{
	padding-bottom: 1em;
}

#kijub
{
	width: 160px;
	height: 136px;
	position: absolute;
	right: 30px;
	top: 600px;
	background: url(img/kijub.png);
	background-size: 100% 100%;
}

#schweich
{
	width: 105px;
	height: 119px;
	position: absolute;
	right: 210px;
	top: 490px;
	background: url(img/schweich.png);
	background-size: 100% 100%;
}

#footer
{
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 3px;
	font-size: 0.8em;
	text-shadow: 1px 1px black;
	z-index: 10000;
}

#footer a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	background-color: black;
}

#accordion
{
	text-shadow: none;
}

#disqus_thread
{
	padding: 10px;
}

table
{
	border: none;
	width: 100%;
	padding: 1em;
}

table td
{
	padding: 0.2em;
}

input[type=submit]
{
	width: 100%;
	height: 4em;
	padding: 5px 15px;
	background-color: #57007F;
	cursor: pointer;
	color: white;
	border: 3px solid white;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px white inset, 0px 5px 10px 0px black;
	transition: 0.3s;
}

input[type=submit]:hover
{
	background-color: white;
	color: #57007F;
	font-weight: bold;
	text-shadow: 0px 0px 5px #57007F;
}

.error
{
	padding-left: 40px;
	padding-right: 40px;
	color: #FF5E5E;
}

.container table, td
{
	border: 0px solid white;
	padding: 0;
}

.container h3
{
	margin: 0;
}

#blog-title
{
	background-color: white;
	color: black;
	text-shadow: none;
	padding: 0.5em;
}

#blog-content
{
/*
	border-left: 3px solid gray;
	border-right: 3px solid gray;
*/
	cursor: auto;
	padding: 1em;
}

#blog-content p
{
	padding: 0;
	margin: 0;
}

#blog-prev, #blog-next
{
	cursor: pointer;
}

#blog-prev
{
	float: left;
}

#blog-next
{
	float: right;
}