/**
* 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;
}

.clr{
clear:both;
}

html{
width:100%;
font-family:Arial, Helvetica, sans-serif;
}

body{
width:962px;
margin:0px auto 0px auto;
}

#main{
float:left;
width:962px;
}

#siteChoice{
width:680px;
height:130px;
margin:0px auto 0px auto;
}

#left{
float:left;
width:800px;
}

#topMenu{
display:none;
}

#header{
display:none;
}

#page{
position:relative;
width:784px;
padding:8px 8px 8px 8px;
}

#page .corner{
position:absolute;
width:7px;
height:7px;
}

#page .topLeft{
top:0px;
left:0px;
}

#page .topLeft2{
top:0px;
left:168px;
}

#page .topRight{
top:0px;
left:185px;
}

#page .topRight2{
top:0px;
right:0px;
}

#page .bottomLeft{
bottom:0px;
left:0px;
}

#page .bottomLeft2{
bottom:0px;
left:168px;
}

#page .bottomRight{
bottom:0px;
left:185px;
}

#page .bottomRight2{
bottom:0px;
right:0px;
}

#menu{
display:none;
}

#content{
float:left;
width:556px;
margin:0px 0px 0px 60px;
font-size:11px;
}

#content p{
margin:0px 0px 10px 0px;
}

#content a{
font-weight:bold;
text-decoration:underline;
}

#content a:hover{
text-decoration:none;
}

#content ul{
margin:0px 0px 0px 10px;
padding:0px 0px 0px 10px;
}

#content h1{
font-weight:bold;
font-size:16px;
margin:10px 0px 10px 0px;
}

#right{
display:none;
}


/* COLORS */

/* RED */
#main.Red{
color:#CC0719;
}

#page.Red #menu li a{
color:#CC0719;
}

/* Blue */
#main.Blue{
color:#33B6B8;
}

#page.Blue #menu li a{
color:#33B6B8;
}

/* Purple */
#main.purple{
color:#A84196;
}

#page.purple #menu li a{
color:#A84196;
}

/* Blue2 */
#main.blue2{
color:#33B0E1;
}

#page.blue2 #menu li a{
color:#33B0E1;
}

/* Orange */
#main.orange{
color:#EF8C3D;
}

#page.orange #menu li a{
color:#EF8C3D;
}

/* Green */
#main.green{
color:#98B14D;
}


#page.green #menu li a{
color:#98B14D;
}