/**
*	This stylesheet defines the default general style for the DSH Public webinterface.
*
*   Please note that only those values should be overwritten to show something
*   different on ALL the DSH Public interfaces
*	If, however, the change should be made to a very specific Public DSH, they
*	can overwrite the defaultsettings in their own css
*	
*		Alfresco > .. > Specific > DSH <name> > webroot > lokaal.css
*   
*
*   See also 
*		DSH General > webroot/css/general-style.css
*		DSH Private > webroot/css/private.css
*	
*   CSS General Private
**/


body {
	background: #80ADCE url(../img/bg_page.jpg?guest=true) top left repeat-x;
}
h1 {
	font-size:1.6em;	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:10px;
	font-family:"Century Gothic",Verdana,Arial;
}
#logo {background:url(../img/logocontainer_background.gif?guest=true) bottom right repeat-x;}

#navtop ul {
	width:600px;
}
#header_specific {
	height:130px; width:970px; 
	background:#fff url(../img/specific_logo.jpg?guest=true) top right no-repeat; 
	float:left;}

/* selected state tabs */
body#home #t_home {background:none; background-color:#fff;}
body#themas #t_themas {background:none; background-color:#fff;}
body#doelgroep #t_doelgroep {background:none; background-color:#fff;}
body#az #t_az {background:none; background-color:#fff;}
body#sociaalhuis #t_sociaalhuis {background:none; background-color:#fff;}
body#links #t_links {background:none; background-color:#fff;}


/* searchbox + font size buttons */

#searchbox {background:url(../img/bg_search.png?guest=true) bottom left no-repeat;}

/* horizontal navigation */
#navtop {background:url(../img/bg_nav.jpg?guest=true) top left repeat-x;}
#navtop a {padding:6px 15px 14px 15px; background-color:#C7DAE9;}

/* vertical navigation */
#navleft {width:260px; background:url(../img/nav_bottom.png?guest=true) bottom left no-repeat; float:left; color:#fff; padding:0 0 20px 0}
#navleft ul {padding:20px 0 0 15px;}

/*Classes*/
.readmore {background:url(../img/icon_readmore.gif?guest=true) center left no-repeat;}

#language { display: none; }

table tr {
padding-bottom:10px;
}