/* CSS Document */
html, body
{
    height: 100%;
}
body
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #F4F4F4;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}
a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #40ADD4;
}
a:visited
{
    color: #40ADD4;
}
a:hover
{
    color: #000000;
}
a:active
{
    color: #40ADD4;
}
h1
{
    margin: 25px 0px 10px 25px;
    padding: 0px 0px 5px 0px;
    border-bottom: dotted #bfbfbf 1px;
    width: 400px;
    color: #40ADD4;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13pt;
}
ul
{
    list-style-image: url(images/listicon.gif);
}
ul li{
	padding:0px 0px 15px 0px;
	}
.wrapper
{
    position: relative;
    height: 100%;
}
#container
{
    width: 950px;
    background-color:#fff;
    background-image:url(images/bg.gif);
    background-repeat:repeat-y;
    background-position: top left;
}
#top
{
}
#left
{
    float: left;
    width: 474px;
}
#right
{
    float: left;
    text-align: left;
    width: 471px;
    min-height: 471px;
    background-image: url(images/bg-right.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#bottom
{
}
#adres
{
    text-align: center;
}
.stylebutton
{
    background-color: #40ADD4;
    border: 1px solid #000;
    color: #fff;
    font-size: 8pt;
}
.calltoaction{
	border:1px #40ADD4 solid;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

