/**
* File:					style_layout_print.css
* Last update:	07-05-2009
* Description:	Stylesheet voor DIV structuur PRINT pagina
* 
* @author				Onne Witjes <onne.witjes@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet voor DIV structuur PRINT pagina
* @copyright		Regioproviders
* @version			1.0
*
*/
*{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:none;
}

html{
width:100%;
height:100%;
background-color:#F6F5F1;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

ul{
margin:0px 0px 0px 10px;
padding:0px 0px 0px 10px;
list-style-type:disc;
}

#header{
z-index:2000;
width:100%;
height:103px;
background:#FFFFFF url("/images/header_bg.png") repeat-x;
}

#header .center{
width:976px;
margin:0px auto 0px auto;
}

#header a{
margin:9px 0px 0px 0px;
}

#search{
display:none;
}

#wrapper{
position:relative;
width:976px;
margin:-3px auto 0px auto;
}

#border{
display:none;
}

#main_container{
width:100%;
float:left;
}

#left{
display:none;
}

#center{
float:left;
width:616px;
padding:0px 4px 0px 4px;
}

#keuzebox{
display:none;
}

#right{
display:none;
}

.clr{
clear:both;
}

.portal{
position:relative;
float:left;
width:200px;
height:208px;
background:url("/images/portal_box.gif") no-repeat;
margin:5px 2px 0px 0px;
padding:0px 2px 0px 2px;
}

.portal span{
display:block;
height:22px;
padding:7px 0px 0px 8px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.portal p{
color:#3680B1;
font-style:italic;
font-size:15px;
padding:5px 5px 5px 5px;
font-weight:bold;
}

.portal.last{
margin:5px 0px 0px 0px;
}

.portal a{
position:absolute;
bottom:5px;
right:5px;
border:none;
background:url("/images/arrow_blue.gif") no-repeat 0px 5px;
float:right;
width:auto;
color:#6FAFDF;
margin:5px 12px 0px 0px;
padding:0px 0px 0px 20px;
font-size:12px;
text-decoration:none;
}

.portal a:hover{
background:url("/images/arrow_purple.gif") no-repeat 0px 5px;
color:#94283A;
}

#text{
position:relative;
padding:28px 2px 38px 2px;
width:612px;
background:url("/images/content_text.gif") repeat-y;
}

#text .header{
position:absolute;
top:0px;
left:0px;
width:616px;
height:28px;
background:url("/images/content_header.gif") no-repeat;
}
#text .header h1{
color:#FFFFFF;
font-size:16px;
padding:4px 0px 0px 10px;
}

#text .bottom{
position:absolute;
bottom:0px;
left:0px;
width:616px;
height:28px;
background:url("/images/content_bottom.gif") no-repeat;
}

#text .content{
width:582px;
padding:10px 10px 10px 10px;
}

