/**
	index.css
	Stylesheet for vidatec.de
	Copyright 2008 Philipp Nowak
*/

#content {height: 200px;}

#box { 
	width:980px; 
	height:400px;
	background-image: url( ../images/box-home.png );
	position: relative;
	top: -200px;
	z-index: -1;
	
}

#text {
	position: relative; 
	top: 220px; 
	padding-left: 24px;
	width: 600px;
}

#text span {
	font-size: 1.1em;
	font-weight: normal;
	/*font-variant: small-caps;*/
	color: #ddd;
	letter-spacing: 0.3px; 
	line-height: 1.5em;
}

#navigation { position: relative; top: 0; }
