﻿body 
{
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1
{
  font-size: 25px;
}
a:link, a:visited
{  
  text-decoration: none;
  color: Orange;
  background:transparent;
}
a:hover
{
  color:Teal;
  background:transparent;
}
.Page 
{
  top: 0px;
  left: 0px;
  position: relative;
  margin: 0 auto;
  width: 800px;  
}
.Header 
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 800px;
  height: 180;
}
.Footer 
{
  top: 600px;
  left: 0px;
  position: absolute;
  width: 800px;
  height: 20px;
  text-align:center;
  border-style:solid;
  border-width:1px;
  padding-top:2px;
}
.Menu 
{
  top: 175px;
  left: 10px;
  width: 570px;
  height: 50px;
  position: absolute;
  z-index: 100000;
}
.Menu a:link, .Menu a:visited
{  
  text-decoration: none;
  font-weight:bolder;
  color:#000033;
  background:transparent;
}
.Menu a:hover
{
  color:gray;
  background:transparent;    
}

.Language 
{
  top: 185px;
  left: 600px;
  width: 190px;
  height: 25px;
  position: absolute;
  text-align:right;
}
.Content
{
  top: 225px;
  left: 10px;
  position: absolute;
  width: 570px;
  height: 355px;
  background-color:#000033;
  color:silver;
  font-size:14px;
  text-align:justify;
  z-index: 10000;
  overflow:hidden;
}
.ContentBorder
{
  margin-left:15px;
  margin-right:15px;
  margin-top:15px;
  margin-bottom:15px;
}
.Login 
{
  top: 225px;
  left: 600px;
  width: 190px;
  height: 140px;
  position: absolute;
}
.Advertisement 
{
  top: 370px;
  left: 600px;
  width: 190px;
  height: 210px;
  position: absolute;
  border-style:solid;
  border-width:1px;
}

.MenuSkinHorizontal
{
    position:absolute;
    top: 10px;
    width: 570px;
}
.MenuSkinStaticItem
{
    background:gray;
    
}
.MenuSkinDynamicItem
{
    background:gray;
}

.GridViewSkinRealisations
{
    Width:540px;
    Height:325px;
    overflow:scroll;
}

.LoginSkinTextBox
{
    Width:180px;
}
.LoginSkinButton
{
    Width:90px;
}
