body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

* {
  margin: 0;
  padding: 0; 
}
#wrapper 
{
  margin: 35px auto;
  border:1px solid #CCCCCC;
  width:996px;

}
.logo
{


  color: #fff;
  font-size: 19px;
  display: block;
}
.logo .logo-in, .logo a.logo-in:link, .logo a.logo-in:visited, .logo a.logo-in:hover, .logo a.logo-in:active 
{
  display: block;
  height: 31px;
  width: 211px;
  background: transparent url(img/logo-euro.gif) no-repeat 100% 0;
  color: #fff;
  text-decoration: none;
}
.logo span.logo-in
{
  cursor:pointer;
  cursor:hand; 
  margin:20px 0 10px 20px;
}
.page-title 
{
  margin-top: 20px;
  padding: 40px 0 0 20px;
  background: transparent url(img/page-title.gif) no-repeat 0 0;
  width: 940px;
  height: 116px;

  clear: both;
}
.homepage .page-title 
{
  background: transparent url(img/page-title-home.gif) no-repeat 0 0;
  height: 230px;
}
.page-title .page-title-wrapper
{
  padding: 15px;
  width: auto;
  background-color: #fff;
  float: left;
  color: #1FAACD;
  font-size: 30px;
  font-weight: bold;
}
.homepage .page-title .page-title-wrapper
{
  width: 490px;
}
.contentWrapper 
{

  margin-bottom: 20px;
  width: 100%;

  clear: both;
  position: relative;
}


.content 
{
  float: right;
  width: 996px;
  
}
.homepage .content, .no-sidebar .content 
{
  float: left;
  padding-right: 0;
  line-height:19px;
 padding:25px 321px 0 225px;
  width:400px;
  height:327px;

}

.homepage .content:after {
  visibility: hidden;
  font-size: 0.1em;
  display: block;
  line-height: 0;
  height: 0.1px;
      content: " ";
  clear: both;
  }

.sidebar 
{
  display: inline;
  width: 217px;
  padding-left: 20px;
  float: left;
}
.homepage .sidebar 
{
  padding-right: 20px;
  width: 315px;
  float: right;
}
.footer 
{
  padding: 10px 0 5px 0;

  width: 100%;

  clear: both;
  text-align: right;
}

.footer ul {
  margin:5px 25px 50px 0;
}

.footer ul li {
  display:inline;
  list-style-type: none;
}


.contact
{
  padding: 15px;
  background-color: #eee;
  border: 1px solid #dfdfdf;
  color: #0085A6;
}

/* Headings */
.page-title h1 
{
  margin-bottom: 10px;
  color: #1FAACD;
  font-size: 30px;
  font-weight: bold;
}
.contentWrapper h1
{
color:#333333;
font-size:20px;
line-height:38px;
margin:0;
padding:0 0 10px;
}

