


.zenter {
	position: absolute;
	width: 400px; height: 359px; top: 70px; left: 280px;
}

.z-text {
	position: absolute;
    top: 400px; left: 400px;
	font-size: 20px;
}
/* stylesheet für pc´s*/

/* *************************************   A L L G E M E I N   ************************************** */

* {
	margin: 0;
	padding: 0;
	//font-family: Verdana, Tahoma, sans-serif;
	//font-family: Arial, Helvetica, sans-serif;
	//font-family: Trebuchet MS,Verdana,sans-serif;
	//font-family: Georgia,Times New Roman,serif;
	//font-family: myFirstFont;
	text-decoration: none;
}

@font-face {
	font-family: tonsushi;
	src: url('../fonts/12tonsushi.ttf') /* CSS3 */
}
@font-face {
	font-family: tonsushi;
	url('../fonts/12tonsushi.eot')  /* IE9 */
}

@font-face {
	font-family: Bedizen;
	src: url('../fonts/Bedizen.ttf') /* CSS3 */
}
@font-face {
	font-family: Bedizen;
	url('../fonts/Bedizen.eot')  /* IE9 */
}

@font-face {
	font-family: DirtyDarren;
	src: url('../fonts/DirtyDarren.ttf') /* CSS3 */
}
@font-face {
	font-family: DirtyDarren;
	url('../fonts/DirtyDarren.eot')  /* IE9 */
}

@font-face {
	font-family: Discognate;
	src: url('../fonts/Discognate.ttf') /* CSS3 */
}
@font-face {
	font-family: Discognate;
	url('../fonts/Discognate.eot')  /* IE9 */
}

@font-face {
	font-family: Jrhand;
	src: url('../fonts/Jrhand.ttf') /* CSS3 */
}
@font-face {
	font-family: Jrhand;
	url('../fonts/Jrhand.eot')  /* IE9 */
}

@font-face {
	font-family: MammaGamma;
	src: url('../fonts/MammaGamma.ttf') /* CSS3 */
}
@font-face {
	font-family: MammaGamma;
	url('../fonts/MammaGamma.eot')  /* IE9 */
}

@font-face {
	font-family: vantage;
	src: url('../fonts/vantage.ttf') /* CSS3 */
}
@font-face {
	font-family: vantage;
	url('../fonts/vantage.eot')  /* IE9 */
}

@font-face {
	font-family: whatever;
	src: url('../fonts/whatever.ttf') /* CSS3 */
}
@font-face {
	font-family: whatever;
	url('../fonts/whatever.eot')  /* IE9 */
}

@font-face {
	font-family: WiseCrack;
	src: url('../fonts/WiseCrack.ttf') /* CSS3 */
}
@font-face {
	font-family: WiseCrack;
	url('../fonts/WiseCrack.eot')  /* IE9 */
}

img {
	border: none;
}

.link_light:link, .link_light:visited, .link_light:focus, .link_light:hover, .link_light:active  {
	color: #DBDBDB;
}
.link_light:hover {
	font-weight: bold;
}

.link_dark:link, .link_dark:visited, .link_dark:focus, .link_dark:hover, .link_dark:active  {
	color: #000000;
}
.link_dark:hover {
	font-weight: bold;
}

/* *************************************   F O N T S   ************************************** */
#back_top, #back_main {	
	font-family: Trebuchet MS,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;	
}

#back_main_in {
	font-size: 16px;
	font-weight: normal;
	font-family: Trebuchet MS,Verdana,sans-serif;
}

#back_main_head, #menue_back {
	font-family: Trebuchet MS,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;	
}

#footer {	
	font-family: Trebuchet MS,Verdana,sans-serif;
	font-size: 18px;
	font-weight: normal;
}



/* *************************************   C O L O R   ************************************** */
.backtext {
	color: #000000;
}

.back_gray {	
	-moz-box-shadow: 3px 3px 10px #000000;  /*Firefox */
	-webkit-box-shadow: 3px 3px 10px #000000; /* Chrome, Safari */
	box-shadow: 3px 3px 10px #000000;  /*Internet Explorer */
}

#back_top  {
	-moz-box-shadow: 5px 5px 10px #000000;  /*Firefox */
	-webkit-box-shadow: 5px 5px 10px #000000; /* Chrome, Safari */
	box-shadow: 5px 5px 10px #000000;  /*Internet Explorer */
	color: #000000;
	background: url('../images/background/mg.jpg') repeat; // P R O V I S O R I S C H ! !! ! !! !! 
}

#back_main {
	-moz-box-shadow: 5px 5px 10px #000000;  /*Firefox */
	-webkit-box-shadow: 5px 5px 10px #000000; /* Chrome, Safari */
	box-shadow: 5px 5px 10px #000000;  /*Internet Explorer */
	
	color: #000000;
	background: url('../images/background/mg.jpg') repeat;
}

