/* --- andreasbintz.com v1.0 --- */
/* --- (c) HATAKE DESIGN - www.hatake.de - November 2009 --- */

@charset "utf-8";

/* --- general styles --- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

*:focus {
    outline: none;
}

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	border: 0;
	outline: 0;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

div#mainWelcome {
	position: absolute;
	width: 760px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -275px;
}

div#pwprotect {
	position: absolute;
	width: 760px;
	height: 450px;
	left: 50%;
	margin-left: -380px;
}

div#main {
	position: absolute;
	width: 980px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-left: -489px;
	margin-top: -245px;
}

div#navi {
	width: 980px;
	height: 59px;
	margin-left: 6px;
}

div#navi img {
	margin-left: -6px;
}

img#active {
	padding-right: 6px;
}

div#conLeft, div#conLeftWide {
	position: absolute;
	height: 320px;
	margin-left: 14px;
	margin-top: 45px;
}

div#conLeft {
	width: 371px;
}

div#conLeftWide {
	width: 950px;
}

div#headline {
	color: #d4d4d4;
	font-size: 17px;
}

div#conLeft hr, div#conLeftWide hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #2f2f2f;
	background: #2f2f2f;
	margin-left: -1px;
	margin-top: 8px;
	margin-bottom: 22px;
}

div#text, div#textLeft, div#textRight, div#textWide {
	color: #6c6c6c;
	font-size: 11px;
}

div#text {
	width: 370px;
}

div#textLeft {
	width: 450px;
}

div#textWide {
	width: 925px;
}

div#textRight {
	position: absolute;
	width: 450px;
	margin-left: 510px;
	margin-top: 89px;
}

p a {
	color: #6c6c6c;
}

p a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

div#text p, div#textLeft p, div#textRight p {
	margin-top: 0px;
	margin-bottom: 12px;
}

div#text span {
	display: block;
	margin-bottom: 7px;
}

h1 {
	font-size: 11px;
}

div#legal1 {
	position: absolute;
	margin-bottom: 30px;
}

div#legal2 {
	position: absolute;
	margin-left: 240px;
}

div#legalText {
	position: absolute;
	margin-top: 90px;
}

div#legalTextPrivacy {
	overflow: scroll;
	height: 285px;
	padding-right: 20px;
}

._imprint, ._imprint_brackets {
	margin-bottom: 4px;
}

div#thumbs {
	position: absolute;
	width: 377px;
}

img.videoThumb {
	margin-right: 8px;
	margin-bottom: 11px;
}

img#button {
	margin-left: 273px;
	margin-top: 6px;
}

div#conRight {
	position: absolute;
	margin-left: 435px;
	margin-top: 49px;
}

embed {
	margin-top: -9px;
}

div#footer {
	position: absolute;
	width: 976px;
	height: 30px;
	border-top: 1px solid #2f2f2f;
	margin-top: 405px;
	padding-top: 5px;
	color: #3e3e3e;
	font-size: 10px;
}

div#info {
	margin-left: 15px;
	margin-top: 5px;
}

div#links {
	float: right;
	margin-top: -12px;
	margin-right: 15px;
}

div#links a {
	color: #3e3e3e;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: underline;
}

#pwprotect p {
		font-size: 14px;
		margin-bottom: 5px;
}

.error {
	color: white;
}

#pwprotect input {
    background: none;
    color: white;
    border-radius: 16px;
    border: 1px solid white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
		text-align: center;
}

#pwprotect input[type=password] {
	margin-top: 20px;
}

#pwprotect input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #3e3e3e;
    opacity: 1; /* Firefox */
}

#pwprotect input[type=password]::-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #3e3e3e;
}

#pwprotect input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
		color: #3e3e3e;
}

#pwprotect input[type=password]:hover {
    background: none;
}

#pwprotect input[type=submit] {
		margin-left: 12px;
		padding-left: 20px;
    padding-right: 20px;
}

#pwprotect input[type=submit]:hover {
    background: white;
    color: black;
    border: 1px solid white;
}

/* --- specific content --- */

tr {
	margin-bottom: 3px;
}

ul {
	margin-left: 0px;
	margin-bottom: 10px;
}
