@charset "UTF-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
    min-width:1100px; /* suppose you want minimun width of 1000px */
/*    width: auto !important;  /* Firefox will set width as auto */
    width:1100px;             /* As IE ignores !important it will set width as 1000px; */
	font-family: "Arial";
	/*background: #F7F7F7;*/
/*	background-color: #0B0B3B;*/
	background-color: black;
	color: black;
	text-align: left;
	overflow: auto;
	-webkit-text-size-adjust: none;
}

input, textarea{
	color: black;
}
td{
	color: white;
	vertical-align: top;
}
a{ text-decoration:none; color:white; }
a:link { text-decoration:underline; color:white; }
a:visited { text-decoration:underline; color:white; }
a:hover { text-decoration:underline; font-style: italic; }
a:active { text-decoration:none; font-style: italic; }
a:focus { text-decoration:none; }
h3{color: #FFF;}
#slide-img{width: 100%; }
#slideshow{margin-left: 0px; position:relative; width: 100%;}
#slideshow > div {position:absolute;margin-top:0px;}
.slide-imgs{margin:0px 0px 0px 0px;}


#content_inner
{
	text-align: justify;
	margin: 0 auto;
	width: 800px;
}
#menu_l_content
{
	text-align: justify;
	margin: 0 auto;
	width: 700px;
	
}
#topspace
{
	top: 0px; 
	width: 100%; 
	height: 40px; 
	position: fixed; 
	color: white;
	padding: 0px;
}
#topspacecenter
{
	top: 0px; 
	width: 1000px; 
	height: 100%; 
	position: relative; 
	background-color: grey; 
	color: white;
	margin: 0 auto;
	padding: 0px;
}
#sliderwrapper
{
	top: 0px; 
	width: 100%; 
	min-width: 1000px;
	height: 100%; 
	position: absolute; 
/*	color: white;*/
	padding: 0px;
}
#sliderwrappercenter
{
	top: 0px; 
	width: 100%; 
	min-width: 1000px;
	height: 100%; 
	position: relative; 
	overflow: hidden;
/*	background-color: white; 
	color: white;
*/	margin: 0 auto;
	padding: 0px;
	z-index: 0;
/*	border-left: 1px solid white;
	border-right: 1px solid white;*/
}
#menuwrapper
{
	top: 50px; 
	width: 100%; 
	height: 34px;
	-webkit-height: 32px; 
	-moz-height: 36px; 
	position: absolute; 
	min-width: 1000px;
	color: white;
	padding: 0px;
}
#menuwrappercenter
{
	top: 0px;
	left: 50%;
	width: 240px;
	height: 100%; 
	position: absolute; 
	margin-left: -120px;
	padding: 0px;
	z-index: 11; 
}
#menuwrapper_left
{
	top: 0px;
	left: 50%;
	width: 390px;
	height: 100%; 
	position: absolute; 
	background-color: #333; 
	margin-left: -501px;
	margin-bottom: -100%
	padding: 0px;
	z-index: 11; 
	border-bottom-right-radius: 10px;	
	border-top-right-radius: 10px;	
}
#menuwrapper_right
{
	top: 0px; 
	left: 50%;
	width: 390px;
	height: 100%; 
	position: absolute; 
	background-color: #333; 
	margin-left: 109px;
	padding: 0px;
	z-index: 11; 
	border-bottom-left-radius: 10px;	
	border-top-left-radius: 10px;	
}
#menu_links
{
	top: 60px; 
	width: 230px;
	height: 100%; 
	position: relative; 
	background-color: #abc; 
	padding: 0px;
	z-index: 12; 
}
/*#menuwrappercenter a:link { color: #F00; }
#menuwrappercenter a:visited { color: #F00; }
#menuwrappercenter a:hover { color: #FFF; }
#menuwrappercenter a:active { color: #FFF; }
*/
#contentwrapper
{
	top: 125px; 
	width: 100%; 
	min-width: 1000px;
	position: absolute; 
	color: white;
	padding: 0px;
	z-index: 10;
}
#contentwrappercenter
{
	top: 0px; 
	width: 1000px;
	position: relative; 
	background-color: rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;


	bottom: 0px;
	color: white;
	overflow: auto;
	text-align: justify;
	z-index: 11;
	/*opacity: 0.2;*/
}
#footer
{
	top: 0px; 
	width: 100%; 
	min-width: 1000px;
	height: 30px;
	position: absolute; 
	padding: 0px;
}
#footercenter
{
	top: 0px; 
	width: 1000px; 
	height: 30px;
	position: relative; 
	background-color: #333; 
	color: white;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#footercenter a:link { color: #FFF; }
#footercenter a:visited { color: #FFF; }
/*#footercenter a:hover { color: #F00; background:#333; }
#footercenter a:active { color: #F00; }*/
#login
{
	padding: 0px;
	width: 500px;
	height: 350px;
	margin-left: -250px;
	margin-top: -175px;
	left: 50%;
	top: 50%;
	position: relative;
	text-align: justify;
	color: white;
	background-color: silver;
	border: 1px dotted white;
	/*box-shadow: 2px 2px 2px 2px 15px white;*/
}
#schatten50 {
	box-shadow: 10px 10px 50px gray;
}
#schatten20 {
	box-shadow: 10px 10px 20px gray;
}
#schatten15 {
	box-shadow: 10px 10px 15px gray;
}