@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#outer_container {
	position:absolute;
	width: 100%;
	top: 25%;
	height: 670px;
	margin-top: -144px; /* negativer Bruchteil von height:560px */
	border: none;
	visibility: visible;
	background-image: url(bg.png);
	z-index: 1;
}

#main_container {
	position:absolute;
	left: 50%;
	width: 930px;
	margin-left: -465px; /* negative Hälfte von width:930px */
	top: 0px;
	height: 670px;
	border: none;
	visibility: visible;
	background-image: url(bg-container.png);
	z-index: 2;
}

#logo_container {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 313px;
	height: 74px;
}

#mainpic_container {
	position:absolute;
	left:15px;
	top:109px;
	width:900px;
	height:350px;
	z-index:3;
	visibility: visible;
	overflow: hidden;
}

#main_content_container {
	position:absolute;
	left:15px;
	top:109px;
	width:900px;
	height:350px;
	z-index:3;
	visibility: visible;
	overflow: hidden;
}

#text_container {
	position:absolute;
	left:550px;
	top:0px;
	width:310px;
	height:300px;
	padding-top:50px;
	padding-right: 20px;
	padding-left: 20px;
	z-index:4;
	background-image: url(pane.png);
	visibility: visible;
}

#hide-text_container {
	position:absolute;
	left:550px;
	top:0px;
	width:310px;
	height:25px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:right;
	z-index:7;
	visibility: visible;
}

#show-text_container {
	position:absolute;
	left:550px;
	top:0px;
	width:310px;
	height:25px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:right;
	z-index:7;
	background-image: url(pane.png);
	visibility: hidden;
}


#menu_container {
	position:absolute;
	left:0px;
	top:224px;
	width:860px;
	height:116px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	z-index:2;
	background-image: url(pane.png);
	visibility: hidden;
}

#spalte_2 {
	position:absolute;
	left:270px;
	top:0px;
	width:260px;
	height:116px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	z-index:3;
	visibility: inherit;
}

#spalte_3 {
	position:absolute;
	left:540px;
	top:0px;
	width:260px;
	height:116px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	z-index:3;
	visibility: inherit;
}

#urhere_container {
	position:absolute;
	left:15px;
	top:461px;
	width:500px;
	height:20px;
	z-index:5;
	visibility: visible;
}

#picchoice_container {
	position:absolute;
	left:400px;
	top:461px;
	width:350px;
	height:20px;
	z-index:5;
	visibility: visible;
}

#show-nav_container {
	position:absolute;
	left:15px;
	top:500px;
	width:300px;
	height:40px;
	z-index:7;
	visibility: visible;
}

#hide-nav_container {
	position:absolute;
	left:15px;
	top:500px;
	width:300px;
	height:40px;
	z-index:8;
	visibility: hidden;
}

#like_container {
	position:absolute;
	left:700px;
	top:500px;
	width:200px;
	height:80px;
	z-index:7;
	visibility: visible;
	overflow:hidden;
}

#bottomline_container {
	position:fixed;
	width: 80%;
	height: 50px;
	margin-left: 0px;
	bottom: 0px;
	background-image: url(bg-bottom.png);
	/* padding-top: 52px; */
	padding-left: 10%;
	padding-right: 10%;
	z-index: 10;
}

#wrapper {
	text-align: justify;
	width: 100%;
}

#wrapper img {
	border: none;
	padding: 5px;
	vertical-align: middle;
}

#wrapper span {
	display: inline-block; /*Opera*/
	padding-left: 100%;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#f60;
}

a:visited {
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.standardtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:1.4em;
}

.minitext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}

.minitext_hellgrau {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCC;
}


.minitext_grau {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999;
}

.minitext_fbblau {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#62A4DA;
}

.gross {
	font-size:14px;
}

.orange {
	color:#f60;
}

.grau {
	color: #666;
}

.unterstrichen {
	text-decoration: underline;
}

a:link img {
	border: none;
}

a:visited img {
	border: none;
}

a:active img {
	border: none;
}

a:hover img {
	border: none;
}
