/******************************
Gesammtseite
******************************/
body
{
	font-family:	Arial;
	 
	background:     #e7e7e7 url( ../img/back.jpg ) top left repeat-x;
	/*
	background:     #f00;
	*/
	height:			100%;
}
/******************************
page
******************************/
#page
{
	width:			985px;
	margin:			10px;
}
/******************************
left col
******************************/
#leftcol
{
	float:			left;
	width:			160px;
}

/******************************
middle col
******************************/
#middlecol
{
	float:			left;
	width:			663px;
}

/******************************
right col
******************************/
#rightcol
{
	padding:		71px 0 0 10px;
	float:			right;
	width:			141px;
	margin:			20px 0;
}
/******************************
clear left
******************************/
#clearleft
{
	clear:			left;
}
/******************************
logo
******************************/
#logo
{
	width:			121px;
	height:			91px;
	background:		url( ../img/logo.gif ) no-repeat;
}

/******************************
nav
******************************/
#nav
{
	width:			141px;
}

/******************************
tools
******************************/
#tools
{
	width:			141px;
}
/******************************
content wrapper
******************************/
#content_wrapper
{
	width:			663px;
}

/******************************
footer
******************************/
#footer
{
	width:			663px;
}
/******************************
info
******************************/
#info
{
	width:			141px;
}
/******************************
media
******************************/
#media
{
	width:			141px;
}
/******************************
links
******************************/
#links
{
	width:			141px;
}
/******************************
headline
******************************/
#headline
{
	padding:		0 0 0 15px;
	width:			645px;
}
/******************************
content
******************************/
#content
{
	width:			663px;
}

