/* Version : 1.0                             */
/* Author  : Muiris O Cleirigh               */


/* HTML tag level styles */

body { margin: 0; 
       background-image: url('../bilder/background.gif'); 
       font-family: Arial, Verdana, Helvetica;
       color: #ffffff;
       font-size: 12pt; }

a:link { font-family: Arial, Verdana, Helvetica;
         text-decoration: none; }

a:visited { font-family: Arial, Verdana, Helvetica;
            text-decoration: none; }

a:hover { font-family: Arial, Verdana, Helvetica;
          text-decoration: underline; }


/* Generic styles */

.top        { vertical-align: top; }
.middle     { vertical-align: middle; }
.absmiddle  { vertical-align: absmiddle; }
.bottom     { vertical-align: bottom; }
.absbottom  { vertical-align: absbottom; }

.left       { text-align: left; }
.right      { text-align: right; }
.center     { text-align: center; }

.bold       { font-weight: bold; }
.normal     { font-weight: normal; }

.black      { color: #000000; }
.blue       { color: #5767a3; }
.red        { color: #FF0000; }
.orenge     { color: #e76b29; }
.white      { color: #FFFFFF; } 

.bgDarkGrey { background-color: #777777; }
.bgGrey     { background-color: #E3E1E3; }
.bgOrenge   { background-color: #f79a63; }
.bgyellow   { background-color: #FFCC33; }

.border0    { border: none; }
.border1    { border: 1px solid; }

.topbottom1 { border-bottom: 1px solid #000000; 
              border-top: 1px solid #000000; }

.bottom1    { border-bottom: 1px solid #000000; }

.rightwhite1 { border-right: 1px solid #FFFFFF; }

.borderright1  { border-right: 1px solid; }
.borderbottom1  { border-bottom: 1px solid; }
.borderorenge  { border-color: #e76b29; }
.borderwhite  { border-color: #ffffff; }



/* Specific HTML tag level styles */

a.button:link    { border-bottom: 1px solid #FFCC33;
                   border-top: 1px solid #FFCC33;
                   border-left: 1px solid #FFCC33;
                   border-right: 1px solid #FFCC33; }

a.button:visited { border-bottom: 1px solid #FFCC33;
                   border-top: 1px solid #FFCC33;
                   border-left: 1px solid #FFCC33;
                   border-right: 1px solid #FFCC33; }

a.button:hover   { border-bottom: 1px solid #ffffff;
                   border-top: 1px solid #777777;
                   border-left: 1px solid #777777;
                   border-right: 1px solid #ffffff; }

img.button       { border: none;
                   width: 24px;
                   height: 24px; }


/* Text styles */

.basic8    { font-size: 8pt; }

.basic10   { font-size: 10pt; } 

.basic12   { font-size: 12pt; } 

.heading0  { font-size: 16pt; } 

.heading1  { font-size: 16pt; } 

.fontMain  { font-size: 12pt; } 

.fontSub   { font-size: 10pt; }