@charset "utf-8";
/* 
	Stylesheet - BPW Mehrwertoffensive
		..: Function Definitions :..

	Author: David Schneider
	E-Mail: david.schneider@xyqom.net
	Copyright 2009 XYQOM GmbH
*/


/***********************************************************************
 * Layout
 */

#wrapper.home
{
	background:url(../images/content/splash.png) no-repeat;
}

#wrapper.info
{
	background:url(../images/content/background_info.png) no-repeat;
}

#wrapper.index
{
	background:url(../images/content/background_toc.png) no-repeat;
}

#wrapper.info #content
{
	font-size:31px;
	line-height:normal;
	padding:148px 130px 115px 66px;
	position:absolute;
	top:0;
	left:0;
}

#toc_content
{
	position:absolute;
	width:857px;
	height:456px;
	top:50%;
	left:50%;
	margin-top:-222px;
	margin-left:-429px;
}

#toc_content div.left
{
	position:absolute;
	top:149px;
	left:100px;
}

#toc_content div.right
{
	position:absolute;
	top:149px;
	left:430px;
}

#toc_content div.toc ul
{
	list-style:none;
}

#toc_content div.toc a
{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:35px;
}

#toc_content div.toc lil
{
	padding:8px 0;
}

#toc_content div.toc a:hover
{
	text-decoration:underline;
}