body, html  {
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #3a382b;
        background-image: url(images/bg.jpg);
        background-repeat: repeat-x;
        background-color: #c1ad90;
}
input, textarea { 

        background-color:#e9e9e9;
        border-color:#626262;
        border-style:solid;
        cursor: hand;
}   
input.text, textarea {
	width: 300px;
}
input.koopcd {
	width: 260px;
	overflow: hidden;
}
textarea {
	height: 80px;
}
select {
        background-color:#e9e9e9;
        border-color:#FFFFFF;
        border-style:solid;
        cursor: hand;
        overflow: auto;
}   
div.contact {
	text-align: right;
	padding-right: 10px;
	/*padding-top: 13px;*/
}
div.bottom_links {
	position: absolute;
	left: 647px;
	top: 730px;
}
div.container {
    width: 796px;
    height: 771px;
    position: absolute; 
    left: 117px;
    top: 62px;
    background: url(images/bg_content.jpg);
        }
div.koopcd {
	overflow: hidden;
}
div.form {
	margin-bottom: 8px;
		}
div.menu {
    width: 796px;
    height: 771px;
    position: absolute; 
    left: 117px;
    background: url(images/bg_menu.jpg);
    cursor: pointer;
        }
div.menu_contents {
	z-index: 10;
	width: 600px;
	height: 30px;
	position: absolute;
	left: 190px;
	top: 70px;
	background: url(images/bg_menu_contents.png);
		}
div.menu_items {
	float: left;
	margin-left: 8px;
	font-size: 20px;
	text-decoration: bold;
	cursor: pointer;
		}
div.content_titel {
        position: absolute;
        top: 140px;
        left: 310px;
        width: 135px;
        height: 38px;
        }
div.content {
        position: absolute;
        top: 190px;
        left: 310px;
        width: 333px;
        height: 393px;
        overflow: auto;
        }
div.presskit {
        position: absolute;
        top: 270px;
        left: 55px;
        width: 116px;
        height: 117px;
		overflow: hidden;
        }
div.footer {
        top: 835px;
        width: 500px;
        left: 220px;
        position: absolute;
        color: #765c59;
        font-size: 9px;
        text-align: center;
        }   
        
div.newz_item_datum, div.gigz_item_datum {
	margin-top: 5px;
	margin-bottom: 15px;
	font-style: italic;
}
div.player {
	position: absolute;
	left: 303px;
	top: 16px;
	z-index: 3;
}
td.newz_list_datum, td.gigz_list_datum {
	font-weight: bold;
	width: 50px;
}

td.newz_list_title, td.gigz_list_lokatie {
	cursor: pointer;
}
td.foto {
	padding: 6px;
}
div#menu_newz {
	width: 56px;
}
a:link {
	color: #bfbca8;
    text-decoration: none;
    
}
a:visited {
	color: #bfbca8;
    text-decoration: none;
}

a:hover {
    color: #bfbca8;
    text-decoration: none;
    cursor: pointer;
}
a:active {
	color: #bfbca8;
    text-decoration: none;
    
}
a.footer_link:link {
    color: #765c59;
    text-decoration: none;
    
}
a.footer_link:visited {
    color: #765c59;
    text-decoration: none;
}

a.footer_link:hover {
    color: #765c59;
    text-decoration: underline;
}

a.footer_link:active {
    color: #765c59;
    text-decoration: none;
    
}

h3 {
	font-weight: bold;
	font-size: 13px;
}