/* Main CSS Styles Document 
Author: 	Steven Gleave for ElevenCars
Last Modified: 	25/09/2008
*/

/* Import Master Reset */
@import url(reset.css);

body { font-family:Georgia, "Times New Roman", Times, serif; background-repeat:no-repeat; width:1080px; margin:0 auto; background-position:center top;}
/*body.homepage { background-image:url(../images/visuals-home/visual-home.jpg); }*/
body.contentpage { background-image:url(../images/visuals-content/in-de-keuken-2.jpg); }


/* Navigation */
#nav ul.menu { margin:0 0 2em 0; padding:0 0 0 .5em; list-style-type:none; display:inline; font:bold 14px Georgia, "Times New Roman", Times, serif; line-height:165%; }

#nav ul.menu li { margin-right:7px; padding:0; float:left; }
#nav ul.menu li a { display:block; text-decoration:none; color:#000; background:#FFF; padding:4px 20px; }
#nav ul.menu li a:hover { background:#EFD5BF; }
#nav ul.menu li a.current,ul.menu li a.current:hover { background:#EFD5BF; padding-bottom:12px; }

/* Content */
#content { width:745px; margin:20px 0 130px 290px; }

#content_top { border-right: 10px solid white; border-top: 10px solid white; border-left: 10px solid white; width:745px; height:150px; background:#FFF; background-image:url(../images/mark/mark-fornuis.jpg); background-repeat:no-repeat; background-position:top right; }
#content_top h1 { font-size:2.7em; color:#9E0026; }
#content_top h1 a { text-decoration:none; color:#9E0026; }
#content_top h1 a:hover { text-decoration:none; color:#9E0026; }
#content_top p { font-size:.9em; font-style:italic; color:#9E0026; line-height:1.5em; margin-bottom:0; }

#content_main { border: 10px solid white; width:685px; background:#EFD5BF; padding:50px 30px 10px 30px; }
#content_main_left { width:475px; float:left; }
#content_main_right { width:170px; float:right; margin-left:40px; margin-top:48px; }

#content_main_right ul { list-style:none; font-size:1em; font-family:Georgia, "Times New Roman", Times, serif; }
#content_main_right ul li { margin:0 0 .5em 0; padding-left:20px; background-image:url(../images/Bullet-star.jpg); background-repeat: no-repeat; background-position: 0px 2px; }
#content_main_right ul li a { text-decoration:none; color:#6971B1; }
#content_main_right ul li a:hover { color:#82002A; }

#content_footer { float:right;padding:10px 0px 0px 0px; }
#langMenu {float: left; padding:10px 0 20px 0; color: white;}
#langMenu li {display: inline; margin: 0 1em 0 0 ;}
#langMenu li a {color: #6971B1;}
#langMenu li a.current {color: white;}
.clear {clear: both; height 0px;}


/* Typography */
p { font-size:.9em; color:#000; line-height:1.5em; margin-bottom:1.5em; }
#content_footer p {font-size:.8em; color:#FFF;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family:Georgia, "Times New Roman", Times, serif; }

h1 { font-size:1.6em; line-height:1; margin-bottom:0.5em; color:#FFF; }
h2 { font-size:1em; margin-bottom:.2em; color:#82002A; }

.dots { height:4px; background-image:url(../images/dots.jpg); background-repeat:repeat-x; margin-bottom:15px; }

a { color:#6971B1; text-decoration:none; }
h1 a { font-size:15px; font-weight:bold; padding-left:25px; background-image:url(../images/Bullet-arrow.jpg); background-repeat:no-repeat; background-position:0px 6px; }
#content_footer a {color:#fff;text-decoration:underline;}
a:hover { text-decoration:underline; }
