/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
p{

}
a{

}
a img{
	border:none !important;
}
#button_suche{
	width:240px;
	text-align:left;
	height: 220px;
	margin-left: 800px;
	top: 50%;
	position: fixed;
}

#suche_pop strong
{
display: none;
}

#suchwort input
{
width:114px;
}


#suche_pop table
{
margin-top: 8px;
}

#suche_pop
{
width:179px;
background-color: #FFF2CC;
float: left;
height: 90px;
border-top: 1px solid #3d7f8a;
border-bottom: 1px solid #3d7f8a;
border-left: 1px solid #3d7f8a;

}


#inner_btn
{
	background-image: url(images/suche.png);

}


#button_suche a
{
float:left;
}


* html #button_suche{
 /* CSS-Hack für IE6 und kleiner */
 position: absolute;

}
#button_suche  ul{
	text-align:center;
	list-style:none;
}
#button_suche  ul  a{
	font-size:1.5em;
	line-height:2em;
	display:block;
}
#button_suche  ul  a:hover{
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}



#cats
{
height:auto;
height:400px;
}

iframe
{
display:none;
}

#checkout_agb
{
padding: 5px ! important;
}
