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

html[xmlns^="http"] 		{ overflow-y:scroll; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body				{min-height: 100%; height: 100%; margin:0; padding:0; line-height: 1.6em;}
body 					{font-size: 70%; font-family: Georgia, "Times New Roman", Times, serif; color: #666666; background:#000;}

h1
{
	background:url(../img/logo.jpg) no-repeat; 
	position:relative; 
	top:0px; 
	left:0px;
	text-indent:-9999em;
	width:296px;
	height:118px;
}

#Aussentabelle {width: 100%; height:100%; margin:0; padding:0; display:table;}
#Innentabelle {width: 100; height: 100; margin:0; padding:0; display:table-cell; vertical-align:middle;}

#wrapper
{
	margin:auto;
	width: 1024px;
	height: 683px;
	
}

#navi-bg
{
	background:url(../img/navi-bg.jpg) no-repeat;
	float:left;
	width:312px;
	height:683px;
}

#content
{
	background:url(../img/content-bg.jpg) no-repeat;
	float:right;
	width:712px;
	height:683px;
}

#video
{
	position:relative;
	padding:148px 0 0 58px;
}


ul#navi 			
{
	width:236px; 
	height:512px; 
	padding: 12px 0 0  25px;
	list-style-type:none;
}

ul#navi li 		
{
	
}

ul#navi a 			
{
	display:block; 
	text-decoration:none;
	background-position:top !important; 
	text-indent:-9999em; 
	width:282px;
}
 
ul#navi li a:hover 
{
	background-position:bottom !important;
}

ul#navi li a.down	{ height:132px; background:url(../img/navi-1.jpg) no-repeat; }
ul#navi li a.how 	{ height:124px; background:url(../img/navi-2.jpg) no-repeat; }
ul#navi li a.morgen { height:117px; background:url(../img/navi-3.jpg) no-repeat; }
ul#navi li a.peace 	{ height:140px; background:url(../img/navi-4.jpg) no-repeat; }


