@charset "utf-8";
/* CSS Document */

A:link, A:active, A:visited {
	text-decoration: underline;
	color: #0C71B0;
	outline: none;
}	
A:hover {
	color: #53cb61;
	text-decoration: underline;
	outline: none;
}
img { border: 0; }
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #0C71B0;
	
}
h2 {
	font-size: 20px;
	color: #696969;
}
h3 {
	font-size: 14px;
	color: #696969;
}
h4 {
	font-size: 14px;
	color: #0C71B0;

}
h5 {
	font-size: 12px;
	color: #696969;
}
h6 {
	font-size: 10px;
	color: #0C71B0;
}
html, body {
	margin: 0;
	padding: 0;
	}
body { 
	background:url(images/efp_bg.jpg) center no-repeat;
	background-color:#013c74;
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
.body, p, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #696969;
	margin: 3px 0 8px 0;
}
.askjaninetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding-top:145px;
	color:#FFFFFF;
	-moz-user-select: none;
}


/* Div positioning */

#pagecontainer {
	position:absolute;
	width:1030px;
	left: 50%;
	margin-left: -515px;
}

#contentcontainer {
	width:1030px;
	background: url(images/efp_mainbodybg.png);
}

#headercontainer {
	width:1030px;
}

#menucontainer {
	margin-left:25px;
	width:980px;
}


#bodycontainer {
	margin-left:25px;
	padding:20px;
	width:960px;
	min-height:450px;
}

#footercontainer {
	width:1030px;
	height:146px;
	background:url(images/efp_footer.png) no-repeat;
}

#leftmenucontainer {
	float:left;
	width:171px;

}
#absolutecontentcontainer {
	margin: -12px 0 0 190px;
	width:750px;
}
#maincontentcontainer {
	margin: -12px 0 0 0px;
	width:640px;
	min-height:700px;
}

#sponsorscontainer {
	width:171px;
	height:175px;
}

#rightmenucontainer {
	width:280px;
	position:absolute;
	top:205px;
	left:715px;
}
#teamcontainer {
	width:271px;
	height:208px;
	margin-bottom:20px;
}
#blogcontainer {
	width:271px;
	height:435px;
}

