/* (c) Pixeldeutschland.de */
/* Author: SVG @ 02:42 02.10.2005 */


/* Design Basic*/

body{ 
	margin:0;
	padding:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#ffffff;
	
	background-color:#191919;
	background-image:url('');
	background-position:;
	background-repeat:no-repeat;
	
	border-top:0px solid #00e4ff;
	
}

a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	color:#00e4ff;
}

a#banner{
	position:relative;
	top:-70px;
	left:497px;
	display:block;
	width:468px;
	height:60px;

}

p{
	line-height:1.7em;
	font-size:0.9em;
}

.superfooter{
	margin-top:4em;
	padding-top:2em;
	border-top:1px solid #292929;
	color:#666666;
}


div#newWindow input, select{
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

div#newWindow{
}
	div#newWindow input.myText{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:0.9em;	
		border:1px solid #191919;
		border-bottom:1px solid #292929;
		background-color:#191919;
		color:#fff;
		padding:2px;
		width:100%;
		margin-bottom:15px;
		color:#ccc;
		
	}
	
	div#newWindow input.submiter{
		color:#00E4FF;
		border:1px solid #292929;
		background-color:#191919;
		font-size:1.1em;
		font-weight:bold;
		padding:0.4em;
	}
	div#newWindow select{
		width:20em;
		font-size:0.9em;	
		color:#000;
	}
	
	div#newWindow input.file{
		font-size:0.9em;
		border:1px solid #292929;	
		color:#ccc;
	}
	
	div#newWindow span{
		color:#FF7200;
	}
	
	



div#pixstat{
	position:absolute;
	width:300px;
	font-size:0.9em;
}

	span#freeplace{
		color:#ff7200;
	}
	span#closeplace{
		color:#05bed4;
	}


/* Design Page */


div#main_container{
	width:965px;
	
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	/* Center Container */
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	
}

/* Set Logo */
div#header_logo{
	background-image:url(../../img/logo1.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	width:709px;
	height:200px;
	
}

div#regyourpix{
	width:100%;
	height:6em;
	padding-top:2em;
}
	a.big_link{
		display:block;
		background-image:url(../../img/regme2.gif);
		background-repeat:no-repeat;
		width:250px;
		height:32px;
		float:left;
	}

div#pixelstory{
	width:100%;
	border-bottom:1px solid #292929;
}

div#pixelstory ul{
	list-style:none;
	width:100%;
	margin:0;
	margin-bottom:0.5em; padding:0;
}

		div#pixelstory ul li{
			display:inline;
			margin-right:1.2em;
		}
		div#pixelstory ul li a{
			text-decoration:none;
			color:#fff;
		}
		div#pixelstory ul li a:hover{
			color:#00e4ff;
		}
	

	div#pixelstory h4{
		font-size:1.1em;
		color:#fff;
		font-weight:normal;
		margin:0;
		margin-bottom:0.0em;
	}
	div#pixelstory p{
		margin:0;
		padding:0;
		color:#CCCCCC;
	}
	
/* Get Germany Map */
div#getDEmap{
	margin-top:0em;
	width:100%;
	border-bottom:0px solid #292929;
	height:990px;
	background-image:url(../../img/map_de.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}

/* Loading Map */
div#loadingLayer{
	width:100%;
	margin-top:2.5em;
	text-align:center
}
	div#loadingLayer span{}

/* New Table Conzept */

div#loadTableMap{
	padding-bottom:2.5em;
	border-bottom:1px solid #292929;
}

table#getDEtableMap{
	background-image:url(../../img/map_de.gif);
	background-position:center;
	background-repeat:no-repeat;

	margin:auto;
	margin-top:2.5em;
	border:1px solid #292929
}
 
table#getDEtableMap td{
	font: 1pt Arial;
	width:10px;
	height:10px;
	border-right:1px solid #292929;
	border-top:1px solid #292929;
}


div#getContent{
	margin-top:-3em;
}
	div#getContent h4{
		padding-top:1em;
		
	}
	div#getContent p{
		color:#939393;
	}


ul#bottom_nav{
	list-style:none;
	margin:0;
	padding:0;
}
ul#bottom_nav li{
	padding:5px;
	float:left;
}
	ul#bottom_nav li a{
		color:#fff;
		text-decoration:none;
	}
		ul#bottom_nav li a:hover{
			color:#00E4FF;
		}
		
