body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #ffffff;
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* texts */

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt_small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

input.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 70px;
	border: 1px solid #ffec00;
	padding: 3px;
}

.formfield {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 180px;
	border: 1px solid #ffec00;
	padding: 3px;
}

/* colors */

.yellow {
	color: #ffec00;
	font-weight: bold;
}

/* borders */

.bd_yellow { 
	border: 2px solid #ffec00;
}

.bd_light { 
	border: 2px solid #f8bfde;
}

.bd_light:hover { 
	border: 2px solid #ffec00;
}


/* backgrounds */

.bg_line {
	background-color: #fe0b0b;
}

/* navigation */

ul.nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style-image: none;
	display: inline;
}

.nav li a {
	display: block;
	padding: 1px 0px 0px 40px;
	color: #5f5f5f;
	width: 102px;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 17px;
}

.nav li a:hover {
	display: block;
	padding: 1px 0px 0px 40px;
	background: transparent url(images/nav_dot_over.gif) no-repeat;	
	width: 102px;
	color: #5f5f5f;
	background-color: #e9e9e9;
	text-decoration: none;
	line-height: 17px;
}

.nav li a.active {
	display: block;
	padding: 1px 0px 0px 40px;
	background: transparent url(images/nav_dot.gif) no-repeat;	
	color: #ffffff;
	width: 102px;
	background-color: #e2007a;
	text-decoration: none;
	line-height: 17px;
}

.nav li a.active:hover {
	display: block;
	padding: 1px 0px 0px 40px;
	background: transparent url(images/nav_dot.gif) no-repeat;	
	color: #ffffff;
	width: 102px;
	background-color: #e2007a;
	text-decoration: none;
	line-height: 17px;
}

/* links */

a {
	color: #ffec00;
}

a:hover {
	color: #ffec00;
}

a.magenta {
	color: #e2007a;
}

a.magenta:hover {
	color: #e2007a;
}

.team {
	padding: 2px;
	background-color: #f8bfde;
}

.team_over { 
	padding: 2px;
	background-color: #ffec00;
}

.copyright {
	font-size: 9px;
	color: #b6b6b6;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #b6b6b6;
	text-decoration: none;
}

/* ids */

#container {
	width:950px;
	height: 100%;
	margin: 0px auto;
	text-align:left;
	background-color: #ffffff;
	background: url(images/background_magenta.gif) repeat-y;
	position: relative;
}

#logo {
	left: 24px;
	top: 490px;
	width: 231px;
	height: 89px;
	position: absolute;
	z-index: 10;
}

#intro_wylandprint {
	left: 24px;
	top: 9px;
	width: 856px;
	height: 573px;
	position: absolute;
	z-index: 5;
}

#flash_intro {
	left: 286px;
	top: 9px;
	position: absolute;
	z-index: 200;
}

#background_content_magenta {
	left: 19px;
	top: 9px;
	width: 856px;
	height: 573px;
	position: absolute;
	z-index: 5;
}

#navigation {
	left: 24px;
	top: 325px;
	width: 140px;
	height: 89px;
	position: absolute;
	z-index: 20;
}

#meta {
	color: #000000;
	left: 800px;
	top: 416px;
	width: 150px;
	height: 10px;
	position: absolute;
	z-index: 20;
}

