/**
* Netcom-Factory - digital Solutions
* @web: www.netcom-factory.de
* @css-file: version 1.2
* @copyright: (C) 2004-2006 by Netcom-Factory digital Solutions - All rights reserved!
**/

/* ##################### OVERALL SETTINGS ##################### */
html {  
	min-height			: 100.05%;
}

body {
	margin				: 0px;
	background			: #f5f5f5;
	font-family			: verdana, arial, sans-serif;
	font-size			: 11px;
	color				: #000;
}

td, tr, p, div {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #000;
	font-size			: 11px;
}

hr {
	color				: #000;
	height				: 1px;
	width				: 100%;
}

form {
  	padding: 0px;
  	margin: 0px;
}

.clear {
	clear: both;
}

/* ############## LAYOUT CONTAINER SETTINGS ############### */
#layout_container {
	background			: url(stay_tuned.jpg) center no-repeat;
	position			: absolute;
	visibility			: visible;
	left				: 50%;
	top					: 35%;
	width				: 862px;
	height				: 182px;
	margin-left			: -420px;
	margin-top			: -200px;
	z-index				: 1; 
}

#enter_tile {
	background			: url(enter_tile.gif) repeat-y;
	width				: 576px;
}

#enter_header {
	background			: url(enter_header.jpg) no-repeat;
	width				: 576px;
	height				: 144px;
}

#enter_footer {
	background			: url(enter_footer.jpg) no-repeat;
	width				: 576px;
	height				: 36px;
	line-height			: 36px;
	text-align			: center;
	font-weight			: bold;
}

#enter_header_o {
	background			: url(enter_header_o.jpg) no-repeat;
	width				: 576px;
	height				: 144px;
}

#button_left {
	display				: block;
	background			: url(button_left.gif) no-repeat;
	width				: 158px;
	line-height			: 19px;
	text-align			: left;
	text-indent			: 40px;
	text-decoration		: none;
}

#button_left:hover {
	background-position	: 0px -19px;
	text-decoration		: none;
}

#button_right {
	display				: block;
	background			: url(button_right.gif) no-repeat;
	width				: 158px;
	line-height			: 19px;
	text-align			: left;
	text-indent			: 40px;
	text-decoration		: none;
}

#button_right:hover {
	background-position	: 0px -19px;
	text-decoration		: none;
}

a:link, a:visited {
  color					: #000;
  text-decoration		: none;
  font-weight			: bold;
}

a:hover {
  color            		: #ffe0e0;
  text-decoration  		: underline;
}