/* Restaurant The Sixties stylesheet */

img {border:0;}

body {
	background: #D9D9D9 url(../images/the-sixties-bg.gif) repeat-x top left;
	font:       11px Verdana, Helvetica, sans-serif;
	color:      #000;
    margin:     0; 
    padding:    0;
}

 a:link, a:active, a:visited
{
	color:#ffffff; 
    text-decoration:underline;
}
 a:hover
{
	color:#ffffff; 
    text-decoration:none;
}


#container {margin:0 auto; width:820px;}

/* ------- HEADER ------- */

#header {color:#6C6C6C; height:100px;}

#header #logo {float:left; margin-top:35px;}

#header #nav {
	background-color:#EAEAEA;
	width:245px;
	height:35px;
	float:right;
	text-align:center;
}
#header #nav ul {list-style-type:none; margin-top:10px;}
#header #nav li {display:inline;}
#header #nav li a {color:#6C6C6C; text-decoration:none;}
#header #nav li a:hover {text-decoration:underline;}

.tekst {color:#fff; margin:0 45px 20px 45px; line-height:1.5em;}

/* ------- FOTO -------- */

#headerfoto {width:820px; height:200px;}


/* ------- MAIN -------- */

#leftshadow {
	float:left; 
	width:10px; 
	height:500px;
	background:#D9D9D9 url(../images/the-sixties-bg-left.gif) no-repeat top left; 
}

#left {float:left; width:250px; background:#fff;}
#left .menukop {float:right;}
#left p {color:#C4003A; line-height:16px; font-weight:bold; margin:20px 0 20px 30px;}
#left p a {color:#C4003A; text-decoration:none;}
#left p a:hover {color:#C4003A; text-decoration:underline;}

#nieuwsbrief {margin-left:30px;}

input#schrijfin {
	width:73px;
	height:36px;
	background:transparent url(../images/the-sixties-button-schrijfin.gif) no-repeat;
	outline:none;
	border:none;
	cursor:pointer;
	padding-top:36px;
	float:right;
	margin:15px 10px 30px 0;
}

input#email {
	width:200px;
	height:22px;
	font-size:16px;
	border:1px solid #DFDFDF;
}

#talen {background-color:#D9D9D9;}

#right {float:left;  width:550px; background:#cd0042;}
#right #inhoud {min-height:480px;}

#right h1 {padding-top:30px; margin-bottom:20px;}

#right h2 {color:#fff; font-size:16px; font-weight:bold; margin:0 0 20px 45px;}
#right h3 {color:#fff; font-size:14px font-weight:bold; margin:0 0 20px 45px;}
#right p {color:#fff; margin:0 45px 20px 45px; line-height:1.5em;}
#right p a {color:#fff;}
#right p a:hover {text-decoration:none;}

#slideshow 
{
	float: right;
	width: 206px;
	height: 267px;
	margin-right: 30px;
	margin-left: 20px;
	overflow: hidden;
}
#right .pic {float:right; border: 1px solid white;padding:2px;}
#right #inhoud > .pic {float:right; border: 1px solid white;padding:2px; margin-right: 30px; margin-left: 20px; margin-bottom: 20px;}


#rightshadow {
	float:left; 
	width:10px; 
	height:500px;
	background:#D9D9D9 url(../images/the-sixties-bg-right.gif) no-repeat top left; 
}

.footer
{
    background: #8f002f;
	color:#ffffff;
    padding:20px;
}

.footer a:link, a:active, a:visited
{
	color:#ffffff; 
    text-decoration:none;
}
.footer a:hover
{
	color:#ffffff; 
    text-decoration:underline;
}

