/**
*** This stylesheet is exclusive for the vietnam website

*** A cutom build Template by Funkidesign Nederland
*** @version 1.0
*** @web http://www.funkidesign.nl
**/

html, body {
	color: #000000;
	background-color: #000000;
}

/*Link item Styling*/
a:link, a:active, a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:link:hover {
	text-decoration:underline;
}

/*Tekst above forms*/
.label {
	color:#000000;
}

/*Title of articles*/
.contentpagetitle {
	color: #000000;
}

.contentheading {
	color: #000000;
}

/*Topmenu styling*/
a.mainlevel:link, a.mainlevel:visited {
	color: #ffffff;
}

a.mainlevel:hover {
	color: #0099FF;
}

a.mainlevel#active_menu {	
	color: #ffffff;
}

a.mainlevel#active_menu:hover {
	color: #0099FF;
}

/*DIV of articles*/
#top .right {background-image: url(../images/pinguinpop/top_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#top_nav {
	background-color: #000000;
}

#content_right {
	background-image: url(../images/pinguinpop/content_right_bg.gif);
	background-repeat: no-repeat;
}

#login {
	background-image: url(../images/pinguinpop/login_bg.gif);
	background-repeat: no-repeat;
}

