@charset "utf-8";
@media screen
{

	htmL {
			overflow:: hidden;
		 	}
			
	html * {
			font-size: 100.01%
			}
	
	body { 
			background: #021b6c url("../../images2/bg_body.gif") repeat-x left -100px ; 
			text-align: center;
			padding: 0;
			margin: 0;
			overflow: hidden;
			font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    		font-size: 80.00%; 
    		color: #000; 
		 	}
			
	a, a:visited {
			color: #fff;
			text-decoration:none;
			font-weight:bold;
			}
			
	a:focus,
	a:hover,
	a:active {
			color:#880000;
			text-decoration:underline;
			}
		 
	#main {
			top: 50%;
			left: 50%;
		 	margin:  -225px 0 0 -200px;	
			height: 450px;
		 	width: 400px;
		 	background: transparent;
		 	position: absolute; 
			text-align: center;
			}

	#main h1 a{  
			height: 400px;
			width:400px;
			display:block;
			background: #fff url(../../images2/logo_intro.jpg) no-repeat;
			text-indent: -999em;
			text-decoration: none; /* Bugfix für ältere Firefox */
			border:black;
			margin-bottom: 20px;
			}
			
	#inhalt {
			text-indent: -999em;
			}
			
	#footer {
			width: 400px;
			background: transparent;
			text-align:	center;
			}
			
	#footer p {
			color: #fff;
			clear: both;
			padding: 95px 5px 5px 5px;
			margin: 0 auto;
			text-align: center;
			}
			
	#intronav { 
			color: #aaa;
			background: transparent;
			margin: 0 auto;
			text-align: center;
			width: 400px;
			}
			
	#intronav ul {
			display: inline;
			margin: 0;
			}
			
	#intronav ul li {
			display: block;
			float: left;
		    font-size: 1.0em;
    		line-height: 1em;
    		list-style-type: none;
    		margin: 0;
    		padding: 0 0 3px 8px;
			}
			
	#intronav ul li a {
			text-decoration: none;
			display: block;
			margin: 0;
			padding: 3px;
			background: transparent;
			font-weight: bold;
			}
			
}