﻿body 
{
    font-family:Verdana, Haettenschweiler, Arial;
    font-size:12px;
}
.Normal
{
    background-attachment:scroll ;
    background:url(images/background.jpg);
}    
.Menu
{ 
    position:absolute ;
    top:145px;
    left:700px;
       
}

dl.curvedmenu {background:#63B038 url(images/c_tl.gif) top left no-repeat; margin:5px 0; padding:0; width:200px;}
dl.curvedmenu dt {background:transparent url(images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; font-weight:bold; font-size:14px; color:#fff;}
dl.curvedmenu dd {background:#eee url(images/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curvedmenu dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curvedmenu dd p.last {background:transparent url(images/c_br.gif) bottom right no-repeat; }
dl.curvedmenu a 
{
    background-image:url(images/icon.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;    
    margin-left:10px;
    margin-top:15px;
    text-decoration:none;
    color:Black;
}
dl.curvedmenu a:hover
{
    background-image:url(images/flippedicon.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;    
    margin-left:10px;
    margin-top:15px;
    color:Red;
}

dl.curved {background:#63B038 url(images/c_tl.gif) top left no-repeat; margin-left:20px; margin-top:5px; padding:0; width:600px;}
dl.curved dt {background:transparent url(images/c_tr.gif) top right no-repeat; padding:10px; text-align:left; font-weight:bold; font-size:14px; color:#fff;}
dl.curved dd {background:#eee url(images/c_bl_content.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curved dd p.last {background:transparent url(images/c_br_content.gif) bottom right no-repeat;  }
dl.curved a
{
    background-image:url(images/icon.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;    
    margin-left:10px;
    margin-top:15px;
    text-decoration:none;
    color:Black;   
}
dl.curved a:hover
{
    background-image:url(images/flippedicon.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;    
    margin-left:10px;
    margin-top:15px;
    color:Red;
}
.h1
{
    font-size:14px;
    font-weight:bold;
}
dl.curved dd p.NoIcon a
{
    background-image:none;
    padding-left:0px;    
    margin-left:0px;
    margin-top:0px;
    text-decoration:underline;
}
dl.curved dd a.NoIcon
{
    background-image:none;
    padding-left:0px;    
    margin-left:0px;
    margin-top:0px;
    text-decoration:underline;
}
.Centred
{
    text-align:center;
}