/* Cascading Style Sheet TimDeibel.nl */
/* (c) T.H. Deibel - Rev. 2010/01/17  */

html,body { width:100%; margin:0; padding:0; border:none;}
body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:#141414;
 color:#aaa;
 text-align:center;
}

p { padding:0; margin:12px 0; }
a:link, a:visited { color:#999; text-decoration:underline; }
a:hover  { color:#ccc; text-decoration:none; }
a:active { color:#eee; text-decoration:underline; }

h1 {
 font-size: 18px;
 font-weight: Bold;
}

/* DIV ID's */
#wrapper {
 position:relative;
 width:988px; height:auto;
 margin: 30px auto;
 text-align:left;
 background-color:#0a0a0a;
}
#bg_head {
 position:relative;
 width:100%;
 height:120px;
 color: #666;
 border-bottom:#444 1px solid;
}
#bg_logo {
 position:absolute;
 left: 20px; bottom:0px;
 width: 400px;
 height:100px;
}
#bg_menu {
 position:absolute;
 right: 90px; bottom:8px;
 text-align:right;
}
#bg_menu a {
 color: #999;
 text-decoration:none;
}
#bg_menu a:hover, #bg_menu a:focus {
 color: #ccc;
 text-decoration:none;
}

#bg_main {
 position:relative;
 width:100%;
 height:500px;
 text-align:center;
}
#bg_foot {
 position:relative;
 width:100%;
 padding:10px 0 20px 0;
 text-align:center;
 font-size:12px;
 color:#666;
 border-top:#444 1px solid;
}
#contactForm {
 padding:60px 0 0 240px;
 text-align:left;
 line-height:2em;
}

/* CLASSES */
.mod_cnt {
 display:inline;
 width:1px; height:1px;
}
.indexTable {
 width:90%;
 margin:0 auto;padding:0;
 border:none;
 text-align:center;
}
.indexCell1, .indexCell2 {
 width: 32%;
 height:250px;
 margin:0; padding:0;
 border:none;
 text-align:center;
}
.indexCell1 { vertical-align:bottom; }
.indexCell2 { vertical-align:middle; }

.albumLabel {
 font-size:12px;
 font-weight:normal;
 color:#999;
}

.size_S  { font-size: 10px; text-decoration: none; }
.size_N  { font-size: 12px; text-decoration: none; }
.size_L  { font-size: 16px; font-weight: Normal; }
.size_XL { font-size: 16px; font-weight: Bold; }
.supscript { vertical-align:super; }

.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333;
 background-color:#ddd;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #ddd;
 border: #eee outset 2px;
}
