/*
 *	CSS - Configuration
 *	Author : Alexander Tanke
 *	27.09.2010
 */

/* ------------ Main Layouts ---------- */ 
#facebookbutton{

}
#welcomePage{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
}
#mainLayout{
	width:800px;
	/*height:600px;*/
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
}
#header{
	width:800px;
	/*height:195px;*/
	height:250px;

}
#body{
	width:800px;
	height:330px;
}
#contentbody{
	width:800px;
	height:400px;
}
#fullScreenButton {
/* 	background-image:url("../gfx/icon-vollbild.jpg"); */
	background-image:url("../gfx/expand.png");
	background-repeat:no-repeat;
/* 	padding:5px; */
/* 	color:white; */
/* 	border:1px dotted #ffffff; */
	width:15px;
	height:15px;
	font-family:Calibri;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;;
}
#footer{
	width:800px;
	height:70px;
	/*height:70px;*/
	margin-top:20px;
}
/* ------------ Flash Gallerien ---------- */
#flashcontent {
		height: 100%;
	}
/* ------------ Text Change ---------- */
#textchange{
	width:800px;
	height:52%;
}
	
#textblock{
	margin-top:-4%;
	width:800px;
	height:50px;
	font-family:Calibri;
	text-align:left;
	color:white;
}
/* ------------ Admin - Bereich ---------- */
#linkBox{
	
	font-family:Calibri;
	font-weight:bold;
	font-size:20px;
	width:800px;
	/*height:335px;*/
	height:40%;
}
#bodycms{
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	width:800px;
	/*height:335px;*/
	height:54.5%;
}
#login{
	width:800px;
	height:52%;
	font-family:Calibri;
	margin-top:5%;
	color:white;
}
/* ------------ Impressum/Kontakt ---------- */
#Kontaktblock{
	width:100%;
	color:white;
	font-family:Calibri;
	font-size:16px;
}
#impressumblock{
	width:100%;
	color:white;
	font-family:Calibri;
	font-size:16px;
}
/* ------------ Klassen ---------- */
.footerbalken{
	/*position:absolute;*/
	margin-top:2.7%;
}
.footerzurueck{
	margin-top:-3%;
	margin-left:87%;
	/*position:absolute;*/
}
.welcomePage a:link{
	text-decoration:none;
	color:black;
}
.welcomePage a:focus{
	text-decoration:none;
	color:black;
}
.welcomePage a:active{
	text-decoration:none;
	color:black;
}
.welcomePage a:visited{
	text-decoration:none;
	color:black;
}
.welcomePage a:hover{
	text-decoration:none;
	color:black;
}
.username{
	margin-left:10%;
}
.password{
	margin-left:12.5%;
}
.text{
	margin-top:5%;
	margin-left:12%;
}
a:link{
	font-family:Calibri;
	text-decoration:none;
	color:white;
}
a:hover{
	font-family:Calibri;
	text-decoration:none;
	color:white;
}
a:visited{
	font-family:Calibri;
	text-decoration:none;
	color:white;
}
a:focus{
	font-family:Calibri;
	text-decoration:none;
	color:white;
}
a:active{
	font-family:Calibri;
	text-decoration:none;
	color:white;
}
/* ------------ Link-Blöcke ---------- */
#link1{
	width:21%;
	height:88%;
	margin-top:%;
}
#link2{
	width:21%;
	height:88%;
	margin-top:-38%;
	margin-left:30%;
}
#link3{
	width:21%;
	height:88%;
	margin-left:60%;
	margin-top:-37%;
}
#link4{
	width:21%;
	height:88%;
	margin-top:-15%;
}
#link5{
	width:21%;
	height:88%;
	margin-top:-37.5%;
	margin-left:30%;
}
#link6{
	width:21%;
	height:88%;
	margin-top:-37%;
	margin-left:60%;
}
.link8{
	margin-left:80%;
}