.Containermaster {
	margin-bottom: 20px;
}

.Containermaster.Main,
.Containermaster.White {
	background-color: #FFFFFF;
}

.Containermaster.Green {
	background-color: #eff5ef;
}

.containerkop {
	font-size: 12px;
	color: #29241f;
	font-weight: bold;
	text-align:center;
}

h1.containerkop {
	font-size: 13px;
	color: #29241f;
	font-weight: bold;
	text-align:center;
}

.containercontent {

	padding-top: 6px;

	padding-bottom: 10px;

}

.Containermaster .Corner
{
		height: 6px;
		width: 6px;
}

/* White container borders */

.Containermaster.White .Corner.TL
{
	background: url(images/minibanner_white_tl.gif) no-repeat top;
}
.Containermaster.White .Corner.TR
{
	background: url(images/minibanner_white_tr.gif) no-repeat top;
}
.Containermaster.White .Corner.BL
{
	background: url(images/minibanner_white_bl.gif) no-repeat top;
}
.Containermaster.White .Corner.BR
{
	background: url(images/minibanner_white_br.gif) no-repeat top;
}
.Containermaster.White .Border
{
	background-color: #FFFFFF;
}
.Containermaster.White .Border.T {
	background: url(images/minibanner_white_bg.gif) top repeat-x;
}

.Containermaster.White .Border.R {
	background: url(images/minibanner_white_bg.gif) right repeat-y;
}
.Containermaster.White .Border.B {
	background: url(images/minibanner_white_bg.gif) bottom repeat-x;
}
.Containermaster.White .Border.L {
	background: url(images/minibanner_white_bg.gif) left repeat-y;
}

/*Green container borders */
.Containermaster.Green .Corner.TL
{
	background: url(images/minibanner_green_tl.gif) no-repeat top;
}
.Containermaster.Green .Corner.TR
{
	background: url(images/minibanner_green_tr.gif) no-repeat top;
}
.Containermaster.Green .Corner.BL
{
	background: url(images/minibanner_green_bl.gif) no-repeat top;
}
.Containermaster.Green .Corner.BR
{
	background: url(images/minibanner_green_br.gif) no-repeat top;
}
.Containermaster.Green .Border
{
	background-color: #eff5ef;
}

.Containermaster.Green .Border.T {
	background: url(images/minibanner_green_bg.gif) top repeat-x;	
}
.Containermaster.Green .Border.R {
	background: url(images/minibanner_green_bg.gif) right repeat-y;
}
.Containermaster.Green .Border.B {
	background: url(images/minibanner_green_bg.gif) bottom repeat-x;
}
.Containermaster.Green .Border.L {
	background: url(images/minibanner_green_bg.gif) left repeat-y;
}


.container_line {
	border-bottom: 1px solid #e2eee2;
}



p {

	font-family: Tahoma;

	font-size: 12px;

	color: #29241f;

	line-height: 18px;

}



.normal {

	font-family: Tahoma;

	font-size: 12px;

	color: #29241f;

	line-height: 18px;

}



.Containermaster li {

	font-family: Tahoma;

	font-size: 12px;

    list-style-type: disc;
    
}
.Containermaster li a,
.Containermaster li a:visited
{
    color: #666644;
    }


ul {

	font-family: Tahoma;

	font-size: 12px;

	color: #666644;

}





/* CategoryMenu GREEN */
.catmenu
{
    background-color: #587b68;
    margin-bottom: 10px;
}
.catmenu .topleft
{
    background-image: url(images/tl.gif);
    height: 5px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.catmenu .topright
{
    background-image: url(images/tr.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5px;
}
.catmenu .bottomleft
{
    background-image: url(images/bl.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 5px;
}
.catmenu .bottomright
{
    background-image: url(images/br.gif);
    background-position: right top;
    background-repeat: no-repeat;
    height: 5px;
}

