/*
CSS website
copyright handigneefje.nl

Dit is a standard stylesheet, please:
	make a copy before you change it!
	do NOT remove any of the tags (you may change the values or add keys and values)
*/


/*ALGEMEEN*/
	html,*{
                font-family: Verdana, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                line-height: 18px;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                color: #FFFFFF;
        }
	html,body{
		font-size:12px;
	}
	html{
	       background-color: #becad5;
	}
	a {
	}
	a:hover{
	}
	img {
		border:0px;
	}
	.label{
		float: left;
		width: 200px;
	}
	.bs{
		font-size:10px;
		color:#999;
		font-weight:normal;
	}

/*LAYOUT (DO NOT REMOVE THE TAGS) */
	.title{
		width:990px;
                float:left;
                background-image:url(../images/tognini/bgmenu.jpg);
	}
        .master {
		width:990px;
		text-align:left;
		position:relative;
		margin:auto;
		background-color: #fff;
	}
	.ulti{
                float:left;
                background-image:url(../images/tognini/background.jpg);
        	background-color:#002d54;
                width:990px;
        }
        .ulti h1{font-size:20px;margin-bottom:-2px;}
        .ulti h2{font-size:16px;margin-bottom:-5px;}
        .ulti h3{font-size:12px;margin-bottom:-5px;}
	
	.containertop {
		width:990px;
		overflow:hidden;
	}
	.containerleft {
		width:445px;
		float:left;
		overflow:hidden;
                margin-left:25px;
                margin-top:27px;
                margin-bottom:27px;
	}
	.containerright {
		display:none;
		width:0px;
		float:left;
		overflow:hidden;
	}
	.containermiddle {
		width:445px;
		float:left;
		overflow:hidden;
		margin-left:30px;
                margin-top:20px;
                padding:5px 5px 5px 0px;
	}
	.containerbottom {
		width:990px;
		float:left;
     	       background-color: #becad5;
		text-align:right;
	}
	.smallfont{
		font-size:9px;
	}
	.smallfont a{
		font-size:9px;
	}


/*BREADCRUMB*/
	.breadcrumb{
		width:990px;
		float:left;
		background:#666633;
		padding-right:10px;
		font-size:48px;
		text-align:right;
		letter-spacing:3px;
		font-weight:bold;
	}

/*MENU*/
	.block{
		margin-top:10px;
		width:790px;
		height:100px;
		background:#33300;
		color:#666633;
		padding:22px 10px 2px 10px;
		letter-spacing:18px;
		font-size:14px;
		font-weight:bold;
	}

        .menuover1{
                background-color: #fff;
                color: #000033;
        }
        .menuover1 a{
                color: #000033;
        }
        .menuover1 a:hover{
                color: #000033;
        }
        .menu {
            float:left;
        }
        
	/*menu hover*/
	.menu a{
                font-family: Helvetica, Arial, sans-serif;
                font-size: 13px;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
	}
	.menu a:hover{
                font-weight: normal;
	}
	/*hoofdmenu (level1)*/
		.menu1 {
			width:990px;
                        padding:0px 0px 10px 20px;
                        background-color: #004f94;
                        text-align:left;
                }
		.menulevel1 {
			display:inline;
			padding:0 7px 0px 7px;
                        background-image:url(../images/tognini/bgmenuline.png);
                        background-repeat: no-repeat;
		}
		/*geselecteerd item in het menu*/
		.menu1sel{
			font-size:14px;
			color:black;
			text-decoration:none;
		}
		/*niet geselecteerd item in het menu*/
		.menu1notsel{
			font-size:14px;
			color:#fff;		
			text-decoration:none;
}
                /*submenu (level2) */
		.menu2 {
			margin-top:10px;
			width:990px;
			background:#222;
			display:inline;
		}
		.menulevel2 {
			display:block;
			padding:0 10px 0 10px;
		}
		/*geselecteerd item in het menu*/
		.menu2sel{
			font-size:10px;
			color:#444;
			letter-spacing:3px;
		}
		/*niet geselecteerd item in het menu*/
		.menu2notsel{
			font-size:10px;
			color:#fff;		
			letter-spacing:3px;
		}
/*NIEUWSBRIEF*/
	/*inschrijven nieuwsbrief*/
	.newssubscribelabel{
		float:left;
		padding-left:0px;
		width:60px;
	}
	
/*RSS*/
	.itemodd{
		background:#ddd;
		padding:4px;
	}
	.itemeven{
		background:#fff;
		padding:4px;
	}
	.itemtitle a{
		font-size:12px;
	}
	
/*PLAATJE MET EEN LINK*/
	.imagelink{
		margin-top:10px;
	}
	
/*SYSTEM NIET AANPASSEN*/
	/*om ervoor te zorgen dat modules niet achter elkaar worden geplaatst*/
	.module{
		height:0px;width:100%;float:left;
	}
	/*top*/
	.moduleitem1{
		float:right;
		padding:0px;
		background:#fff;
		height:118px;
	}
	.moduleitem1 input{
		font-size:10px;
		color:#ccc;
	}
	
	/*bottom*/
	.moduleitem2{
                margin:4px;
		width:100%;
	}
	/*left*/
	.moduleitem3{
		float:left;
		width:100%;
	}
	/*middle*/
	.moduleitem4{
		float:left;
		margin-bottom:10px;
                width:100%;
	}
	/*right*/
	.moduleitem5{
		float:left;
		width:100%;
	}
