/***

This is only for the column layout!!
No color entries or display options for context should be made here!

***/

 /* <!-- */
	/* General styles */
 	html{
		overflow-y:scroll;
		font-size:13px;
		padding:0.5em;
		margin:0px;
	}
    body {
        margin:0;
		margin:0 auto;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:85%;
        background:#fff;
        min-width:740px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    }
	/* Header styles */
	#headmenu {
		top: -1000px;
		position:absolute;
		height:0;
		overflow:hidden
	}
    #header {
        clear:both;
        float:left;
        width:100%;
		padding:0px;
		margin:0px;
		overflow:hidden;
    }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.mmhide_colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
    .mmhide_holygrail .mmhide_colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
    }
    .mmhide_holygrail .mmhide_colmid2 {
        float:left;
        width:200%;
        margin-left:-0px; 	/* Width of right column */
        position:relative;
        right:100%;
    }
    .mmhide_holygrail .mmhide_colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
    }
    .mmhide_holygrail .mmhide_colleft2 {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:200px;         	/* Left column width + right column width */
    }
    .mmhide_holygrail .mmhide_col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.mmhide_holygrail .mmhide_col0 {
        margin:0 015px 0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
	.mmhide_holygrail .mmhide_col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .mmhide_holygrail .mmhide_col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .mmhide_holygrail .mmhide_col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		padding-top:0.3em;
		padding-bottom:0.3em;
		overflow:hidden;
		font-size:90%;
    }
	/* --> */ 
	
	
/*menue*/
.Rounded {
 	position:relative;
 	margin:0px auto;
 	max-width:100%;
 	z-index:1;
 	margin-top: 0.3em;
}
 
.Rounded .RoundedContent,
.Rounded .RoundedTop,
.Rounded .RoundedBottom,
.Rounded .RoundedBottom div {
 	background:transparent url(../dojo/dojoc/rounded/resources/RoundedBG.png) no-repeat top right;
}
 
.Rounded .RoundedContent {
 	position:relative;
  	padding:0.2em 0.6em 0.05em 0.3em;
}
 
.Rounded .RoundedTop {
	position:absolute;
 	left:0px;
 	top:0px;
 	width:5px; 
 	margin-left:-5px;
 	height:100%;
 	background-position:top left;
}
 
.Rounded .RoundedBottom,
.Rounded .RoundedBottom div {
 	height:7px;
 	font-size:1px;
}
 
.Rounded .RoundedBottom {
 	background-position:bottom right;
 	position:relative;
 	width:100%;
 	clear: both;
 	margin-left: 0px;
 	margin-right: 0px;
 	padding: 0;
	display: table;
}
 
.Rounded .RoundedBottom div {
 	position:relative;
 	width:5px;
 	margin-left:-5px;
 	background-position:bottom left;
}

div.mmhide_mainmenu,
div.mmhide_mainmenu a{
	width: 11em; 
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}

div.mmhide_submenu ul{
	margin:0px; 
	font-size:90%;
	padding-left:1.0em;
	list-style:none;
}
.mmhide_submenu ul a{
	text-decoration:none;
	}
.mmhide_submenu ul a:hover{
	text-decoration:underline;
}