/* Black theme */

#header{
 background-image: none;
 color: #f0f0f0;
 background-color: black;
}

#header #memberSearch{
	line-height: 1;
}

#header h1,
#header h2{
 color: #f0f0f0;
}

#header a,
#header a:link,
#header a:hover,
#header a:visited,
#header a:active
{
 color: #f0f0f0;
}

#header div.menu a:hover{
	background-color: transparent;
	border-bottom: 1px dotted white;
}

#header div.menu{
 background-color: #505050;
 background-image: none;
 padding: 1px;
}

#main{
 border-bottom: 10px solid silver;
}

#navigator{
 border-top: 1px solid #f0f0f0;
}

a.header{
 background-image: url(../logow.png);
}