/*---------------------------------------------------------------------------
=General
-----------------------------------------------------------------------------*/

/* Set all padding and margin to zero */

* {
	margin:		0;
	padding:	0;
}


/* Set border around linked images to zero */

img {
	border: 0;
}

/* Removes styling from all list items */

ul, li {
	list-style:	none;
}

/* Set h elements to standard margin */

h1, h2, h3, h4, h5, h6 {
	font-size:		1em;
	font-weight:	normal;
}

/*----------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1d1d25;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 17px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BEC0A0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 3px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BEC0A0;
	text-align: center;
}
h4 {
	font-size: 10px;
}



p {
	margin-top: 5px;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}


#header_top {
	background-image: url(../images/top.jpg);
	float: left;
	height: 103px;
	width: 960px;
	background-repeat: no-repeat;
}
#header_bottom {
	background-image: url(../images/bottom.jpg);
	float: left;
	height: 206px;
	width: 960px;
	background-repeat: no-repeat;
}
#navbar {
	background-image: url(../images/navbar.jpg);
	float: left;
	height: 43px;
	width: 930px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.hide {
	display: none;
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
	float: left;
	width: 920px;
	overflow: hidden;
}
#footer {
	background-color: #FFFFFF;
	float: left;
	height: 30px;
	width: 920px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #113F59;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #113F59;
}
#navbar ul li {
	display: inline;
}
#navbar ul li.sel {
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	font-size: 14px;
	display: block;
	float:left;
	width: 110px;
	height: 31px;
	padding-top: 12px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../images/tabblad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navbar ul li a {
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	font-size: 14px;
	display: block;
	float:left;
	width: 110px;
	height: 31px;
	padding-top: 12px;
	margin-right: 10px;
	text-align: center;
}
#navbar ul li a:hover {
	text-decoration:none;
	color: #FFF2CC;
	background-image: url(../images/hovertab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navbar li.sel {
	background-image: url(../images/tabblad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
}

.nav_spacer {
	float: left;
	height: 43px;
	width: 190px;
}
#footer a {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration:underline;
}
#content ul {
	text-indent: -12px;
	padding-left: 25px;
}
#content li {
	list-style-position: inside;
	list-style-type: circle;
}
.entrepreneur {
	background-image: url(../images/pages/reclamebanner_entrepreneur.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}
