/* PROFIEL */

#profile_wrapper {
	width:764px;
	height: 438px;
	position:absolute;
    top: 0px;
    left: 30px;
    background:url(../images/overmij/kader.gif) no-repeat;
}
#menu_wrapper {
	width:764px;
	height: 69px;
	position:absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#menu_a a{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
	width:260px;
	height: 69px;
	position:absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/overmij/menua_normal.gif);
}

#menu_a a.active{
    background-image: url(../images/overmij/menua_active.gif);
}

#menu_a a.hover{
    background-image: url(../images/overmij/menua_active.gif);
}

#menu_b a{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
	width:244px;
	height: 69px;
	position:absolute;
    top: 0px;
    left: 260px;
    background-image: url(../images/overmij/menub_normal.gif);
}

#menu_b a.active{
    background-image: url(../images/overmij/menub_active.gif);
}

#menu_b a.hover{
    background-image: url(../images/overmij/menub_active.gif);
}

#menu_c a{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
	width:260px;
	height: 69px;
	position:absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/overmij/menuc_normal.gif);
}

#menu_c a.active{
    background-image: url(../images/overmij/menuc_active.gif);
}

#menu_c a.hover{
    background-image: url(../images/overmij/menuc_active.gif);
}

#profile_content {
	width:720px;
	height: 322px;
	position:absolute;
    bottom: 45px;
    left: 22px;
}



/* menu a */
#menua_content {
	position:absolute;
	width:720px;
	height: 322px;
    top: 0px;
    left: 0px;
    overflow:hidden;
}
#menua_left {
	position:absolute;
	width:200px;
	height: 322px;
    top: 10px;
    left: 500px;
    text-align: center;
}
#menua_right {
	position:absolute;
	width:520px;
	height: 322px;
    top: 10px;
    left: 15px;
}

#menua_right label{
	width: 200px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	padding-right: 10px;
}

#menua_right input{
	width: 200px
}

#menua_right p{
	padding: 2px;
	margin: 2px;
	display: block;
	clear: both;
}



/* menu b */
#menub_content {
	width:720px;
	height: 322px;
	position:absolute;
    top: 0px;
    left: 0px;
    overflow-y: auto;
}

/* menu c */
#menuc_content {
	width:720px;
	height: 322px;
	position:absolute;
    top: 0px;
    left: 0px;
    overflow-y: auto;
}





/*list*/
#newslist
{
	margin: 0px;
	width: 97%;
	border-collapse: collapse;
}
#newslist th
{
	color: #000;
}
#newslist tbody
{
	background: #fff;
}
#newslist td
{
	padding: 5px;
	color: #000;
	border-top: 3px solid #87cfef;
	border-bottom: 3px solid #87cfef;
}
#newslist a, #newslist a:link
{
	color: #000000;
}
#newslist a:hover
{
	color: #b10068;
}
#newslist tbody tr:hover td
{
	color: #000;
	background: #fff; /*d0dafd*/
}



/*listopen*/
.newslistopen
{
	border-collapse: collapse;
}
.newslistopen th
{
	color: #000;
}
.newslistopen tbody
{
	background: #4383c0;
}
.newslistopen td
{
	padding: 5px;
	color: #000;
	border-top: 3px solid #87cfef;
	border-bottom: 3px solid #87cfef;
}
.newslistopen a, #newslistopen a:link
{
	color: #000000;
}
.newslistopen a:hover
{
	color: #b10068;
}
.newslistopen tbody tr:hover td
{
	color: #000;
}






#footer_wrapper {
	width:764px;
	height: 19px;
	position:absolute;
    bottom: 0px;
    left: 30px;
}
