@charset "utf-8";
/* CSS Jellinek Prive */

html,body {
	margin:0;
	padding:0;
	
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}
a:link {text-decoration: underline; color: #ccab2b;}
a:active {text-decoration: none; color: #ccab2b;}
a:hover {text-decoration: none; color: #ccab2b;}
a:visited {text-decoration: none; color: #ccab2b;}

em {
	color: #ccab2b;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;	
	height:100%; /* IE6: treaded as min-height*/	
	padding: 0;
}	
div#header {
	padding: 0;
	text-align: center;
}
div#header p {
	margin:0;
}	
div#content {
	padding: 0;
	margin: 0;	
}
div#footer {
	
	width:100%;
	border-top:1px solid #FFF;
	height: 33px;
	background-color: #ccab2b;
}
div#footer p {
	padding:1em;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	
}
#container-footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	
}
#container-header {
	height: 223px;
	text-align: center;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-y; 
}
#container-content {
	width: 716px;
	text-align: left;
	padding: 25px 30px 25px 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
}
#header-logos {
	width: 752px;
	height: 72px;
	background-color: #002142;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#header-menu {
	width: 752px;
	height: 151px;
	background-image: url(../images/foto_header.jpg);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#floatl {
	text-align: center;
	width: 200px;
	margin: 0px;
	float: left;
	padding: 20px 0px 0px 25px;
}
div#floatr {
	text-align: right;
	width: 100px;
	margin: 0px;
	float: right;
	padding: 8px 11px 0px 0px;
}
div#float-contentl {
	text-align: left;
	width: 449px;
	margin: 0px;
	float: left;
	padding: 0px 17px 0px 0px;
	border-right: 1px solid #ccab2b;
}
div#float-contentr {
	text-align: left;
	width: 236px;
	height: 240px;
	margin: 0px;
	float: left;
	padding: 0px;
	text-align: right;
}
.menu-item {
	text-align: center;
	margin: 0px;
	float: left;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002142;
}
.menu-item a:link {text-decoration: none; color: #002142;}
.menu-item a:active {text-decoration: none; color: #002142;}
.menu-item a:visited {text-decoration: none; color: #002142;}
.menu-item a:hover {text-decoration: none; color: #ccab2b;}


.title {
	font-size: 18px;
	color: #ccab2b;
	padding-bottom: 21px;
}
#footer-text {
	padding: 9px 0px 0px 20px;
	width: 732px;
	color: #CCAB2B;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}