body {
background-color:#333333;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#333333;
}

#page {
width:900px;
margin:auto;
padding:auto;
background-image:url(/images/page.png);
}

#page2 {
width:900px;
background-image:url(/images/pagetop.png);
background-repeat:no-repeat;
}

#header {
clear:both;
width:850px;
height:79px;
background-image:url(/images/header.png);
padding-top:15px;
padding-bottom:15px;
padding-left:30px;
}

#header2 {
clear:both;
width:50px;
height:10px;

padding-top:0px;
padding-left:650px;
}

#menulinks {
clear:both;
width:875px;
height:40px;
padding-left:25px;
background-image:url(/images/menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:11px;
	height:42px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:9px;
	height:35px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(/images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#555555;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(/images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
	color:#555555;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
width:525px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
}

#sidebar {
float:left;
width:255px;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:35px;
padding-top:35px;
text-align:center;
line-height:14pt;
background-image:url(/images/footer.png);
background-repeat:no-repeat;
color:#333333;
}

#footer a {
color:#333333;
}

h1 {
font-size:18pt;
color:#FFFFFF;
margin:0;
}

h1 a {
color:#FFFFFF;
}

h2 {
font-size:12pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:10pt;
color:#FFFFCC;
margin:0;
padding-left:5px;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#lang{
  position: relative; top: 20px 
}

TD.fullnameCard
	{
		font-family: Arial, sans-serif;
		font-size: 15px;
		font-weight : bold;
		font-style:normal;
		color: #315B9B;
	}

A.linkcentrcol
    {
        font-size: 12px;
        font-family: verdana, sans-serif;
        font-style: normal;
        text-transform: none;
        TEXT-DECORATION: none;
        color: #FFFFFF;
    }


A.linkcentrcol:hover
    {
        font-size: 12px;
        font-family: verdana, sans-serif;
        font-style: normal;
        text-transform: none;
        TEXT-DECORATION: none;
        color: #CC0000;
    }

TD.TitleshopFace
	{
		font-family: Arial, sans-serif;
		font-size: 16px;
		font-weight : bold;
		font-style:normal;
		color: #FFFFFF;
	}

TD.HeadrMenuRight
  {
    	background: #C8E6CD;
    	font-weight: bold;
    	font-size: 9pt;
    	font-family: verdana;
    	color: #A0A0A0;
    	padding: 0px 0px 3px 10px;
  }