﻿html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}


.defaultHyperlink:visited, .defaultHyperlink:hover, .defaultHyperlink:active, .defaultHyperlink:link
{
    color: #3475CD;
    font-weight:bold;
    text-decoration: underline;
    
}

#content {
  position: relative;
  min-height: 100%;
}	

#box {
}

* html #content {
  height: 100%;
}	

#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
}

.RatingHeader
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.RatingBody
{
	font-family:Tahoma;
	font-size:10pt;
	text-align:right;
}

.RatingBodyLeft
{
	font-family:Tahoma;
	font-size:10pt;
	text-align:Left;
}


.RatingBodyLeft a, .RatingBodyLeft a:hover, .RatingBodyLeft a:link, .RatingBodyLeft a:visited, .RatingBodyLeft a:active
{
	text-decoration: none;
	}

.Text
{
	font-family:Tahoma;
	font-size:10pt;
	text-align:Left;
}

.PunktText
{
	font-family: Tahoma;
	font-size: 10pt;
	text-align: Left;
	font-weight: bold;
}

.BigPunktText
{
	font-family:Tahoma;
	font-size:10pt;
	text-align:Left;
	font-weight:bold;
	text-decoration: underline;
}

.BoldItalicText
{
	font-family:Tahoma;
	font-size:10pt;
	text-align:Left;
	font-weight:bold;
	font-style:italic;
}

.ErrorMessage
{
    font-family:Tahoma;
    font-size:10pt;
    color:Red;
}

.CollapsePanelHead
{
    width:430px;
	margin-bottom: 5px;
	height: 25px;
	background-color: #F7F7F7;
	font-family: Arial;
	font-size: 11px;
    }

.Login
{
    font-family: Tahoma;
    font-size: 11pt;
    font-weight:bold;
    color:#777777;
}

.NormalText
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #777777;
}

.Copyright
{
	padding-top: 5px;
	color: Gray;
	font-size: 13px;	
	font-family: Tahoma;
	}
	
.Copyright a
{
	font-size: 13px;
	}

.TitlePage
{
    font-weight:bold; 
    font-size: 18pt; 
    font-family: Tahoma; 
    color: #404040;        
}

.topMenuDiv
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12pt;
    color: Black;
    padding: 20px 0 20px 0;
}

.ImageLinks a, .ImageLinks a:hover, .ImageLinks a:link, .ImageLinks a:visited, .ImageLinks a:active
{
	border: none;
	color: White;
	text-decoration: none;
	clear: both;	
	}
	
.ImageLinks img
{
	border: none;
	}
	
.SmallMenu
{
	margin: 20px 0 20px 0;
	background-color: Gray;
	}
	
.SmallMenu a, .SmallMenu a:link, .SmallMenu a:hover, .SmallMenu a:active, .SmallMenu a:visited
{	
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	width: 200px;
	height: 33px;
	background-color: white;
	display: block;
	padding-top: 5px;	
	}
	
.SmallMenuWide a, .SmallMenuWide a:link, .SmallMenuWide a:hover, .SmallMenuWide a:active, .SmallMenuWide a:visited
{
	width: 300px;
	}
	
.SmallMenu a:hover
{
	color: Black;
	background-color: #D8D8D8;
	}
