/*
		Styles by gavjof
		www.gavjof.com
This screen.css is modified by Hans Kolpak - KOLpak.de		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.04em;
	letter-spacing : 0.05em;
	color: #FFFFFF;
	background-color: #FFD700;  
	margin: 0;
	font-weight : bold;
	line-height: 1.5;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML   1A1A18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited {
	color: #255A6A;
	height: 2.2em;
	padding: .3em .2em .3em .2em;
	text-decoration: none;
	font-weight : bold;
}
a:active {
	color: #FFFFFF;
	height: 2.2em;
	padding: .3em .2em .3em .2em;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: #FFFFFF;
	height: 2.2em;
	background: #255A6A;
	padding: .3em .2em .3em .2em;
	text-decoration: none;
	font-weight : bold;
}




/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   Blue Passion Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fürst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
   
/* WHOLE SITE WRAPPER */
#wrap {	margin: 0 auto; width:800px; }

/* CONTENT WRAPPER */
#contentwrap {clear:both;width:800px;padding:0;}

/* LEFT COLUMN */
#leftcol {float:left; width:0px; padding:0px 0px 0px 0px;}

/* RIGHT COLUMN */
#rightcol {float:right; width:0px; padding:0px 0px 0px 0px;}

/* MAIN CONTENT */
#content {float:right; width:800px; padding:0px 0px 0px 0px; margin-bottom:15px; }
#contentfull {width:800px; padding:0px 0px 0px 0px; margin-bottom:15px; text-align: justify;}

/* CONTENT FOOTER */
#footer {clear:both;width:800px;padding:0;}




.inputsubmit {
font-size : 15px;
font-weight : bold;
color : #ffffff;
text-decoration : none;
background-color : #a8a8a8;
border : 1px solid #a8a8a8;
padding-right : 0;
padding-left : 0;
}
.inputtext {
font-size : 15px;
font-weight : bold;
color : #a8a8a8;
text-decoration : none;
background-color : #ffffff;
border : 1px solid #a8a8a8;
}
h1 {
font-size : 26px;
font-weight : normal;
color : #FFD700;
}
h2 {
font-size : 23px;
font-weight : normal;
color : #FFFFFF;
}
h3 {
font-size : 15px;
font-weight : bold;
color : #FFFFFF;
padding-top : 0.5em;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #4F4F49;
}
h4 {
font-size : 12px;
font-weight : bold;
color : #FFFFFF;
padding-top : 0.5em;
border-bottom-width : 1px;
border-bottom-style : dashed;
border-bottom-color : #4F4F49;
}
h5 {
font-size : 12px;
font-weight : bold;
color : #FFFFFF;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #4F4F49;
}
h6 {
font-size : 12px;
font-weight : bold;
color : #FFFFFF;
}


input, textarea, textfield {
 font-size:14px; 
 font-family:Verdana,sans-serif; 
 font-weight:bold;
 background-color:#EEEEEE;
 padding-top:2px;
 padding-bottom:2px;
 padding-left:2px;
 padding-right:2px; 
 color:#4F4F49;
 border:1px solid #4F4F49;
}
.check, checkbox, select, .Radio { 
background-color:#EEEEEE; 
border:0px solid #4F4F49;
color: #3e4361;
}
.button { 
 background-color:#EEEEEE;
 font-size:14px;
 font-weight:bold;
 font-family:Verdana, sans-serif;
 color:#3e4361; 
 border:1px solid #4F4F49;
 width:inherit; 
 height:inherit;
 padding-left:2px;
 padding-right:2px;
 padding-top:2px;
 padding-bottom:2px;
}
