/************* Harde gegevens ********************/
body {
    background-image: url('../images/layout/spacer.png');
    font-family: Verdana, sans-serif;
    font-size:11px;
    color:#000;
    line-height:13px;
}

a {
    outline:none;
    color:#4d9000;
    text-decoration:underline;
    cursor:pointer;
}

a:hover {
    color:#c51d00;
}

.load {
    float:right;
    margin-right:20px;
    margin-top:-12px;
}

#clear {
    clear:both;
}

/******************** IDs ******************/
#wrapper {
    width:850px;
    margin-left:auto;
    margin-right:auto;
}

#head {
    background-image: url('../images/layout/content_top.png');
    height:195px;
}

#content {
    background-image: url('../images/layout/content_spacer.png');
    min-height:600px;
}

#bottom {
    background-image: url('../images/layout/content_bottom.png');
    height:65px;
    text-align:center;
}

#bottom span {
    display:block;
    padding-top:6px;
    color:#fff;
}    

/** sub menu & main menu **/
#menu {
    float:left;
    width:163px;
    margin-left:47px;
}


#subMenu {
    margin-top:4px;
}

/*********** Class menu ************/
.menu {
    padding:0;
    margin:0;
    list-style-type:none;
    width:156px;
}

.menu li {
    padding:0 0 0 12px;
    line-height:20px;
    border-bottom:1px dashed #000;
}

.menu a {
    text-decoration:none;
}
/**********************************/

#sTop {
    background-image:url('../images/layout/menu_sub_top.png');
    height:35px;     
}

#sTop span {
    display:block;
    padding:14px 0 0 4px;
    font-size: 11px;
    color:#fff;      
    font-weight:bold;
}

#sContent {
    background-image:url('../images/layout/menu_sub_bottom.jpg');
    height:104px;
}  

#mTop {
    background-image:url('../images/layout/main_menu_top.png');
    height:35px;     
}

#mTop span {
    display:block;
    padding:14px 0 0 4px;
    font-size: 11px;
    color:#fff;      
    font-weight:bold;
}

#mContent {
    background-image:url('../images/layout/main_menu_bottom.png');
    height:128px;
}

/********** Main IDs & Classes *************/

#mainContent {
    width:588px;
    float:left;
    margin-top:5px;
}

/*#mainContent p {
    margin:0;
}*/

.mcWrapper p {
    width:560px;
    padding:10px 0 10px 14px;
}

.mcImage {
    max-height:100px;
    max-width:100px;
    float:left;
    display:inline;
    margin:0 4px 0 0;
    padding:3px;
    border:1px solid #717171;
} 

.mcTop {
    background-image: url('../images/layout/main_content_top.png');
    height:34px;
    text-align:center;
}

.mcTop span {
    display:block;
    padding-top:14px;
    font-size:12px;
    color:#fff;
    font-weight:bold;
}

.mcMidEven {
    background-image: url('../images/layout/main_content_mid_even.png');
    max-height:196px;
    overflow:hidden;
}

.mcBotEven {
    background-image: url('../images/layout/main_content_bot_even.png');   
    height:25px;
    text-align:center;
}

.mcBotEven a {
    cursor:pointer;
}

#mcNewBut {
    float:right;
    margin-right:2px;
}

/******** Oneven *********/
.mcMidOneven {
    background-image: url('../images/layout/main_content_mid_oneven.png');
    max-height:196px;
    overflow:hidden; 
}

.mcBotOneven {
    background-image: url('../images/layout/main_content_bot_oneven.png');   
    height:25px;
    text-align:center;
}

.mcBotOneven a {
    cursor:pointer;
}

.mcEditBut {
    margin-top:-20px;
    margin-right:10px;
    float:right;
    width:84px;
}

.mcEditButP {
    float:right;
    width:84px;
}

/******** About *********/
.mcAboutMiddle p {
    display:block;
    position:relative;
    margin:0;
    padding:10px 0 10px 14px;
    width:560px;
    z-index:1;
}

.mcAboutMiddle {
    background-image: url('../images/layout/main_content_about_spacer.png');
    min-height:230px;
}

.mcAboutBottom {
    background-image: url('../images/layout/main_content_about_bottom.png');
    height:230px;
    margin-top: -200px;
    z-index:-1;
}

.aboutHobby {
    margin:0 14px;
    padding:4px 0 0 0;   
}

.aboutHobby li {
    list-style-type:none;
    margin:0;
    padding:0;
}

.aboutImg {
    float:right;
    margin:4px 20px 0 0;
    padding:4px;
    border:1px solid #717171;
}