/*Hintergrund unter dem Template*/
body {
	background-color:#0b0b0b;
	background-repeat:repeat-x;
	background-position:top center;
}

/*Ganze Container */
#main-container {
	height:1000px;
	width:1000px;
	background-image:url(main.jpg);
	background-repeat:no-repeat;
}

/*Regulär der Company Name*/
#header {
	width:1000px;
	height:80px;
	background-image:url(head.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0px 0px 10px 0px;
}

#header img {
	margin:10px 10px 10px 120px;
}

#branding {
	height:300px;
	width:580px;
	position:absolute;
	left: 220px;
	top: 106px;
	color: #CCC;
	margin: -10px 0px 0px 0px;
	font-size: 36px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
}

#navi {
	width:200px;
	height:900px;
	background-image:url(navi.png);
	position:absolute;
	left: 10px;
	top: 100px;
	text-align: left;
	color: #FFF;
}


#banner {
	width:200px;
	height:900px;
	background-image:url(banner.png);
	position:absolute;
	top: 100px;
	left:810px;
	text-align: center;
}


/*Texte, Bilder usw.*/
#inhalt {
	width:580px;
	height:590px;
	padding: 0px;
	clear:left;
	position:absolute;
	left: 220px;
	top: 399px;
	color: #FFF;
	margin: 10px 0px 0px 0px;
	text-align:center;
	font-size: 16px;
	font-style: italic;
}


/*Copyright*/
#fuss {
	width:1000px;
	height:60px;
	color: #999;
	font-weight: 100;
	text-align:center;
	position:absolute;
	left: 10px;
	top: 1010px;
	
}

h1 {
	color:#FFF;
	font-size:18px;
}

text {
	font-size:26px;
}

motto {
	font-size:22px;
}
text01 {
	font-size:40px;
	color:#FF0;
}

