
/* HTML Tags */

body, html
{
	margin: 0px;
	padding: 0px;
}

body, p, td, div
{
	font-family: Verdana, "Trebuchet MS" , Tahoma;
	font-size: 12px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 20px;
	font-weight:normal;
}

h3 
{
	font-size:16px;
}

h2 a
{
	vertical-align: bottom;
	color: #65738e;
	font-weight: bold;
}

h1, h2, h3, h4
{
	text-align:left;
	line-height:150%;
	color:Navy;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #AABBDD;
	text-decoration: bold;
}

input, select
{
	border: #696969 1px solid;
}

#content
{
	width: 450px;
	padding: 0px;
	margin: 0 15px 0 15px;
	font-size: 12px;
	line-height: 200%;
	text-align: justify;
	color: navy;
}

#content p, #content div, #content td
{
	color: Navy;
}

#content img 
{
	border:0px ;
}

#flags
{
	width: 475px;
	text-align: right;
	margin: 5px 5px 0 0;
}

.top a {
	display:block;
	width: 450px;
	height: 20px;
	background: url("../images/top.gif") 0 0 no-repeat;
	line-height:1px;
	margin:80px auto 10px auto;
}

.top a:hover { 
	background-position: 0 -20px;
}


#copy 
{
	padding-top:5px;
	text-align:center;
	font-size:10px;
	color:#CCC;
}

/* Navigation */

.main
{
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.main ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
}

#loginmenu ul {
	width:100px;
}

.main li a
{
	color: Navy;
	text-decoration: none;
	height: 22px;
	font-size: 11px;
	display: block;
	border: none;
	margin-top: 4px;
	font-weight: bold;
	cursor: pointer;
}

#menu li a {
	padding: 4px 20px 0 0;
}

#loginmenu li a {
	padding: 4px 0 0 20px;
}

.main li a:hover
{
	background-color: #EFEFEF;
	text-decoration: underline;
	color: #ab2615;
}

.main li a.sublink
{
	margin-top: 0px;
	height: 21px;
	color:#000080;
	border-right: 4px solid navy;
	font-size:10px;
}

.main li a.sublink:hover
{
	background-color: #DAFFCE;
}

/* WebShop */

.textbox li
{
	list-style-type: none;
}

.textbox
{
	font-weight: bold;
	background-color: #B1B1B1;
	margin-top:50px;
}

#ShoppingCart {
	font-size:10px;
	font-weight:normal;
	color:white;
}

#ShoppingCartHeader {
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid white; 
	padding:3px;
}

#ShoppingCartHeader img {
	margin-right:5px;
}

.textboxheader a
{
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
}

.errorbox
{
	border: #f8f8ff 1px solid;
	font-weight: bold;
	color: #660000;
/*	background-color: #f8f8ff;*/
}

.addtocartlink
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.checkoutlabel
{
	color: Black;
}

#content table {
	width:430px;
}

#content table th {
	font-size: 11px;
	font-weight:bold;
}

#content table td{
	padding:4px;
}
