﻿
/* INHOUD PAGINAINHOUD */
#kadersubmenu
{
    display: block;
    float: left;
    width: 190px;
    position: relative;
    text-align: left;
}


#inhoudsubmenu
{
    width: inherit;
    text-align: left;
    margin-left: -40px;
     
    /* margin-left: -54px; */
}

#inhoudsubmenu ul
{
    list-style-type: none;
    width: 182px;
}

#inhoudsubmenu li
{

    width: 100%;
}

#inhoudsubmenu .normallink, #inhoudsubmenu .selectedlink
{
    padding: 4px 3px 0 10px;
    font-weight: bold;
    color: #453306;
    display: block;
    width: 100%;
    height: 25px;
    background-position: left top;
    background-image: url(Images/bg_knop.png);
    background-repeat: no-repeat;
    line-height: normal;
}
#inhoudsubmenu .selectedlink
{
    background-image: url(Images/bg_knop_o.png);
    color:#CC6600;
}
#inhoudsubmenu a:hover
{
    background-image: url(Images/bg_knop_o.png);
    color: #CC6600;
    text-decoration: none;
}

#groepprofiel
{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #CC6600;
    background-color: White;
    width: 169px;
    z-index: auto;
}
#groepsubmenu
{
    width: inherit;
     
    margin-top: 0px;
    margin-left: -40px;
}

#groepsubmenu ul
{
    list-style-type: none;
    width: 190px;
    margin-top: 0px;
    /*
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC6600;*/
}

#groepsubmenu li
{
   
    width: 189px;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #CC6600;
}

#groepsubmenu a
{
    
    background-color: #f5f5f5;
    color: #cc6600;
    text-decoration: none;
    display: block;
    overflow: hidden;
    background-position: 2px center;
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 164px;
}

#groepsubmenu a:hover
{
    color: #FFF;
    background-color: #cc6600;
    text-decoration: none;
}

.groepsubmenu_editmode
{

    background-image: url(Images/editmode.gif);
}
#groepsubmenu a.groepsubmenu_profiel
{
    background-image: url(Images/mijngroep.gif);

}

#groepsubmenu a.groepsubmenu_email
{

    background-image: url(Images/email.gif);

}

.groepsubmenu_readings
{

    background-image: url(Images/bijbel.gif);

}

#groepsubmenu a.groepsubmenu_foto
{

    background-image: url(Images/foto.png);

}

#groepsubmenu a.groepsubmenu_bookmark
{

    background-image: url(Images/partner_ster.gif);

}
/* stijl voor control tekstenlinks */
#tekstsubmenu
{
    margin-bottom: 10px;
	margin-top:-10px;
}

#tekstsubmenu h3 {
	padding:0.3em 1.5em;
	margin:10px 0 0;
	line-height:130%;
	background-color:#94872E;	
	color:#F0E6D5;
	font-size:110%;
	display:block;	
	
}
#tekstsubmenu .img 
{
    width: inherit;
}

.submenublok {
	padding:1em 1.5em 0.5em;	
	border:1px solid #A48D7C;
	color:#573323;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#zoekveld
{
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
