
@import "copyright.css";
@import "header.css";
@import "advanced.css";
@import "gb_layout.css";
@import "gb_manage.css";
@import "wizzard.css";
@import "preview.css";
@import "overview.css";
@import "contact.css";
@import "news.css";
@import "info.css";
@import "register.css";
@import "ratings.css";
@import "login.css";
@import "home.css";
@import "adultcontent.css";

HTML {
  height: 100%;
  margin-bottom: 1px;
}

body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	background-image: url('/images/achtergrond.jpg');
	background-repeat: repeat-x
}


input
{
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.errmsg
{
	font-size: 11px;
	color: #FFFFFF;
	background: #FF0000;
	text-align: center;
}

.confmsg
{
	color: #000099;
	font-size: 11px;
	background: #FFFFFF;
	text-align: center;
}



/*-----------Extrakader------------*/

#extrakader
{
	margin-top : 15px;
	margin-right : 15px;
	float : right;
}

#extrakader .extrakader_ver
{
	background-repeat: repeat-y;
	background-color : #84C6ED;	
}

#extrakader .extrakader_text
{
	background-color : #84C6ED;
	font-family : arial;
	vertical-align : top;
	color : #000000;
	font-size : 12px;
	font-weight : bold;
}

#extrakader .extrakader_text_header
{
	background-color : #84C6ED;
	font-family : arial;
	vertical-align : top;
	color : #000000;
	font-size : 12px;
	font-weight : bold;

}

#extrakader .extrakader_text a:link {	color : #FFFFFF; 	text-decoration : none; }
#extrakader .extrakader_text a:visited { color : #FFFFFF;	text-decoration : none; }
#extrakader .extrakader_text a:hover { color : #FFFFFF;	text-decoration : none; }
#extrakader .extrakader_text a:active {	color : #FFFFFF; text-decoration : none; }

#extrakader .extrakader_hor
{
	background-repeat: repeat-x;
	font-family : arial;
	color : #FFFFFF;
}