#menue li, #footer {
	background: #8C0000;	
	background:-moz-linear-gradient(bottom,#8A0A0A,#8C0000);  /*Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#8A0A0A),to(#8C0000)); /* Chrome, Safari */
	background: -o-linear-gradient(#8A0A0A, #8C0000);  /*Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A0A0A',endColorstr='#8C0000');  /*Internet Explorer */
	border: 2px solid #6E0000;
}

#leis li {
	background: #5C5C5C;	
	background:-moz-linear-gradient(bottom,#5C5C5C,#6F7573);  /*Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#5C5C5C),to(#6F7573)); /* Chrome, Safari */
	background: -o-linear-gradient(#5C5C5C, #6F7573);  /*Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',endColorstr='#6F7573');  /*Internet Explorer */
	border: 2px solid #4D4D4D;
	-moz-box-shadow: 0px 0px 0px #000000;  /*Firefox */
	-webkit-box-shadow: 0px 0px 0px #000000; /* Chrome, Safari */
	box-shadow: 0px 0px 0px #000000;  Internet /*Explorer */
}

#kost li {
	background: #5C5C5C;	
	background:-moz-linear-gradient(bottom,#5C5C5C,#6F7573);  /*Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#5C5C5C),to(#6F7573)); /* Chrome, Safari */
	background: -o-linear-gradient(#5C5C5C, #6F7573);  /*Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',endColorstr='#6F7573');  /*Internet Explorer */
	border: 2px solid #4D4D4D;
	-moz-box-shadow: 0px 0px 0px #000000;  /*Firefox */
	-webkit-box-shadow: 0px 0px 0px #000000; /* Chrome, Safari */
	box-shadow: 0px 0px 0px #000000;  Internet /*Explorer */
}

#menue li {
	-moz-box-shadow: 5px 5px 10px #000000;  /*Firefox */
	-webkit-box-shadow: 5px 5px 10px #000000; /* Chrome, Safari */
	box-shadow: 5px 5px 10px #000000;  Internet /*Explorer */
}

#footer {
	-moz-box-shadow: 5px 5px 10px #000000;  /*Firefox */
	-webkit-box-shadow: 5px 5px 10px #000000; /* Chrome, Safari */
	box-shadow: 5px 5px 10px #000000;  Internet /*Explorer */
}



#back_container, #back_stripe_top, #back_stripe_middle {
	background: #000000;
	background: url('../images/background/bg.jpg') repeat;
}	

#line_head, #line_dyn, #line_main {
	background: #BB0000;
}


/* *************************************   P O S I T I O N   ************************************** */

#weisstext {
	font-size: 32px;
}

#weisstext2 {
	font-size: 16px;
}

#inbox {
	width: 60px;
}
#back_container {
	position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;	
}

#back_stripe_top {
	position: absolute; left: 0px; top: 160px; right: 0px; height: 80px;
}

#back_stripe_middle {
	position: absolute; left: 0px; top: 300px; right: 0px; height: 120px;
}

#back_top {
	position: absolute; left: 50%; top: 60px; width: 960px; height: 200px;
	margin-left: -480px;
}

#back_main {
	position: absolute; left: 50%; top: 280px; width: 960px; height: 480px;	
	margin-left: -480px;	
	display:block; 
	overflow:auto;
	overflow-x: hidden;
}

#back_main_in {
	position: absolute; left: 50px; top: 50px; width: 860px; height: 380px;
}

#back_main_head {
	position: absolute; left: 50px; top: 5px; width: 860px; height: 45px;
}

#logo_top {
	position: absolute; left: 10; top: 10; width: 940px; height: 70px;
}


#line_head {
	position: absolute; left: 2px; top: 75px; width: 920px; height: 2px;
}

#line_main{
	position: absolute; left: 0px; top: 35px; width: 960px; height: 2px;
}

#line_dyn{
	width: 850px; height: 2px;
}

#text_top {
	position: absolute; left: 5px; top: 5px; width: 950px; height: 100px;
}

#footer {
	position: absolute; left: 50%; top: 780px; width: 960px; height: 33px;
	margin-left: -480px;
}

#menue_back {
	position: absolute; left: 0px; top: 155px;
}

#menue li {
	top: 100px; width: 123px; height: 30px;
	margin: 5px;	
	list-style-type: none;
	float: left;
}
 
#menue li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
	color: #CCCCCC;
	line-height: 30px;
	display: block;
}
 
#menue li:hover {
	background:-moz-linear-gradient(bottom,#B8B8B8,#7A7A7A);  /*Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#B8B8B8),to(#7A7A7A)); /* Chrome, Safari */
	background: -o-linear-gradient(#B8B8B8, #7A7A7A);  /*Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8B8B8',endColorstr='#7A7A7A');  /*Internet Explorer */

}
 
#menue li a:hover {
	color: #DBDBDB;
}

#leis li {
	text-decoration: none;
	top: 100px; width: 396px; height: 150px;
	margin: 10px;	
	padding: 5px;
	text-decoration: none;
	list-style-type: none;
	float: left;
	display: block;
	overflow:hidden;
}

#kost li {
	text-decoration: none;
	top: 100px; width: 180px; height: 100px;
	margin: 10px;	
	padding: 5px;
	text-decoration: none;
	list-style-type: none;
	float: left;
	display: block;
	overflow:hidden;
}

.button_head {
	font-size: 18px;
	font-size: 150%;
	font-weight: bold;	
	text-align: center;
	color: #FFFFFF;
}

.button_kost {
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
	color: #FFFFFF;
}

.button_text {
	font-size: 16px;
	font-weight: normal;	
	text-align: left;
	color: #000000;
}
 




