html, body
{
	height: 100%;
}
body
{
	background-color: #dce1bf;
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family: Trebuchet MS, Georgia, Helvetica;
	font-size: 1.0em;
	line-height: 140%;
}

a
{
	text-decoration: none;
	color: #DD0000;
}


/*
.productmenu { border: 1px solid magenta; }
.productcontent { border: 1px solid red; }
.content { border: 1px solid silver; }
.headline { border: 1px solid yellow; }

.main { border: 1px solid blue; }
.maincontent { border: 1px solid orange; }

/*
*/

.main
{
	width:790px;
	height:100%;
	margin:0px auto;
	text-align:left;
	border-left: 1px solid #DCDBCE;
	border-right: 1px solid #DCDBCE;
	background-color: #379500;
}

/**********************************************
 HEAD
**********************************************/

.headtop, .mainmenu, .headbottom, .footerline, .footer
{
	width:100%;
}

.headtop .headline, 
.mainmenuitems,
.headbottom .text,
.content,
.startcontent
{
	margin-left: 30px;
}

.headtop
{
	position: relative;
	background-color: #DD0000;
	height: 70px;
	border-top: 1px solid #DD0000;
}

.headtop .headline
{
	width: 730px;
	height: 23px;
	margin-top: 23px;
	background-image:url('img/headline-soccertainment.gif');
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
}

.headtop .headline a
{
	color: white;
}

.headtop .right
{
	float: left;
	width:50%;
	text-align: right;
	border: 1px solid blue;
}

.headtop .logolink
{
	position: absolute;
	top: 20px;
	left: 30px;
}

.headbottom
{
	background-color: #3DA500;
	height: 120px;
	background-image:url('img/headbottom.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid white;
	border-bottom: 2px solid #FFD200;
}

.headbottom .text
{
	color: #d6ffbd;
	margin-top: 10px;
	font-size: 100%;
}

.headbottom .text ul
{
	margin-top: 5px;
	font-size: 80%;
}

/**********************************************
 MENU
**********************************************/

.mainmenu
{
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
}

.mainmenuitem
{
	margin-top: 2px;
}

.mainmenuitem, .mainmenuitem a
{
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

.mainmenuitem a
{
	color: #000000;
}

/**********************************************
 MAIN CONTENT
**********************************************/

.maincontent, .content
{
	background-color: #FFFFFF;
}

.maincontent
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.startmaincontent
{
	border-top:1px solid white;
	background-image:url('img/start-bg.jpg');
	height: 484px;
}

.content, .startcontent
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.startcontent
{
	color: white;
	font-size:150%;
	line-height: 130%;
}

.startcontent ul
{
	margin-top: 10px;
}

.startcontent li
{
	font-size:80%;
}

/**********************************************
 FOOTER
**********************************************/

.footerline
{
	background-color: #FFD200;
	height: 25px;
}

.footerline .text
{
	text-align:right;
	margin-right: 30px;
}

.footer
{
	background-color: #379500;
	height: 30px;
}


/**********************************************
 CONTENT
**********************************************/

.productmenu, 
.productcontent, 
.subproductmenu, 
.subproductcontent
{
	float:left;
}

.productmenu
{
	width:30%
}

.productmenuhead
{
	font-weight: bold;
}

.productmenuactive
{
	color: #307501;
	font-weight: bold;
}

.productcontent
{
	width:65%
}

.image
{
	border: 1px solid #2E7500;
}

.productcontent .image
{
	float: left;
	border: 1px solid #2E7500;
	margin: 5px;
}

.subproductmenu
{
	width:30%
}

.subproductcontent
{
	width: 70%;
}

h1, h2
{
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
}