﻿ 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */

#pybody {
		text-align: center;
		background: #ccc url(http://www.joernmeiners.de/ebay/bg.gif) repeat;
}



/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 

#header {
	background: url(http://www.joernmeiners.de/ebay/Ju_Logo.png) no-repeat;
	background-size: 100% !important;
	position: relative;
	height: 400px;
	padding: 10px;
	clear: both;
}


#wrap {
	position: relative;
	width: 952px;
	margin: 40px auto 30px auto;
}
#content {
	font-family: arial;
	min-height: 600px;
   	text-align: left;	
	width: 900px;						
	padding: 25px 20 60px 20;
   	margin-top: 50px;
	background: #fff;
	box-shadow: 0 0 1em black;
}

#cont_red {
	font-family: arial;
	color:#ff0000;
	font-size: 20px;
	clear: both;
   	text-align: left;	
	width: 900px;						
	padding: 25px 20 60px 20;
   	margin-top: 50px;
	background: #fff;
	box-shadow: 0 0 1em black;
}

#cont_versand {
	font-family: arial;
	clear: both;
   	text-align: center;	
	width: 900px;						
	padding: 25px 20 60px 20;
   	margin-top: 50px;
	background: #fff;
	box-shadow: 0 0 1em black;
}

#cont_h1 {
	font-family: arial;
	clear: both;
   	text-align: center;	
	width: 900px;						
	padding: 25px 20 60px 20;
   	margin-top: 50px;
	background: #fff;
	box-shadow: 0 0 1em black;

h1 {	font-family: arial;
	clear: both;
	color: #000;
	text-shadow: 1px 1px 2px #333;
}


a.ThumbLink { position:absolute; top:0px; left:0px; text-decoration:none; }
a:link.ThumbLink { text-decoration:none; }
a:active.ThumbLink { text-decoration:none; }
a:visited.ThumbLink { text-decoration:none; }
a:hover.ThumbLink { text-decoration:none; cursor:pointer; }
span.spanthumb { width:70px; height:70px; border:1px outset #000000; text-align:center;  }
span.spanthumb:hover { border:1px solid red; }
a#ThumbLink1:hover div.divbild1 { display:block; }
#divthumb1 { position:absolute; top:0px; left:647px; }
div.divbild1 { display:block; width:640px; height:480px; text-align:center; }
a#ThumbLink2:hover div.divbild2 { display:block; }
#divthumb2 { position:absolute; top:0px; left:721px; }
div.divbild2 { display:none; width:640px; height:480px; background-color:#FFFFFF; text-align:center; }




