html,body		{
				height: 100%;
			}
		
#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}


#wrapper	{
			position: relative;
			margin: 0 auto 0;
			top: 0px;
			width: 1100px;
			
			z-index: 1;

			overflow: hidden;
			
			height: auto;
			min-height: 100%;
		}

			
			
#container	{
			position: relative;
			margin: 0 auto 0;
			
			width: 1100px;
			z-index: 1;
			
			min-height: inherit;
			overflow: hidden;
		}

		
#title-container	{
				position: relative;
				margin: 0 auto 0;
				height: 200px;
				
				width: 1100px;
				background: url("test2.png");
			}

#officialsite_container		{
					position: relative;
					margin: 0 auto 0;
					top:10px;
					text-align: center;
					font-size: 30px;
					padding-bottom: 10px;
					font-family: Metal Mania, Arial;
					width: 500px;
					color: #fff;	
				}

#logo_container			{
					position: relative;
					width: 1100px;
					height: 140px;
					top: 10px;
					padding-top: 30px;
					margin: 0 auto 0;
					text-align: center;
					font-size: 100px;
					font-family: Metal Mania, Arial;
					color: #FFDFAF;
					background: #000;
					
					-webkit-border-top-left-radius: 30px;
					-moz-border-radius-topleft: 30px;
					border-top-left-radius: 30px;


				}

				
#aufteilung		{
				position: relative;
				width: 1100px;
				min-height: 100%;
				overflow:hidden;
				padding: 20px;

				height: 100%;
				z-index: 1;
				
			}
			
a	{
	color: white;
}
			
#content		{
				position: relative;
				width: 800px;
				padding-left: 50px;
				padding-top: 30px;
				padding-bottom: 30px;
				padding-right: 20px;
				left: -20px;
				z-index: 50;
				float: right;
				color: #fff;
				background: url("test2.png");
				font-family: arial;
				min-height: 300px;
				font-size: 15pt;
				
			}
			
			
#menu			{
					position: relative;
					float: left;

					width: 220px;
					font-family: Piedra, Ceviche One, Arial;
					left: -20px;
					top: 0px;
					
					
	
			
					padding-right: 10px;

			}
			
#menu ul		{
				list-style-type: none;
			}
			
#menu ul a		{
				text-decoration: none;
			}
			
#menu ul a li		{
background: black;
				padding-top: 15px;
				padding-left: 10px;
				
				height: 30px;
				text-align: left;
				font-size: 20px;
				
				width: 220px;
				color: #fff;
				

			}
			
#menu ul a li:hover	{
				letter-spacing: 5px;
				background: #000;
				width: 210px;
				color: #fff;
				text-align: center;
				border-right: solid 5px #fe0000;
				border-left: solid 5px #fe0000;
			}

			
			
			
			
			
#menu .submenu 			{
					position: relative;
					

					width: 220px;
					font-family: Piedra, Ceviche One, Arial;
					left: 0px;
					text-align: right;
					top: 0px;
					
					
	
			
					padding-right: 20px;
			}
			
#menu .submenu ul		{
				list-style-type: none;
			}
			
#menu .submenu  ul a		{
				text-decoration: none;
			}
			
#menu .submenu  ul a li		{
background: black;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 20px;
				
				height: 15px;
				text-align: left;
				font-size: 15px;
				
				width: 210px;
				color: #fff;
				

			}
			
#menu .submenu  ul a li:hover	{
				letter-spacing: 5px;
				background: #000;
				width: 200px;
				color: #fff;
				text-align: center;
				border-right: solid 5px #fff;
				border-left: solid 5px #fff;
			}			
			
			
			
			
			
			
			
			
			
			
			
			
			
			


#copyrightkasten	{
				position: relative;
				height: 25px;
				bottom 0px;
				color: white;
				top: -10px;
				text-align: center;
				width:1080px;
				padding-right: 20px;
				font-family: Arial;
				padding-top: 5px;
				background: black;
				-webkit-border-bottom-left-radius: 15px;
				-moz-border-radius-bottomleft: 15px;
				border-bottom-left-radius: 15px;
				
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				border-bottom-right-radius: 5px;
			}
			
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}			
