html, body {
	background-image: url(/images/main_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #4E9DD5;
    margin: 0;
    padding: 0;
	height: 100%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#main {
}

#content {
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
}
#content_text {
}

#left {
	float:left; 
	margin: 0; 
	padding:25px 0 0 35px; 
	width:240px;
}

#right {
	float:left; 
	margin: 0; 
	padding:25px 0 0 35px; 
	width:460px;
}

h1 {
	padding:0;
	margin:0;
	margin-bottom: 14px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #DBD021;
	text-transform: uppercase;
}

form#contact input.txt {
	color:#FFFFFF;
	margin-bottom:4px;
	width: 260px;
	height: 16px;
	font-size: 12px;
	vertical-align: middle;
	padding-top:2px;
	background: transparent;
	border:none;
	border-bottom: 1px solid #A9D1FE;
}

form#contact textarea.txt {
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:4px;
	width: 450px;
	height: 46px;
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top:2px;
	background: transparent;
	border: 1px solid #A9D1FE;
}


table.tableproduct
{
   width:100%;
   border-collapse: separate; 
   padding: 0px;
}
table.tableproduct td {
	border-bottom: 1px solid #5D95B7;
	padding-bottom:3px;
}
table.tableproduct th {
	border-bottom: 1px solid #5D95B7;
	color:#A9D1FE;
	text-align:left;
	font-weight:normal;
}
#footer {
	color:#6B96CF;
	font-size:11px;
	background-image: url(/images/footer_right.gif);
	background-position:770px 0px;
	background-repeat: no-repeat;
	width:100%;
	height: 221px;
	position: relative;
	margin: 0;
}

a:link, a:visited { 
	text-decoration: none;
	color: #A9D1FE;
}
a:hover
{
	text-decoration: none;
	color: #DBD021;
}

a.zoom:link, a.zoom:visited { 
	text-decoration: none;
	color: #FFFFFF;
}
a.zoom:hover
{
	text-decoration: none;
	color: #FFFFFF;
}


a.lang:link, a.lang:visited { 
	margin-left: 0px;
	padding: 0.15em;
	padding-left: 10px;
	text-decoration: none;
	color: #6B96CF;
}
a.lang:hover
{
	text-decoration: none;
	color: #233A5F;
}
a.foot:link, a.foot:visited { 
	text-decoration: none;
	color: #6B96CF;
}
a.foot:hover
{
	text-decoration: none;
	color: #233A5F;
}


.menu {
/*	border:#000000 solid 1px;*/
	padding: 0;
	list-style: none;
	margin: 0;
	margin-bottom: 33px;
	width:300px;
	height: 32px;	
}
.menu li {
	padding: 0;
	margin: 0;
	height: 32px;
	text-indent: -100em;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 32px;
}
.menu li, .menu li a {background-repeat: no-repeat}
#onas {background: url(/images/pl_menu1a.gif); width: 69px;}
#onas a {background: url(/images/pl_menu1.gif);}
#oferta {background: url(/images/pl_menu2a.gif); width: 69px;}
#oferta a {background: url(/images/pl_menu2.gif);}
#kontakt {background: url(/images/pl_menu3a.gif); width: 69px;}
#kontakt a {background: url(/images/pl_menu3.gif);}
#onas a:hover, #oferta a:hover, #kontakt a:hover {background: none;}

#onas_en {background: url(/images/en_menu1a.gif); width: 69px;}
#onas_en a {background: url(/images/en_menu1.gif);}
#oferta_en {background: url(/images/en_menu2a.gif); width: 69px;}
#oferta_en a {background: url(/images/en_menu2.gif);}
#kontakt_en {background: url(/images/en_menu3a.gif); width: 69px;}
#kontakt_en a {background: url(/images/en_menu3.gif);}
#onas_en a:hover, #oferta_en a:hover, #kontakt_en a:hover {background: none;}

#onas_de {background: url(/images/de_menu1a.gif); width: 79px; 	background-repeat: no-repeat;}
#onas_de a {background: url(/images/de_menu1.gif); background-repeat: no-repeat;}
#oferta_de {background: url(/images/de_menu2a.gif); width: 69px;}
#oferta_de a {background: url(/images/de_menu2.gif);}
#kontakt_de {background: url(/images/de_menu3a.gif); width: 69px;}
#kontakt_de a {background: url(/images/de_menu3.gif);}
#onas_de a:hover, #oferta_de a:hover, #kontakt_de a:hover {background: none;}

.menu li {float: left;}


#menuprod {
	color: #DBD021;
	font-weight:bold;
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#menuprod li {
	border-bottom: 1px solid #4894C8;
	list-style: none;
	margin: 0;
	padding: 0.1em;
	padding-left: 5px;
}

#menuprodcontainer a:link, #menuprod a:visited { 
	font-weight:normal;
	padding-left: 15px;
	background-image: url(/images/arr1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
	color: #FFFFFF;
}
#menuprodcontainer a:hover
{
	text-decoration: none;
	color: #DBD021;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -221px 0; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 221px;
}
