@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	font-family: "Georgia", "sans_serif", "Arial";
	color:#525252;
	font-size:12px;
	line-height:19px;
	height: 100%;
	background: #b6d155;
	width:1000px;
	margin:50px auto;
}

#container {
width: 1000px;
height: auto;
background: url(images/bruin_bg.jpg) top left repeat-x #564c4d;
}

#top {
width: 1000px;
height: 28px;
background: url(images/balk_top.jpg) top left no-repeat;
}

#header {
width: 942px;
height: 223px;
background: url(images/top.jpg) top left no-repeat;
margin-bottom: 12px;
}

#midden {
width: 942px;
height: auto;
margin-left: 29px;
margin-bottom: 1px;
}

.menu_links {
width: 159px;
height: 300px;
background: url(images/menu_link_fade.jpg) bottom left no-repeat #c6c6c6;
}

a.aight:link, a.aight:visited {
width: 138px;
display: block;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #9c9d9f;
text-decoration: none;
color: #392e32;
}

a.aight:hover {
width: 138px;
display: block;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #9c9d9f;
background-color: black;
text-decoration: none;
color: white;
}

.aight_active {
width: 138px;
display: block;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #9c9d9f;
background-color: #97be0d;
text-decoration: none;
color: white;
}

/* Menu */

#menu_balk {
height: 28px;
border-bottom: 1px solid black;
background-color: white;
}

ul#menu {
	height: 22px;
	padding: 6px 0px 0px 0px;
	background-color: white;
	display: inline;
	margin: 0px;
	position: absolute;
}
ul#menu li {
	display:inline;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid #9c9d9f;
	text-transform: uppercase;
	font-size: 12px;
}

ul#menu li a {
	text-decoration:none;
	color:#392e32;
}
ul#menu li a.active {
	padding-bottom: 6px;
	line-height: 18px;
	color:#392e32;
	background: url(images/lipje.jpg) bottom center no-repeat;
}

ul#menu li a:hover {
	color:#0d6f5c;
}

/* Menu END */

#bottom {
padding-left: 60px;
padding-right: 60px;
padding-top: 10px;
width: 880px;
height: 34px;
background: url(images/balk_bottom.jpg) no-repeat top left;
color: white;
font-size: 12px;
font-family: "Georgia";
letter-spacing: 1px;
}


/* LINKS */
a.disclaimer:link, a.disclaimer:visited {
color: white;
text-decoration: underline;
}

a.disclaimer:hover {
color: #e6d5b1;
text-decoration: underline;
}

a:link, a:visited {
color: rgb(255, 102, 0);
text-decoration: underline;
}

a:hover {
color: black;
}


/* Classes */ 
.input_text {
width: 90px;
float: left;
}

.input_div {
width: 258px;
float: left;
}

.margin_null {
margin: 0px;
}

.align_left {
float: left;
}

.align_right {
float: right;
}

.clear {
clear: both;
}