/* (c) 2005-2006 dtm-systems */

html
{	
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 81.01%;

	background: #ebedf0;
}

body
{
	margin: 0;
	padding: 0;
}

#header
{
	background: url(img/header.jpg) no-repeat left top;
	height: 66px;
	padding: 10px;
}

#left
{
	float: left;
	background: #ebedf0;
	width: 165px;
	padding: 20px 15px 20px 15px;

	color: black;
}

.menublock
{
	padding: 0.6em 0 0.6em 0;
}

a.menulink
{
	color: #6363a9;
	font-weight: bold;
	text-decoration: none;
	background: url(img/bullet.png) no-repeat left center;
	padding: 0 0 0 30px;
}

a.menulink:visited
{
	color: #2d2d51;
}

a.menulink:hover
{
	color: #6363a9;
	background: url(img/bullethov.png) no-repeat left center;
	text-decoration: underline;
}

span.menulink
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	background: url(img/bullethov.png) no-repeat left center;
	padding: 0 0 0 30px;
}

a.submenulink
{
	color: #6363a9;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	background: url(img/bullet2.png) no-repeat left center;
	padding: 0 0 0 50px;
}

a.submenulink:visited
{
	color: #2d2d51;
}

a.submenulink:hover
{
	color: #6363a9;
	background: url(img/bullet2hov.png) no-repeat left center;
	text-decoration: underline;
}

span.submenulink
{
	color: #808080;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	background: url(img/bullet2hov.png) no-repeat left center;
	padding: 0 0 0 50px;
}

#page
{
	margin-left:195px;
	background: url(img/background.jpg) white no-repeat left top;
	padding: 2em;
}

li
{
	list-style-image: url(img/listpoint.png);
}

img.product
{
	vertical-align: middle;
}

input, textarea, select
{
	background: #eeeeee;
	font-weight: normal; 
	border: 1px solid #cccccc; 
	-moz-border-radius: 4px;
	padding-left: 2px; 
	padding-right: 2px;
}
input:hover, textarea:hover, select:hover
{
	background: #f8f8f8;
}
input:focus, textarea:focus, select:focus
{
	background: white;
	border: 1px solid #6363a9;
}

a
{
	color: #0099cb;
	text-decoration: none;
}
a:visited
{
	color: #6363a9;
}
a:hover
{
	text-decoration: underline;
}

h1.title
{
	margin-top: 50px;
	margin-bottom: 80px;
}

h2.title
{
	font-size: 150%;
	
	margin-top: 50px;
	margin-bottom: 40px;
}

img.title
{
	float: right;
}

.group
{
	border-spacing: 0;
	margin: 0;
	padding: 0;	
}

.group td
{
	border-spacing: 0;
	margin: 0;
	padding: 0;	
}

.box
{
	padding: 1em !important;
	
	background: url(img/gradient.png) repeat-x top white;
	border: 1px solid #eaeaea;
}

.head
{
	text-align: center;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.address th
{
	text-align: right;
	font-weight: normal;
	color: #808080;
	padding-right: 1em;
}
.address td
{
	text-align: left;
	font-weight: normal;
	color: black;
}

#copyright
{
	text-align: right;
	font-size: 75%;
	color: #808080;
	margin: 0.5em;
	margin-right: 0.8em;
}
#copyright a
{
	color: #6363a9;
	text-decoration: none;
}
#copyright a:hover
{
	text-decoration: underline;
}

