/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

a {
	color: #000;
}

html,body{
	width:100%;	
	line-height:18px;
}
html, body, table,td {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#headerTextH1{
	padding:10px 0 10px 0;
}

#headerTextH2{
	
}

h1{
	font-family: Helvetica;
	font-size:32px;
	color:white;
	margin:0;
	padding:0;
}
h2{
	font-family: Helvetica;
	font-size:12px;
	color:white;
	margin:0;
	padding:0;
}
h3{
	font-family: Helvetica;
	font-size:22px;
	color:#ff0101;
	margin:0;
	padding:0;	
}

img{
	border:0;
}

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }
.clear{ clear:both; }
#spacer{
	width:100%;
	background-color:#000;
	height:10px;
	font-size:0;
	line-height:0;

}

#container{
	position:relative;
	margin: 0 auto;	
	width:800px;
	height:100px;
}

#logo{
	position:absolute;

	left:-70px;
}

/** MENU */
#menu{
	width:100%;	
	margin:0 0 0 150px;
	padding:0;
	float:left;
}

.menuContainer{
	float:left;	
}

.menuCornerLeftActive,
.menuCornerLeft,
.menuCornerRightActive,
.menuCornerRight,
.menuTopBgActive
.menuTopBg,
.menuLeftBgActive,
.menuLeftBg,
.menuRightBgActive,
.menuRightBg{
	padding:0;
	margin:0;	
}
.menuCornerLeftActive,
.menuCornerLeft{
	height:11px;
	width:6px;
	background-color:red;
	
	
}
.menuCornerRightActive,
.menuCornerRight{	
	height:11px;
	width:10px;
	background-repeat:no-repeat;
}

.menuTopBgActive
.menuTopBg,{
	height:11px;
}

.menuLeftBgActive,
.menuLeftBg{
	width:6px;	
}


.menuRightBgActive,
.menuRightBg{
	width:10px;	
}

.menuCornerLeftActive{
	background:url(/public/site/images/menuCornerLeftActive.jpg) no-repeat;	
}
.menuCornerRightActive{
	background:url(/public/site/images/menuCornerRightActive.jpg) no-repeat;		
}
.menuTopBgActive{
	background:url(/public/site/images/menuTopBgActive.jpg) ;
}
.menuLeftBgActive{
	background:url(/public/site/images/menuLeftBgActive.jpg);
}
.menuRightBgActive{
	background:url(/public/site/images/menuRightBgActive.jpg);
}
.menuCornerLeft{
	background:url(/public/site/images/menuCornerLeft.jpg) no-repeat;	
}
.menuCornerRight{
	background:url(/public/site/images/menuCornerRight.jpg) no-repeat;		
}
.menuTopBg{
	background:url(/public/site/images/menuTopBg.jpg) ;
}
.menuLeftBg{
	background:url(/public/site/images/menuLeftBg.jpg);
}
.menuRightBg{
	background:url(/public/site/images/menuRightBg.jpg);
}

.menuTextActive{
	background-color:#0191d0;
	padding:0 0 0 2px;
}
.menuTextActive a{
	color:#FFF;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}
.menuText{
	background-color:#FFF;
	padding:0 0 0 2px;

}
.menuText a{
	color:#0191d0;
	text-decoration:none;
	font-size:14px;
	display:block;
	height:100%;
	width:100%;
}

/** HEADER */

#header{
	width:530px;
	height:201px;
	background-repeat:no-repeat;
	float:left;
	border-top:5px solid #0191d0;
}

#headerText{
	padding:140px 0 0 10px;	
}

#headerNewsletter{
	width:270px;
	height:201px;	
	background-repeat:no-repeat;
	float:left;
	border-top:5px solid #0191d0;
}

#headerBorder{
	font-size:0;
	line-height:0;
	height:5px;
	width:530px;
	background-color:#ffd90f;
}

#wayFinder{
	height:27px;
	width:530px;
	background-color:#ededed;
	color:#434343;
	font-size:12px;
}
#wayFinders{
	padding: 5px 0 0 5px;	
}

#wayFinders a{
	color: #0191d0;
	text-decoration: none;
	font-weight: bold;
}

#main{
	background: #fff;
	width:530px;
	color:#434343;
	font-size:12px;
}

#main-content {
	padding:10px;
}

#main table tr td{
	color:#434343;
	font-size:12px;
	padding: 0;
	margin: 0;
		
}

#footer{
	width:530px;
	min-height:50px;
	height:42px;
	background-color:#d9b200;
	color:white;
	font-size:12px;
}
#quicklinks{
	width:100%;
	float:left;
}
.quicklink{
	float:left; 
	padding:1px 0 0 10px;
	height:20px;
}

.quicklink a{
	text-decoration:none;	
	color:white;
}

#copyright {
	padding: 0 0 0 10px;
}

.sep{
	width:10px;
	float:left;
	color:white;
	margin:0 0 0 10px;
}
