﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*
###################################
	Clear
###################################
*/ 
.DisplayBlock
	{
		display: block;
	}  
.Clear
	{
		clear: both;
	}
    
.ClearLeft
    { 
        clear: left;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearRight
    { 
        clear: right;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearBoth
    { 
        clear: both;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
 .NoFloat
	{
		float: none;
	}  


/*
###################################
	Body
###################################
*/
body
{
    background-color: #c0c0c0;
    background-image: url('../images/design/background/body.png');
    background-repeat: repeat-x;
    background-position: top left;
    margin:0px;
    padding:0px;
	font-family: Verdana;
	font-size: 16px;
	color: #363636;
	line-height: 24px;
}

/*
###################################
	ErrorWrapper
###################################
*/
.ErrorWrapper 
{ 
	width: 543px;
	padding: 0px;
	margin: 0px;
	margin: 0px auto;
	padding-top: 26px;
}
.ErrorPlate
{ 
   /* background-image: url('../images/error/wrapper_bg.png');*/
    background-repeat: repeat-x;
    background-position: top left;
	min-height: 150px;
    height: auto !important;
    height: 150px;
    background-color: White;
}
.ErrorLogoPlate
{ 
	padding: 0px;
	margin: 0px;
}
.ErrorTxtPlatePadding
{ 
	padding-left: 23px;
	padding-top: 14px;
	padding-right: 23px;
}
.ErrorTxtPlateTxt
{
	text-align: center;
	padding-top: 19px;
	padding-bottom: 25px;
}
.ErrorTxtPlate
{ 
}

/*
###################################
	Links
###################################
*/
a
{
	color: #4e981f;
	font-weight: bold;
	text-decoration: none;
}
h1
{
	font-family:Arial;
    color:#595855;
    font-size:32px;
    line-height:32px;
    padding-top:21px;
    text-align:center;
	
}