*
{
    margin: 0;
    padding: 0;
}
html,
body {
    background-color: #222;
    font-family: Arial;
    height: 100%;
    color: #000;
}

h1 {
    color: #444;
    font-size: 14pt;
  	text-align: center;
}

h1 span {
	display: block;
	padding-top: 5px;
	font-size: 17pt;
    color: #000;
}

h2 {
	font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}

h3 {
    color: #999;
    font-size: 14pt;
	text-align: center;
}

h4 {
    color: #000;
    font-size: 10pt;
	text-align: center;
}

h5 {
    font-size: 12pt;
	text-align: center;
	margin: 30px 180px;
}

h5 span {
	display: block;
	padding-top: 20px;
	font-size: 8pt;
    color: #000;
	margin: 0 20px;
}

a {
    color: #111;
    font-family: helvetia;
    font-size: 12pt;
    text-decoration: none;
}

a:hover {
    color: #900;
	font-weight: bold;
}

img {
    border: none;
}

p,
ul {
    margin: 5px 0;
    padding: 5px 0;
}

ul {
    color: #900;
    padding-left: 30px;
}

fieldset {
	border: none;
}

/*classes*/
.imgcenter {
    display: block;
    margin: 0 auto;
}

.color {
    color: #03c;
}

.small {
	font-size: 8pt;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	margin: 10px 110px;
}

.block {
	float: right;
	margin: 5px -4px;
}

.eagle {
	float: right;
	margin-top: -142px;
}

#wrapper {
    background: url('../images/bgcp.jpg') center top repeat-y;
    margin: 0 auto;
    width: 1003px;

    min-height: 100%;
    height: 100%;
    height: auto;
}

#header {
    background: url('../images/header.gif');
    height: 177px;
}

#content {
    float: right;
    font-size: 10pt;
    margin: 15px 15px 15px 0;
    padding: 10px 20px 10px 30px;
    width: 748px;
    min-height: 550px;
    height: auto !important;
    height: 550px;
}

#menu {
    float: left;
    margin: 0 0 10px 10px;
    padding-top: 0px;
    width: 175px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0;
}

#menu a {
    background: url('../images/menu-sprite.png') center top no-repeat;
    color: #111;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    text-align: center;
}

#menu a:hover {
    background-position: center bottom;
	color: #900;
}

#footer {
    background: url('../images/footer.gif') center no-repeat;
    clear: both;
    height: 100px;
    padding: 0px 15px 5px 15px;
    position: relative;
    white-space: nowrap;
}

#counter {
    margin: 20px 0 0 0;
	color: #666;
    float: left;
    font-family: arial;
    font-size: 7pt;
}

#copyright {
	margin: 0 70px;
	padding-top: 37px;
    font-family: verdana;
	font-size: 5pt;
	font-weight: bold;
	color: #999;
	text-align: center;
}

#footer a.validator {
    display: block;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 15px;
}

#footer a.validator img {
    display: block;
    padding-top: 15px;
}

#footer a.validator2 {
    display: block;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 40px;
}

#footer a.validator2 img {
    display: block;
    padding-top: 25px;
}

/* /discografie/ */
ul.disco {
	list-style: none;
	padding: 5px;
}

/* /fotoalbum/ */
ul.foto {
    list-style: none;
    margin: 0 auto;
    width: 85%;
}

ul.foto li a {
    background: url('../images/camera.gif') 0 7px no-repeat;
    color: #900;
    display: block;
    line-height: 32px;
    padding: 10px 10px 10px 50px;
}

/* /Gear/ */
.imagelist {
	display: block; 
	width: 720px;
	height: 100px;
	margin: 0 auto;
	clear: both;
	list-style-type: none;
	padding-top: 1em;
}

.imagelist li { 
	float: left;
	text-align: center;
	width: 133px;
	line-height: 100px;
	padding: 3px;
}

.imagelist img { 
	vertical-align: middle;
}

/* /linkset/ */
.linkset { 
     width: 95%;
   	 margin: 0 auto;
     clear: both;
	 text-align: center;
     list-style-type: none;
     padding-top: 0px;
	 display: block;
}

.linkset li { 
	float: left;
	width: 330px;
	height: 135px;
	padding: 5px;
	line-height: 65px;
}


/* /linken/ */
.linken { 
     width: 590px;
   	 margin: 0 auto;
     clear: both;
	 text-align: center;
     list-style-type: none;
     padding-top: 0px;
	 display: block;
}

.linken li { 
	float: left;
	width: 260px;
	height: 65px;
	padding: 5px;
	line-height: 65px;
}

.linken img { 
	vertical-align: middle;
}

/* /gastenboek/ */
p.gast {
    text-align: center;
}

.gast a {
    color: #000;
    font-family: helvetia;
    font-size: 14pt;
    text-decoration: none;
}

.gast a:hover {
    color: #900;
}

 /* /contactpagina/ */
#contact {
	width: 500px;
	margin: 0 auto;
}

#contact li {
	list-style-type: none;
}

#contact span {
	width: 200px;
	display: inline-block;
	line-height: 30px;
    vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

#contact a {
	display: inline-block;
	padding: 0 15px;
    vertical-align: middle;
	font-weight: bold;
}

/* /Mailformulieren/ */
#mail {
	width: 700px;
	margin: 0 auto;
}

#mail label {
	width: 200px;
	display: inline-block;
	line-height: 30px;
    vertical-align: middle;
	text-align: right;
	font-weight: bold;
}

#mail input[type="text"], [type="checkbox"], [type="radio"], textarea, select {
	display: inline-block;
	margin: 0 20px;
    vertical-align: middle;
	background: #ccc;
	font-size: 10pt;
}

#mail input[type="text"], textarea {
    width: 259px;
}

#mail input[type="submit"] {
    clear: both;
    float: left;
    margin: 10px 0 0 310px;
}

#mail a {
    color: #000;
    font-family: helvetia;
    font-size: 12pt;
    text-decoration: none;
}

#mail a:hover {
    color: #900;
}

input.fout, textarea.fout, #errors {
	border: 2px solid #F00;
}

#errors {
	width: 450px;
	margin-left: 60px;
}

#errors ul li {
	list-style-type: none;
	margin-left: 10px;
}

/* /Algemene Voorwaarden/ */
#av {
    background: url('../images/bgcp.jpg') center repeat-y;
}

#av h4 {
	width: 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
}

#av h6 {
	width: 430px;
	display: inline-block;
	font-size: 8pt;
	text-align: left;
	padding: 0 10px 15px;
}

.ymlp a {
	font-size: 4pt;
	font-family: arial;
}

.back {
	clear: both;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.updated {
	font-size: 8pt;
	text-align: left;
	color: #111;
	padding: 0 17px 0 60px;
}
.print {
	clear: both;
	padding: 0 190px;
}

.lang {
	padding: 20px 45px;
}
