@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;	
	padding:0px;
	text-align:center;
	border:0px;
	margin: 0 auto;
}
div{
	margin:0px;
	padding:0px;
}
#wrapper{
	width:1000px;
	height:auto;
	margin:0 auto;
	z-index: 1; /* added z-index so this layer will appear under the absolute HeaderPic layer  */
	text-align: left;	
}
#topbuttonbackground{
	font-family: Arial, Helvetica, sans-serif;	
	background-image:url(../images/topbuttonbackground.jpg);
	width:998px;
	height:42px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	
}
#banner,#leftnavwrapper,#leftnav,#topbuttonbackground,#topbuttons,#topbuttons a,#leftnav a ,#leftnav li,#bodywrapper,#footerbar{
	display:block;
	float:left;
	background-repeat:no-repeat;
}
#topbuttons,#bodywrapper{
width:998px;
height:auto;
	
}
#bodycontent,#copyrightnotice{
	display:inline;
	float:left;	
	
}
#banner{
	height:270px;
	width:998px;
	background-image:url(../images/data-protection-forum-topbanner.jpg);
		border-left:solid 1px #000;
	border-right:solid 1px #000;
}
#leftnavwrapper{
	width:195px;
	height:auto;
}
#leftnav{
	width:195px;
	
}
#topbuttons ul,#leftnav ul,#footermenu ul{
	margin:0;
	padding:0px;
	list-style:none;
}
#topbuttons li,#footermenu li{
	width:auto;
	height:auto;
	list-style:none;
	float:right;
}
#topbuttons a{
	padding-right:28px;
	height:42px;
	width:auto;
	text-decoration:none;
	color:#000;
	font-size:0.8em;
	line-height:40px;
	font-weight:bold;
}
#topbuttons a:hover,#topbuttons a.on,#leftnav a:hover, #leftnav a.on{
	text-decoration:underline;
}
#leftnav li{
	list-style:none;
	width:198px;
	height:28px;
	background-image:url(../images/data-protection-leftnav-bg.jpg);
	background-repeat:no-repeat;
}
#leftnav a{
	background-image:url(../images/bullet-carrat.gif);
	background-repeat:no-repeat;
	width:167px;
	height:28px;
	text-decoration:none;
	line-height:28px;
	font-size:0.8em;
	color:#231F20;
	font-weight:bold;
	margin-left:20px;
	padding-left:10px;
}
#bodycontent{
	width:682px;
	height:auto;
	background-repeat:repeat-x;
	background-color: #ffffff;
	padding-left:20px;
	padding-top:10px;	
	text-align:left;
}
#bodywrapper{
	border-left:solid 1px #000;
	border-right:solid 1px #000;
		background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-y;
}
#bodycontent p, #bodycontent li{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#231F20;
}
#bodycontent.meetingspage p{
	padding-left:20px;	
}
#bodycontent h1{
	font-size:1.2em;
	color:#3277BC;
}
#bodycontent h2{
	font-size:0.9em;
	color:#666;
	
}
#bodycontent h3{
	font-size:0.8em;
	color:#70B143;
	font-weight:bold;
}
#footerbar{
	height:	70px;
	color:	#fff;
	background-color:#000;
	width:1000px;
}
#copyrightnotice{
	margin-top:25px;
	padding-left:20px;
	font-size:0.7em;
	width:400px;
	height:auto;
}
#footermenu{
 padding-right:20px;	
 
 
}
#footermenu a{
	color:#fff;	
	text-decoration:none;
	padding-top:25px;
	padding-left:20px;
	font-size:0.7em;
}
#footermenu li{
	padding-top:20px;
}
#footer{
	font-size:0.7em;
 
}


