input:focus {
	
}

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#6d6e71;
	background-color:#fff;
}
h1 {
	font-size:21px;
	color:#231f20;
	margin-bottom:0px;
	font-weight:normal;
}
h2, h3 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ed1c24;
	margin-bottom:20px;
}
h3 {
	font-weight: bold;
	margin-bottom:10px;
}
h4 {
	font-weight: 100;
	font-family:Helvetica Rounded-Black, Helvetica-Bold, Helvetica, Arial;
	font-size:11px;
	color:#be1e2d;
	margin-bottom:5px;
}
p {
	margin-bottom:10px;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}

.right {
	float:right;
	margin:0px 0px 10px 10px;
}
.noot {
	font-size:12px;
	color:#be1e2d;
	float:right;
}
.inside-left {
	padding-left:35px;
}
.red {
	color:#ed1c24;
}
button.styled
{
    background-color: #bf1e2e;
    display: inline-block;
    padding: 2px 3px;
	margin-top: -2px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.5), inset 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.5), inset 2px 2px 3px rgba(255,255,255,0.5);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
button.styled:hover
{
	background-color: #8f2927;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.5);
}

/* ------------------------------------------------------ DECO ROSSEEL ------------------------------------------------------ */
#container {
margin: 0;
padding: 0;
width:100%;
background: #fff;
}

#wrapper {
margin-left: auto;
margin-right: auto;
background: #fff;
width: 961px;
height: auto;
}

#top-background{
 width: 100%;
 background: #bf1e2e;
}

#topcontainer{
	width:961px;
	height:269px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/prijs_bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}
.tekstwinnaar a {
	color:#000;
}

/* Winnaar tekst
------------------------------------ */
#winnaar-tekst{
padding-left: 10px;
padding-right: 20px;
width:961px;
background: url('../images/prijs-back.png');
background-repeat: no-repeat;
float: left;
margin-top: 18px;
}



/* Prijsvraag kleine blokjes
------------------------------------ */
#klein-back{
width:99px;
height: 90px;
margin-right: 8px;
padding-top: 10px;
padding-left: 1px;
background: url('../images/prijs-klein-back.png');
background-repeat: no-repeat;
}

/* Indexframe
------------------------------------ */
#indexframe{
width:961px;
height: auto;
}

#indexframeklein{
width:320px;
height: auto;
float: left;
}

/* TOP
------------------------------------ */

#top-logo {
margin-left: 25px;
background: url('../images/prijs_logo.jpg');
width: 291px;
height: 185px;
float: left;
}

#top-banner {
margin-left: 15px;
margin-top: 26px;
background: url('../images/prijs_top-visual.jpg');
width: 611px;
height: 243px;
float:left;
}

#top-selector {
	position:absolute;
	top:197px;
	left:43px;
	width:296px;
}
#top-selector select {
	width:274px;
}

#top-nav {
	position:absolute;
	left:315px;
	top:4px;
	float:left;
	height:22px;
}
#top-nav a {
	padding-top:5px;
	text-align:center;
	color:#fff;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#top-nav ul {
	list-style:none;
	float:right;
}

#top-login {
	width:289px;
	height:70px;
}
#top-login a {
	color:#6d6e71;
	text-decoration:none;
}
input.inlogfield {
	float:left;
	margin-right:3px;
	width:98px;
	height:14px;
	padding:3px 0px 0px 2px;
	border:#9b9d9f 1px solid;
	color: #594f51;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#top-login input.inlogfield:focus {
	border: #9f232a 1px solid;
	color: #231f20;
}
#top-login input.inlogbutton {
	width:52px;
	height:19px;
	background-image:url(../images/prijs_bg-inlogbutton.jpg);
	background-repeat:no-repeat;
	border:none;
}

/* Loginbar
------------------------------------ */
#loginbarleft{
float: left;
width:416px;
min-height: 27px;
height: auto;
background-image: url('../images/login-bar-image.png');
background-repeat:no-repeat;
background-color: #f3f4f4;
padding-top:9px;
padding-left: 64px;
}

#loginbarmiddle{
float: left;
width:103px;
min-height: 31px;
margin-left: 4px;
height: auto;
padding-top: 2px;
}

#loginbarright{
float: left;
width: 370px;
min-height: 31px;
margin-left: 4px;
height: auto;
padding-top: 2px;
}

#totalloginbar{
width:961px;
margin-top: 2px;
min-height: 36px;
height: auto;
background: #f3f4f4;
margin-bottom: 2px;
}

/* BUTTONBAR
------------------------------------ */
#buttonbar{
width:961px;
background-color: #f3f4f4;
height: 40px;
margin-bottom: 2px;
}

#button{
width: 150px;
height: 32px;
margin-top: 2px;
background: url('../images/button.png');	
line-height: 32px;
color: #fff;
font-weight: bold;
padding-left: 8px;
float: left;
margin-left: 2px;
text-align: center;
}
#button a{
color: #fff;
font-weight: bold;
text-decoration: none;
}

/* CONTENT
------------------------------------ */

#content-home,
#content {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
	z-index:1;
}

#middelcontent{
	width: 961px;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content {
	width:924px;
	padding:0px 18px;
}

