/*    Stylesheet for website Sportinnova     */
/*    copyright 2008 Wolf Design             */
/*    www.wolf-design.nl                     */



/* -------------------- Structure website ---------------------- */

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto; 
}
#flashcontent {
	margin: 1em auto 1em auto;
	width: 100%;
	height: 741px;
	background-image: url(images/home/background.gif);
	background-repeat: repeat-x;
}
#line_left {
	position: absolute;
	background-color: #ffff00;
	top: 50%;
	left: 0%;
	margin-top: -321px;
	margin-left: -495px;
	height: 627px;
	width: 50%;
}
#line_right {
	position: absolute;
	background-color: #EE7900;
	margin-top: 73px;
	margin-right: auto;
	top: 0px;
	right: -495px;
	height: 627px;
	width: 50%;
}
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000000; 
	text-decoration: underline; 
}
a:visited { 
	color: #EE7900; 
	text-decoration: underline; 
} 
a:hover {
	color: #EE7900;
	text-decoration: underline; 
} 
a:active { 
	text-decoration: underline; 
}

