
/* basic elements */

body	{
        background-color:#FFFFFF;
        font-family:'Arial','Helvetica',sans-serif;
        font-size:13px;
        color:#222217;
        margin:0px;
        }

td		{
		font-family:'Arial','Helvetica',sans-serif;
        font-size:13px;
		}

a		{
        color:#1E3175;
        text-decoration:underline;
        }

a:hover, a:active {
        text-decoration:none;
        }

h1		{
		font-size: 17px;
		font-weight: bold;
		line-height: 21px;
		color:#1E3175;
		margin-top: 0px;
		margin-bottom: 20px;
		}

h2		{
		font-size: 14px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 4px;
		}

.lead	{
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		color:#1E3175;
		}

.footnote {
		font-size: 11px;
		line-height: 15px;
		color:#686746;	
		}

img.h	{
        display:block;
        margin-bottom:24px;
        }

img.h_small	{
        display:block;
        margin-bottom:8px;
        }

img.cnt	{
        border: 2px solid #D0CFAF;
        }

a img.cnt	{
        border: 2px solid #D0CFAF;
        }


/* specific */

#Page	{
        position:relative;
        width:896px;
        text-align:left;
        }

#SiteLanguage {
        position:absolute;
        right:0px;
        top:0px;
        width:136px;
        height:20px;
        background-color:#C1C34C;
        color:#FFFFFF;
        font-size:10px;
        }
        
#SiteLanguage img {
        margin-top:4px;
        margin-left:6px;
        }

#SiteLanguage a {
        line-height:18px;
        margin-left:8px;
        text-decoration:none;
        color:#FFFFFF;
        }

#Top	{
        border-top:4px solid #DEDD45;
        }

#Top #Logo {
        margin-top:16px;
        margin-bottom:20px;
        }

#Menu	{
        float:right;
        font-size:0px;
        width:688px;
        height:24px;
        background-color:#C1C34C;
        margin-bottom:2px;
        }

#Menu a {
        float:left;
        }

#MenuEnd {
        float:right;
        width:16px;
        height:24px;
        background-color:#DEDD45;
        }

#Submenu {
        width:208px;
        height:192px;
        background-color:#C1C34C;
        float:left;
        }
        
#Submenu img.Placeholder {
        margin-left:12px;
        margin-top:12px;
        }

#Submenu #Entries {
        margin:12px;
        }
        
#Submenu #Entries a {
        display:block;
        text-decoration:none;
        font-family:'Arial';
        font-size:13px;
        color:#FFFFFF;
        padding-bottom:4px;
        padding-top:4px;
        border-bottom:1px solid #DEDD45;
        }

#Submenu #Entries a.cur {
        font-weight:bold;
        }

#Visual {
        width:688px;
        font-size:0px;
        float:left;
        }
        
#Visual img {
        border-right:16px solid #E8EDD5;
        }
        
#Left	{
        float:left;
        width:224px;
        margin-right:16px;
        border-top:16px solid #DEDD45;
        padding-top:16px;
        color:#686746;
        font-size:11px;
        line-height: 14px;
        }
        
#Left h2 {
        font-size:14px;
        color:#222217;
        font-weight:lighter;
        border-bottom:1px solid #CECDAC;
        margin-bottom:4px;
        }
        
#Left a {
        color:#686746;
        }

#Right	{
        float:left;
        width:656px;
        }

.Content {
        padding:16px;
        background-color:#E8EDD5;
        }

.End	{
        font-size:1px;
        height:2px;
        margin-top:2px;
        background-color:#C1C34C;
        }

#Footer {
        width:100%;
        margin-top:32px;
        margin-bottom: 48px;
        border-top:1px solid #999999;
        font-size:10px;
        color:#999999;
        padding-top:4px;
        }

#Footer td {
		font-size:10px;
		}
        
#Footer a {
        font-size:10px;
        color:#999999;
        text-decoration:none;
        }
        

/* columns */

.free	{
        margin-top: 16px;
        margin-left: 16px;
        line-height: 18px;
        float:left;
        }

.OneCol	{
        margin-top: 16px;
        margin-left: 16px;
        width: 544px;
        line-height: 18px;
        float:left;
        }

.TwoCols {
        margin-top: 16px;
        margin-left: 16px;
        width: 288px;
        line-height: 18px;
        float:left;
        }
        
.Cols2	{
        margin-top: 16px;
        margin-left: 16px;
        width: 224px;
        line-height: 18px;
        float:left;
        }
        
.Cols3	{
        margin-top: 16px;
        margin-left: 16px;
        width: 352px;
        line-height: 18px;
        float:left;
        }
        
.Cols4	{
        margin-top: 16px;
        margin-left: 16px;
        width: 448px;
        line-height: 18px;
        float:left;
        }
        
.Cols5	{
        margin-top: 16px;
        margin-left: 16px;
        width: 576px;
        line-height: 18px;
        float:left;
        }

/* news */        

.NewsEntry img {
        margin-top: 4px;
        margin-right:4px;
        border:2px solid #D0CFAF;
        }