#breadcrumbs {
	width:924px;
	height:27px;
	color:#ed1c24;
	margin:16px 0px;
	z-index:1;
}
#breadcrumbs a {
	color:#ed1c24;
	text-decoration:underline;
}

#content-left {
	float:left;
	width:604px;
	z-index:1;
}
#middelcontent {
	width:754px;
	color:#414042;
}
#content-left p,
#middelcontent p {
	letter-spacing:1px;
	line-height:16px;
}
#content-left a,
#middelcontent a {
	text-decoration:underline;
	color:#6d6e71;
}
#middelcontent a {
	color:#414042;
}
#content-left ul,
#middelcontent ul {
	list-style:none;
	float:none;
}
#content-left li,
#middelcontent li {
	list-style:none;
	background-image:url(../images/prijs_arrow-content.jpg);
	background-repeat:no-repeat;
	height:19px;
	padding-left:17px;
}

#content-right {
	float:right;
	margin-top:16px;
	z-index:1;
}

#categorieen {
	color:#231f20;
	margin-top:16px;
	z-index:1;
}
#categorieen .categorie {
	float:left;
	width:425px;
	height:110px;
	margin-right:25px;
	z-index:1;
}
#categorieen .categorie h3 a {
	color:#ed1c24;
	text-decoration:none;
	z-index:1;
}
#categorieen .categorie h3 a:hover {
	text-decoration:underline;
}
#categorieen .categorie a {
	color:#231f20;
	text-decoration:underline;
}

#registreren {
	width:574px;
	padding:15px;
	background-color:#f1f1f2;
	z-index:1;
}
#registreren input,
#registreren input.kort {
	width:180px;
	height:18px;
	border-left:#e1e2e3 1px solid;
	border-right:#e1e2e3 1px solid;
	border-bottom:#e1e2e3 1px solid;
	border-top:#b7b9bc 2px solid;
}
#registreren input.kort {
	width:86px;
}
#registreren input.radio {
	width:12px;
	border:none;
}

#middelcontent .vraagstuk {
	border: 3px solid #FF0000;
	height: auto;
	min-height: 400px;
	width:961px;
	font-size:10pt;
}
#middelcontent .vraagstuk a {
	color:#ed1c24;
	text-decoration:underline;
}
#middelcontent .vraagstuk h2 {
	font-size:11pt;
	font-weight:bold;
	color:#ed1c24;
}
#middelcontent .vraagstuk .prijs {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
}
#middelcontent .vraagstuk .aangeboden {
	font-size:9pt;
	height: auto;
	float: left;
}
#middelcontent .vraagstuk .vraag {
	font-size:10pt;
}
#middelcontent .vraagstuk input.inlogfield {
	float:left;
	margin-right:3px;
	width:120px;
	height:14px;
	padding:3px 0px 0px 2px;
	border:#9b9d9f 1px solid;
	color: #594f51;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#middelcontent .vraagstuk input.inlogfield:focus {
	border: #9f232a 1px solid;
	color: #231f20;
}

/* FOOTER 
------------------------------------ */

#footer {
	color:#be1e2d;
	height: 170px;
	vertical-align:bottom;
	width:100%;
	background: #bf1e2e;
	margin-top: 36px;
	float: left;
	margin: 0;
	padding: 0;
	min-width: 1024px;
}
#footer  .wrapper{
	height: 170px;
	width: 961px;
	left: 50%;
	position: relative;
	margin-left: -480px;
}
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footer h4 {
	margin-bottom:25px;
}
#footer h4 a {
	font-family:Helvetica Rounded-Black, Helvetica-Bold, Helvetica, Arial;
	font-size:11px;
	color:#be1e2d;
	margin-bottom:5px;
	text-decoration:none;
}
#footer .list {
	float:left;
	width:230px;
	color: #FFFFFF;
	padding-top: 8px;
	margin-right: 8px;
	border-right: 1px dotted #fff;
	min-height: 160px;
}
#footer .listright {
	float:left;
	width:230px;
	color: #FFFFFF;
	padding-top: 8px;
}
#footer .list ul {
	list-style:none;
}
#footer .list li {
	float:none;
	height:30px;
}


.error {
	background-color:#ff0000;
}
element {
}

/* Alle prijsvragen
------------------------------------ */
#prijsvraagblok{
width: 961px;
height: auto;
border: 3px solid #FF0000;
}
#prijs-balk-rood{
background: url('../images/prijs-vak-rood.png');
width: 703px;
height: 45px;
margin-top: 4px;
float: left;
}
#prijs-balk-grijs{
background: url('../images/prijs-vak-grijs.png');
width: 703px;
height: 43px;
margin-top: 6px;
float: left;
}
#prijs-midden{
width: 403px;
height: 194px;
margin-top: 4px;
float: left;
}
#prijs-logo{
width: 296px;
height: 194px;
margin-top: 4px;
padding-left:4px;
float: left;
}
.logoimg{
max-width: 290px;
max-height: 190px;
/* Resize the image for IE6 */
width: expression(this.width > 290 ? 290: true);
height: expression(this.width > 190 ? 190: true);

}
#prijsteksten{
float: left;
width: 956px;
height: auto;
margin-bottom: 6px;
}

/* Uitslagen pagina
------------------------------------- */

