
* { 
 margin: 0; 
 padding: 0;
 color:	#fff;
}
 
/* Site defaults */
html, body { 
 background-color: #000;
 font-family: Arial, Times, serif;
}
 
/****************************************************************
* Main styling
****************************************************************/
img	{
	border-color:	#000;

}

a	{
}

p	{
color:	#fff;
font-size:	14px;
padding: 5px 0px 0px 0px;
}

i	{
 color:	#87038E;
 font-size:	20px;
 padding: 0px 0px 0px 0px;
}

h1	{
 color:	#87038E;
 font-size:	20px;
 padding: 0px 0px 0px 0px;
}

h2	{
 color:	#fff;
 font-size:	28px;
 font-weight:	normal;
 padding: 0px 0px 10px 0px; 
}

#container {
 width: 990px;
 margin: 0px auto;
 background-color: #000;
 background-image:	url('images/background.jpg');
 background-repeat:	no-repeat;
 color: #333;
/* border: 1px solid gray;  */
 line-height: 14px;
 padding-top: 10px;
}
 
#banner {
 padding:	20px 0px 0px 0px;
 border-bottom: 1px solid #87038E;
 height:	82px;
}
 
#navigation1 {
/* background-color: #000; */
 height: 16px;
 padding: 5px 0px 5px 0px;
 margin-bottom:	20px;
 border-bottom: 1px solid #87038E; 
}
 
#navigation2 {
 float: left;
 width: 200px;
 margin:	0px 0px;
 padding: 0px 0px 40px 0px;
 background-color:	#87038E;  
 background-image:	url('images/cat_bot.jpg');
 background-repeat:	no-repeat;
 background-position:	bottom;
}

#colleft	{
float:left;
}

#facebook {
margin-top: 20px;
padding-bottom: 20px;
float:left;
clear: left;
background: #fff;
text-align: center;
background-image:	url('images/facebook_bot.jpg');
background-repeat:	no-repeat;
background-position:	bottom;
}
 
#mainsection {
 margin-left: 210px;
 margin-right: 120px;
 padding: 5px 15px;  
 /*max-width: 36em;  */
 width:		600px;
}

#colright {
 float: right;
 width: 120px;
 padding: 0px 10px 10px 10px;
}
 
#footer {
 clear: both;
 padding: .5em;
 color: #333;
/* background-color: #000; */
/* border-top: 1px solid gray;  */
text-align:	center;
}

/**************************************************************************
* MainSection styling
***************************************************************************/
#mainsection a {
	color:	#eee;
	font-size: 12px;
}

#mainsection h1 a {
	color:	#87038E;
	font-size: 16px;
}

#mainsection h1 {
	padding: 10px 0px 0px 0px;
}


#mainsection p {
	color:	#fff;
	font-size: 14px;
}

#mainsection li {
padding:	0px 0px 20px 0px;
list-style:	none;
}
 
 
/**************************************************************************
* Navigation 1 styling
***************************************************************************/
#navigation1 ul li {
display: inline;
list-style:	none;
}
 
#navigation1 ul li a {
color: #fff;
float: left;
font-size: 16px;
font-weight: bold;
text-decoration: none;
padding: 0px 36px;
}
 
#navigation1 ul li a.aktiv,#navigation1 ul li a:hover,
#navigation1 ul li a:active {
color: #fff;
}
 
/**************************************************************************
* Navigation 2 styling
**************************************************************************/

#navigation2 ul {
display: block;
padding:	10px 0px 0px 30px;
}
 
#navigation2 li {
display: block;
padding:	5px;
}
 
#navigation2 ul li a {
color: #fff;
font-size:	14px;
text-decoration: none;
}
 
#navigation2 ul li a.aktiv,#navigation2 ul li a:hover,
#navigation2 ul li a:active, {
text-decoration: none;
color:	#fff;
}

#navigation2 a	{
color:	#fff;
text-decoration: none;
font-size: 14px;
font-weight:	bold;
/* padding:	10px 0px 10px 20px;	*/
}

/*******************************************************************
      AS added categories div to style menu
*******************************************************************/
#categories	{
padding:	10px;
}	  
#categories	p {
padding:	0px 0px 14px 0px;
}


/******************************************************************
     AS Advert Listing stlye
******************************************************************/
.adwrapper	{
}

.adtext		{
}

.adpic	{
float:	right;
border: 5px #777  solid;
margin-left: 20px;
}

/******************************************************************
     AS Form and Ad search Styling
*******************************************************************/

#searchform	{
/*	height:	60px;  */
	padding:	2px 2px 2px 2px;
 background-color:	#000;
 background-image:	url('images/searchback.jpg');
 background-position:	bottom;
 background-repeat:	no-repeat;
}

.inputtext	{
	background-color:	#fff;
	color:	#888;	
	vertical-align:		top;  
	font-size:	18pt;
	width:		450px;
	border:	0px;
	margin-top:	1px;	
	margin-left:	20px;	
	margin-right:	0px;	
}

.texta	{
}

img	{
	padding:	0px;
	margin:		0px;
}

