/* Newzoo - DGA theme */

/* common
=================================== */

body {
	background: #39322A;
	background-image: none !important;
}

/* masthead - header background
============================================================= */

div#masthead {
	background: url(../gfx/header_bg2.jpg) no-repeat top right; 
}

/* logo's in header
============================================================= */

img#logo {
	position: absolute;
	top: 10px;
	left: 18px;
}

img#logo2 {
	left:264px;
	position:absolute;
	top:46px;
}

/* login
============================================================= */

div#login ul li a {
	color: #fff;
}

/* #c1 main-content
============================================================= */

div#main-content {
	background: url(../gfx/main_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

/* language-switch in header
============================================================= */

div.language-switch {
	position:absolute;
	left:675px;
	top:73px;
}

div.language-switch ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.language-switch ul li a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

div.language-switch ul li a:hover {
	color: #286627 ;
}