.content .sf_singleNews h1.sf_newsTitle
{
  margin-top: 0;
  margin-bottom: 20px;
}
.contentWrapper h2
{
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}
.contentWrapper .mainbar h2
{
  margin-top: 12px;
  padding: 0;
  font-size: 18px;
  background-color: transparent;
  border: 0;
  font-weight: normal;
  color: #000;
}
.contentWrapper .sf_newsList h2.sf_newsTitle
{
  margin-bottom: 20px;
}
.contentWrapper .sidebar .sf_newsList h2.sf_newsTitle
{
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
}
.sidebar h2
{
  margin: 0;
  padding: 10px 25px 7px;
  color: #464646;
  font-size: 15px;
  font-weight: bold;
  background-color: #dbdbdb;
  border-bottom: 1px solid #eef3ed;
}
.contentWrapper h3
{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
.contentWrapper .sf_newsList h3
{
  margin: 0;
}
.contentWrapper h4
{
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}
/* Paragraphs */
.page-title p
{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7;
  color: #000;
}
.content p 
{
color:#000000;
font-size:11px;
line-height:18px;
margin:0;
padding:2px 0 0;
}

.content li
{
  color:#333333;
  font-size:11px;
  line-height:15px;
}

.footer p
{
  padding: 0 34px;
}
.sf_newsDate, .content p.sf_newsDate
{
  font-size: 10px;
  margin-bottom: 0;
}
.content p.more, .contentWrapper .sf_readMore
{
  padding-top: 10px;
  text-align: right;
  font-size: 11px;
}
/* Lists */
ul, ol {
  list-style-position: outside;
}
li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
.content ul, .content ol 
{
  margin: 0 0 10px 20px;
}
.content li
{
  margin-bottom: 5px;
}
.content ul.key-items 
{
  margin-left: 0;
  color: #1FAACD;
  font-weight: bold;
}
.content ul.key-items li
{
  padding-left: 20px;
  list-style-type: none;
  background: transparent url(img/bullet.gif) no-repeat 5px 5px;
}
.contentWrapper .sf_newsList
{
  margin: 0 0 20px;
}
.contentWrapper .sf_newsList li
{
  padding: 20px 0 0;
  list-style-type: none;
}
/* Semantic */
strong {
  font-weight: bold;
  font-style: normal;
}
em {
  font-weight: normal;
  font-style: italic;
}
address 
{
  font-style: normal;
  line-height: 1.5;
}
/* Links */
a:link, a:visited, a:hover, a:active 
{
  color: #4a92cd;
  text-decoration: none;
}
a:visited
{
  /*color: #114b59;*/
}
a:hover {
  text-decoration: none;
}
.content .more a:link, .content .more a:visited, .content .more a:hover, .content .more a:active,
.contentWrapper .sf_readMore a:link, .contentWrapper .sf_readMore a:visited, .contentWrapper .sf_readMore a:hover, .contentWrapper .sf_readMore a:active 
{
  color: #000;
  background: #b8cd68 url(img/arrow-forward.gif) no-repeat 93% 50%;
  text-decoration: underline;
  padding: 2px 14px 4px 6px;
}
.content a.sf_back:link, .content a.sf_back:visited, .content a.sf_back:hover, .content a.sf_back:active
{
  color: #000;
  background: #b8cd68 url(img/arrow-back.gif) no-repeat 5px 50%;
  text-decoration: underline;
  padding: 2px 6px 4px 14px;
}
.content .more a:hover, .contentWrapper .sf_readMore a:hover, .content a.sf_back:hover
{
  background-color: transparent;
}
a:focus
{
  outline: 0;
}
/* Community Logo */
.poweredBySitefinityLogo 
{
  padding: 20px 0;
  width: 100%;
  float: left;
  clear: both;
}

.footer a
{
  color:#993333;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  padding: 0 30px 0 0;
}

.footer a:hover
{
  color: #cc6666;
}

img
{
  border: 0px;
}

div.contentbackimage
{
  position: absolute;
  width: 844px;
  height: 100%;
  left:0px;
  z-index: -1;
  background-image: url(img/page_bg.gif);
  background-repeat: repeat-y;
  background-position: right;
}

div.content td
{
  color:#333333;
  font-size:11px;
  height: 9px !important;
  line-height: 13px !important;
  padding: 3px !important;
  margin: 0px !important;
  border: 0px !important;
}

div.content td a
{
  color: #0765b6;
}





div.content table.contacttable td
{
  line-height: 12px;
  padding-right: 30px;
  padding-bottom: 10px;
}

div.content td p 
{
  line-height: 12px;
  color:#333333;
  font-size:11px;
}

div.leftnav
{
  float: left;
  padding-top: 0px;
  width: 150px;
    min-height: 362px;
  background-color: #cdcece;
}

.RadTreeView_Default .rtLines .rtMid 
{
  background-image: none !important;
}

.RadTreeView_Default .rtLines .rtLI, .RadTreeView_Default .rtLines .rtFirst .rtUL, .RadTreeView_Default .rtLines .rtTop, .RadTreeView_Default .rtLines .rtBot
{
  background-image: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.RadTreeView_Default .rtLines .rtLI div
{
    border-bottom: solid 1px #ffffff !important;
}




.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot
{
  padding-left: 0px !important;
}

.RadTreeView_Default .rtSelected .rtIn  
{
  display: block !important;
}

.RadTreeView .rtUL
{
  width: 150px !important;
}

.RadTreeView .rtSp
{
  display: none !important;
}

.RadTreeView_Default .rtSelected .rtIn  
{
  background-color: #17465F !important;
  background-image: none !important;
  font-size: 9px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif !important;
}

.RadTreeView_Default, .RadTreeView_Default a.rtIn, .RadTreeView_Default .rtEdit .rtIn input
{
  display: block;
  background-color: #cdcece !important;
  background-image: none !important;
  font-size: 9px !important;
  text-transform: uppercase !important;
  color: #333333 !important;
  font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif !important;
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot
{
  padding: 0px !important;
}

div.clear
{
  clear: both;
  display: block;
}

span.rtMinus, span.rtPlus
{
  display: none !important;
}

.RadTreeView .rtUL .rtLI .rtUL
{
  padding-left: 0px !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL .rtLI div
{
  padding-left: 7px !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI div
{
  padding-left: 14px !important;
}

div.sideitem
{
  position:absolute;
  right: 0px;
  top: 40px;
  width: 400px;
  text-align: center;
}


div.rtSelected
{
  background-color:#17465F !important;
}

.RadTreeView_Default .rtSelected .rtIn  
{
  border: none 0px !important;
}

.content  ul
{
  padding-top: 6px;
}
div#sidecontent a:link, div#sidecontent a:visited, div#sidecontent a:hover, div#sidecontent a:active
{
  color: #1e3caa;
}


.RadTabStrip_Inspiration .rtsLI
{
	list-style-image: none !important;
	list-style-type: none !important;
}

.RadTreeView_Default .rtUL .rtLI, .RadTreeView_Default .rtUL .rtLI  a 
{
	background-color: #CDCECE !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL .rtLI, .RadTreeView_Default .rtUL .rtLI .rtUL .rtLI a 
{
	background-color: #E1E2E2 !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI, .RadTreeView_Default .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI a 
{
	background-color: #F0F0F0 !important;
}

.RadTreeView_Default .rtUL .rtLI div.rtSelected a , .RadTreeView_Default .rtUL .rtLI .rtUL .rtLI div.rtSelected a , .RadTreeView_Default .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI div.rtSelected a 
{
  background-color:#17465F !important;
}

.RadTabStrip_Inspiration .rtsLI
{
	padding-top: 10px !important;
	margin: 0px !important;
	height: 15px !important;
}
