@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #000;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.wrapper
{
	width: 961px;
	margin: 0 auto;
	text-align:left;
}

a img
{
    border: 0;
}

.menu
{
	margin-top: 12px;
}

.mainGradient
{
    background-image: url(images/mainGradient.jpg);
    background-repeat: no-repeat;
}

.kontaktGradient
{
    background-image: url(images/kontaktGradient.jpg);
    background-repeat: no-repeat;
    height: 546px;
}

.frame
{
	background: url(images/frameBg.jpg);
	background-repeat: repeat-y;
	height: 546px;
}

.frameGradient
{
	background: url(images/frameGradient.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 546px;
}

.frameBottom
{
	background: url(images/frameBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 5px;
	color: #fff;
	height: 541px;
	padding-left: 30px;
	padding-right: 30px;
}

.frameKontakt
{
	background: url(images/kontakt.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.stockPhoto
{
    width: 100%;
    margin-top: 17px;
}

.stockPhoto td
{
    width: 185px;
    padding-bottom: 1px;
}

.stockPhoto td.last
{
    width: auto !important;
}

.stockDescription
{
    margin-top: 4px;
    font-size: 9px;
    color: #184ea5;
    text-align: center;
}
