﻿/* 

  CSS Web Style from www.suodenjoki.dk 

  (C) 2003 Michael Suodenjoki
  
  ----------------------------------------
  | HEADER                               |
  ----------------------------------------
  | LANGUAGE                  BREADCRUMB |
  ----------------------------------------
  | -- COLS ---------------------------- |
  | | -- COL1 --------- -- COL2 ------ | |
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | |               | |            | | |              
  | | ----------------- -------------- | |
  | ------------------------------------ |
  ----------------------------------------  
  | FOOTER                               |
  ----------------------------------------

*/

/************************************************

                   BODY

************************************************/                   
body
{
  margin-left: auto;
  margin-right: auto;
}
/************************************************

               ANCHOR (HYPERLINKS)

************************************************/                   
a:link, a:visited, a:active 
{
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

/************************************************

              STANDARD ELEMENTS

************************************************/                   
div#maincontents
{
  display: none;
}

/************************************************

              LOGO (NORMAL LARGE)

************************************************/
div#logo
{
  display: none;
}

/************************************************

                   HEADER

************************************************/                   
.header ul
{
  display: none;
}

/************************************************

             LANGGUAGE & BREADCRUMB

************************************************/                   
p.language
{
  display: none;
}
.breadcrumb
{
  display: none;
}

/************************************************

               STYLE UI SECTION

************************************************/
ul.styleui
{
  display: none;
}
/************************************************

               STANDARD CLASSES

************************************************/                   
.caption
{
}
.noprint
{
  display: none;
}

/************************************************

                   CONTENTS

************************************************/                   
ul.contents
{
  list-style: none;
  margin-left: 0.5em;
  padding-left: 0em;
}
ul.contents li
{
  text-transform: uppercase;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 1px;
  margin-left: 0em;
  margin-bottom: 1em;
  color: rgb(51,102,51);
}
ul.contents li li
{
  margin-left: -0.5em;
  list-style: square;

  text-transform: none;
  font-family: Tahoma, Verdana;
  font-variant: normal;
  font-weight: normal;
  font-size: 70%;
  letter-spacing: 0px;
  margin-bottom: 0em;
  line-height: 130%;
  color: black;
}

/************************************************

                   COLUMNS

************************************************/                   

/************************************************

              PARAGRAPH COLUMN

************************************************/                   
/* Paragraph Column - normal or longer textual content */
/************************************************

                  INFO BAR

************************************************/
#infobar
{
  display: none;
}
/************************************************

                 BUSINESS CARD

************************************************/
.card
{
  filter: none;
}