/** *, HTML, BODY */ 

		* {
			margin:0; padding:0;
			border: none;
		}
		
		html {
			height:100%;
		}
		
		/** HIDING FOCUSRING */
		a:active, a { 
			outline: none; 
		}

		:focus { 
			-moz-outline-style: none; 
		}

		:-moz-any-link:focus {
			outline: none;
		}
		
		body {	
			font-family: Helvetica, Arial, sans-serif; 
			font-size: 12px; 
			color:#fff;
			background-color: #000;
		}
		
		#container{
			width: 900px;
			height: 600px;
			margin: 20px auto;
			background-color: #000;
			border-left: 1px solid #fff;
		}
		
		#intro{
			float: left;
			width: 900px;
			height: 600px;
			overflow: hidden;
		}
		#enter{
			margin: 20px auto;
			text-align: center;
			width: 400px;
		}
		
		#enter a{
			text-decoration: none;
			color: #fff;
		}
		#navi{
		float: left;
			width: 224px;
			height: 600px;
			border-right: 1px solid #fff;
		}
		
		#navi .box{
			margin-top: 15px;
			margin-left: 15px;
		}
		#navi .mainnavi li{
			list-style-type: none;
		}
		
		#logo{
			margin-left: 15px;
			margin-top: 15px;
		}
		
		#subnavi{
			float: left;
			width: 224px;
			height: 600px;
			background: #000;/* url(/_img/sub_art_1.jpg) 0px 0px no-repeat;*/
			border-right: 1px solid #fff;
		}
		
		#subnavi h2{
			font-weight: bold;
			font-size: 14px;
			color: #fff;
			margin: 70px 5px 5px 10px;
		}
		
		#subnavi h3{
			font-weight: bold;
			font-size: 14px;
			line-height: 24px;
			color: #fff;
			padding: 78px 5px 15px 10px;
		}
		
		#subnavi ul{
			padding: 15px 5px 15px 10px;
		}
		#subnavi li{
			list-style-type: none;
			line-height: 25px;	
		}
		
		#subnavi li a{			
			font-size: 14px;
			color: #fff;
			text-decoration: none;
		}
		
		#subnavi li a.act,
		#subnavi li a:hover{			
			font-size: 14px;
			color: #787677;
			text-decoration: none;
		}
		
		#subnavi h4{
			font-weight: bold;
			font-size: 11px;
			color: #000;
			padding: 15px 5px 15px 10px;
			border-bottom: 2px solid #fff;
		}
		
		#subnavi p{			
			font-size: 11px;
			color: #000;
			padding: 15px 5px 0px 10px;
		}
		
		#artikelnavi{
			position: absolute;
			border-top: 2px solid #fff;
			width: 224px;
			top: 604px;
		}
		
		#artikelnavi img{
			float: left;
		}
		#artikelnavi p{
			float: left;
			font-size: 11px;
			width: 12px;
			padding: 0px;
			margin: 3px;
		}
		
		#content{
			float: left;
			width: 450px;
			height: 600px;
			background-color: #fff;
			color: #000;
			overflow: hidden;
		}
		
		#content .rubbild img{
			border-bottom: 2px solid #fff;
		}
		
		#content .plaincode{
			width: 600px;
			background-color: #fff;
		}
		
		#content .textcontent{
			height: 290px;
			overflow: auto;
		}
		#content .artikeloverview{
			width: 600px;
			height: 600px;
			background-color: #fff;
		}
		
		#content h2{
			font-size: 14px;
			margin: 15px;
		}
		
		#content p{
			font-size: 11px;
			margin: 0px 15px 15px 15px;
			line-height: 14px;
			float: left;
		}
		
		#content a{
			color: #787677;
			text-decoration: none;
		}
		
		#content .overviewimg{
			border: 7px solid #fff;
		}
		
		#myGallery
		{
		width: 450px !important;
		height: 600px !important;
		}