* ------------------------------------------------------------------------------
Web2Date

Layout:		KiribatiMixed
Stand:		19.04.2011
Autor der
modifikationen:	Webdesignconsult.de 

Auto 3-Colums:	the methods on this page are largely the hard work 
		(freely given) of many people from the css-discuss 
		list [http://www.css-discuss.org], including 
		(but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston, Mike Papageorge, and me, Alex Robinson [css-stuff@alex.cloudband.com]
--------------------------------------------------------------------------------- */
/* Benutzerfarben:
usercolor.medium = "#FFD324"
usercolor.dark = "#003366"
*/

html {  /* zwengs Scrollbalken und Springen der Seiten */
	height:			101%;
	margin-bottom:		4px;
	padding:		0;
}
body {
	background:		#003366 url(../images/psdwtop.gif) repeat-x bottom left;
	color:			#eee;
	margin:			0; 
	padding:		0; 
}
/* border:nones are for NN4 */
div {
	margin:			0; 
	padding:		0; 
}
.clearer {
	clear:			both;
}
 /* CSS HACK:			only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clearer { display:	none; } /* */
/* wrapper is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
#wrapper {
	background:		#003366 url(../images/psdwtop.gif) repeat-x bottom left;
	color:			#eee;
	width:			100%; 
	height:			100%;
	margin:			0 auto;	
	text-align:		left;
}
#header	{
	margin:			0;
	padding:		0.5em;
	border:			none;
}
#maincontainer	{
	background:		#003366 url(../images/psdwtop.gif) repeat-x bottom left;
	float:			left;
	width:			75%;
}
#content {
	float:			right;
	width:			66%;
}
/* CSS HACK:			Caio hide from NN4 since NN4's float model is all wrong */

#sidebarLeft { margin-right:	66%;}
#sidebarRight {margin-left:	75%;}

.content-content, 
.sidebarRight-content	{
	padding:		20px 10px 0 20px;
	border:			none;
}
.content-content {
}
.sidebarLeft-content {
	padding:		20px 20px 0 0;
	border:			none;
	margin-left:		20px;
	width:			210px;
	float:			right;
}
.sidebarLeft-content .box{
	padding:		10px 10px 10px 10px ;
	max-width:		210px;
}
#sidebarLeft p.slogan {
	width:			180px ;
	display:		block;
	font-size:		19px;
	font-family:		Georgia, "Times New Roman", serif;
	font-style:		italic;
	padding:		10px 15px 10px 15px ;
	margin:			0 0 20px 0;
	color:			#fff;
	border:			1px solid #000;
	line-height:		120%;
}
#sidebarRight p.slogan {
	width:			210px;
	display:		block;
	font-size:		19px;
	font-family:		Georgia, "Times New Roman", serif;
	font-style:		italic;
	padding:		10px 15px 10px 15px ;
	margin:			0 0 20px 0;
	color:			#fff;
	border:			1px solid #000;
	line-height:		120%;
}
.sidebarLeft-filler	{
	width:			100%:
}
.sidebarRight-content {	
	margin-right:		20px;
	width:			210px;
}

