/**
 *
 * Stylesheet voor CCA
 *
 * @created 01-01-2008
 * @author Menja Mollema
 * (C) Ons Reklame
**/
@import url(images.css);
body {
background:#023668 url(background.gif) no-repeat fixed right bottom;
font-family:Myrad, "Trebuchet MS", Verdana;
padding:0;
margin:0;

}

div.main {
width:813px;
margin:0px;
padding:0px;
text-align:left;
}

div.main.title {
height:101px;
background-image:url(main_title.gif);
background-repeat:repeat;
}

div.main.container {
background-image:url(main_background.gif);
background-repeat:repeat-y;
background-color:#7c9dbd;
}

div.main.bottom {
height:42px;
background-image:url(main_bottom.gif);
}


/**
 * Menu
 */

div.menu {
width:153px;
margin:0px;
padding:0px;
float:left;
}

div.menu ul {
margin:0px;
padding:0px;
padding-top:10px;
padding-bottom:10px;
margin-left:11px;
list-style-type:none;
}

div.menu ul li {
list-style:none;
margin:0px;
padding:0px;
display:inline;
}

div.menu a { display:block; margin:10px 0; padding:1px 10px 2px 1px; background-color:#023668; color:#fff; text-align:right; text-decoration:none; font-size:13px; font-family:Myrad, "Trebuchet MS", Verdan; border-style: solid none; border-width: 1px 0; border-top-color: #1e6d9d; border-bottom-color: #1e6d9d;a;
}

div.menu a:hover {
background-color:#fff;
color:#023668;
font-weight:bold;
padding-right:5px;
}


/**
 * Content
 */

div.content-pre {
margin-right:20px;
}

div.content {
padding:0px;
margin:0px;
background:#FFF url(content_corner_logo.png) no-repeat scroll bottom right;
float:right;
width:640px;
text-align:left;
}

div.content-inner {
padding:20px;
font-size:11px;
}

div.content-inner table {
border:0px;
}

div.content-inner td { margin:0px;padding:0px;border:0px;  }

h1 { color:#023668; font-size:18px; border-color:#000; border-style:solid; border-width: 0 0 2px; }

h2 {
background-color:#023668;;
color:#fff;
font-weight:normal;
padding:3px;
font-size:14px;
}

p {
font-size:11px;
}


/**
 * Bottom
 */

div.bottom, div.bottom-content {
text-align:center;
font-size:9px;
color:#333;
}

div.bottom {
margin-bottom:100px;
}

div.bottom a, div.bottom-content a {
text-decoration:none;
}

div.bottom a:hover, div.bottom-content a:hover {
color:#000;
}


div.bottom-content{
clear: both;
font-size:9px;
text-align:center;
padding-top:20px;
}

