/*********************************************
	CSS: ws-style
	Sat Jan 26 15:00:56 CET 2008
	by Jens Krause [www.websector.de]
*********************************************/


/* #misc
*******************************************/

body
{
	padding: 0 0 50px 0;
	margin: 0;
	font-size: 100.01%;
}
*
{
	color: #333;
	line-height: 120%;
}

h1, h2, h3, h4, ul, li, hr, form, input, fieldset, legend
{	
	margin: 0;	
	padding: 0;
}
ul
{
	list-style-type: none;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: underline;
	color: #00CCFF;	
}



h2
{
	color: #666;
}

/* #header
*******************************************/
div#header
{
	position: relative;
	height: 170px;
	background-color: #000;
}
div#header h1
{
	position: absolute;
	left: 20px;
	top: 40px;
}

div#header h1 a
{
	display: block;
	width: 264px;
	height: 87px;
	background: transparent url('../images/ws_slideshow_logo.jpg') no-repeat top left;
}
div#header h1 span
{
	display: none;
}



/* #content
*******************************************/
div#content
{
	padding: 30px 0 0 20px;
}

div#content h1
{
	font-size: 150%;	
}

div#content h2
{
	font-size: 100%;
	padding-bottom: 30px;	
}

/* #flashcontent
*******************************************/

div#flashcontent 
{
	width: 800px;
	height: 550px;
	background-color: #FFF;
	top:50px;
}
div#flashcontent p
{
	color: #DD0000;
}
