/* CSS voor umoja4kids.nl */
/* for Mozilla Firefox 2.x/3.x and IE 7.x
/* Copyright: (c)2010 binary|concepts */
/* Auteur   : A. Theelen */

/* general html stuff */

body {
	background-color: #3b0000;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.0;
}

/* classes for divs */
#wrapper {
	min-width: 760px;
	max-width: 760px;
	min-height: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0%;
	background-color: #ffffff;
	position: relative;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 281px;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/header.jpg);
}

#content {
    top: 281px;
    left: 0px;
	min-width: 760px;
	max-width: 760px;
    height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0%;
	background-color: #ffffff;
	position: absolute;
    overflow: visible;
	background-image: url(../images/content.jpg);
    background-repeat: repeat-y;
}

#menu {
	float:left;
	left: 0px;
	top: 0px;
    height: 100%;
	width: 139px;
	overflow: visible;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 11pt;
    color: #fae1da;
	background-image: url(../images/menu.jpg);
    background-repeat: repeat-y;
}

#main {
	float: left;
	left: 159px;
	top: 0px;
	width: 591px;
	min-height: 100%;
	max-height: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/main.jpg);
    background-repeat: repeat-y;
}

.main_home {
    text-align: center;
	line-height: 1.3;
}

.main_content {
    text-align: left;
	line-height: 1.1;
}

#footer {
    float: left;
    clear: both;
	width: 760px;
	height: 81px;
	overflow: hidden;
	text-align: right;
    vertical-align: text-bottom;
   	line-height: 0.92;
   	font-size: 9pt;
    color: #fae1da;
	background-image: url(../images/footer.jpg);
}


/* styles for navigation menu links */
a.menulink {
	text-decoration: none;
    color: #fae1da;
}

a.menulink:hover {
	text-decoration: none;
    font-weight: bold;
	color: #ffffff;
}

a.menulink:active {
	text-decoration: none;
    color: #fae1da; }



/* styles for content links */
a.mainlink {
	text-decoration: underline;
	text-align: left;
	color: #1a171b;
}

a.mainlink:hover {
	text-decoration: underline;
	color: #f39801;
}

a.mainlink:active {
	text-decoration: underline;
	color: #1a171b;
}