/* CSS HACK:			 position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
#wrapper, 
#maincontainer, 
#content, 
#sidebarLeft, 
#sidebarRight	{ 
	p\osition:		relative;
}

#common {
	display:		block;
	width:			100%;
	padding:		8px 0;
	text-align:		right;
	background:		#003366 url(../images/psdwtop.gif) repeat-x bottom left;
	color:			#aaa;
}
#common a {
	color:			#aaa;
	text-decoration:	none;
}
#common a:hover {color:	#fff;}

#maincontainer {
	background:		#003366 url(../images/psdwbot.gif) repeat-x top left;
}

#eyecatcher h1 {
	position:		absolute;
	right:			0;
	top:			60px;
	padding:		10px 30px;
	margin:			0;
	background-color:	#222;
	font-family:		Georgia, "Times New Roman", serif;
	font-style:		italic;
	color:			#eee;
	font-weight:		normal;
	font-size:		50px;
	letter-spacing:		-1px;
}
#eyecatcher {	margin:			-10px 0 0 0 ;	border-top:		1px solid #000;
	border-bottom:		1px solid #000;
	width:			100%;
					height:		250px;		overflow:		hidden;
	position:		relative;
}
#eyecatcher img {
	position:		absolute;
	top:			0;
	left:			0;
}

.localcolormedium, .localcolormediumhover:hover {
	background-color:	#FFD324;
}
.localcolordarkhover:hover {
	background-color:	#99671C;
}
#maintopic {
	top:			0;}
#maintopic, #topic {
	position:		absolute;
	left:			0;
	background-color:	#222;
	width:			100%;
	padding:		0;
}
#maintopic a, #topic a {
	float:			left;
	display:		block;
	color:			#fff;
	text-decoration:	none;
	padding:		6px 10px;
	line-height:		20px;
}
#maintopic a:hover, 
#topic a:hover {
	background-color:	#444;
}
#topic a.sel:hover, #topic a.sub:hover {
	color:			#aaa;
}
#topic .start {
	display:		block;
	float:			left;
	width:			20px;
	height:			32px;
	background:		#333 url(../images/psllft.gif) no-repeat;
}
#topic .end {
	display:		block;
	float:			left;
	width:			20px;
	height:			32px;
	background:		#333 url(../images/pslrt.gif) no-repeat;
}
#maintopic a.sel, 
#topic a.sel {
	background:		#444 !important;
}
#topic a.sub {
	background-color:	#333;
}
#maintopic {
	top:			0;}
#topic {
	bottom:			0;
}
#footer {
	margin:			0 auto;
	text-align:		center;
	padding:		0;
	color:			#fff;
	background-color:	#000;
}
#footer a {
	color:			#FFD324;
	text-decoration:	none;
	padding:		4px 0;
}
#footer a:hover {
	color:			#fff;
	text-decoration:	none;
}
#footer_content {
	clear:			both;
	margin:			0 auto;
	padding:		5px 10px;
}
#footer .block {
	text-align:		left;
	width:			181px;
	float:			left;
	padding-right:		10px;
	padding-bottom:		10px;
}
#footer .block a {
	display:		block;
	color:			#FFD324;
	text-decoration:	none;
	padding:		4px 0;
}
#footer .block a.main {
	font-family:		"Lucida Grande","Lucida Sans",Arial,sans-serif;
	font-weight:		bold;
	font-size:		120%;
}
#footer .block a:hover {
	text-decoration:	underline;
}
#footer p {
	padding:		5px;
	margin:			0;
}
#searchbox {
	position:		absolute;
	width:			300px;
	height:			40px;
	bottom:			60px;
	background-color:	#222;
		right:			0;}
#searchsubmit {	
	width:			20px;
	height:			20px;
	position:		absolute;
	top:			10px;
	right:			10px;
}
#searchcriteria {
	position:		absolute;
	left:			10px;
	top:			10px;
	width:			250px;
	border:			0;
	outline:		0;
	background-color:	#222;
	color:			#eee;
	font-size:		14px;
}
#sidebarRight #shop {
	margin-bottom:		30px;
}
#sidebarRight #shop a {
	display:		block;
	padding:		10px;
	background-color:	#333;
	border:			1px solid #000;
	color:			#fff;
	font-size:		14px;
	margin-bottom:		10px;
	font-weight:		normal;
}
#sidebarRight #shop a em {
	font-style:		normal;
	font-size:		11px;
}
#sidebarRight #shop a:hover {
	text-decoration:	none;
	background-color:	#5555;
}

#trustedshops {
	margin:			30px 0;
}
#trustedshops input {
	display:		block;
	width:			50px;
	height:			50px;
	float:			left;
	padding:		0;
	margin:			0;
}
#trustedshops a {
	padding:		0;
	margin:			0;
	display:		block;
	width:			200px;
	float:			right;
	font-weight:		normal !important;
	color:			#eee  !important;
}
