/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #015fb3;
	background-color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper {
	width: 998px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#faux {
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 998px;
	background-image: url(../images/faux.gif);
}

#mainCollumn {
	float: left;
	padding-left: 10px;
	width: 570px;
	text-align: justify;
	margin-top: 10px;
}
#rightCollumn {
	float: right;
	padding: 10px;
	width: 213px;
}
#navigation {
	background-color: #FFFFFF;
	height: 233px;
	background-image: url(../images/bg.jpg);
	padding: 0px;
	margin: 0px;
	z-index: 99;
}
#leftCollumn {
	float: left;
	width: 159px;
	text-align: left;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
#footer {
	width: 978px;
	clear: both;
	color: #015fb3;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #FFFFFF;
}
.clear { clear: both; background: none; }

#header {
	width: 998px;
	height: 173px;
	background-color: #FFFFFF;
	background-image: url(../images/faux.gif);
	background-repeat: repeat-y;
}
#header_pic {
	width: 159px;
	height: 173px;
	background-color: #FFFFFF;
	float: left;
}
#header_adres {
	width: 406px;
	height: 123px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	margin-top: 50px;
}
#header_search {
	width: 213px;
	height: 30px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#gallery {
	height: 203px;
	margin: 0px;
	padding: 15px;
	width: 968px;
	text-align: right;
}
#baner {
	height: 233px;
	margin: 0px;
	width: 998px;
	
}

#navigationinside {
	height: 31px;
	margin: 0px;
	padding-top: 202px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 765px;
	position: absolute;
}
#header_jezyki {
	width: 180px;
	height: 23px;
	background-color: #FFFFFF;
	float: left;
	text-align: right;
	vertical-align: bottom;
	margin-top: 150px;
	margin-right: 20px;
	color: #999999;
}
a.sub:link, a.sub:visited{
	color: #015fb3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.sub:hover, a.sub:active {
	color: #FF9900;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.sub2:link, a.sub2:visited{
	color: #015fb3;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a.sub2:hover, a.sub2:active {
	color: #FF9900;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.prod:link, a.prod:visited{
	color: #015fb3;
	text-decoration: none;
	font-size: 12px;	
}

a.prod:hover, a.prod:active {
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;	
}
.form {
	font-size: 12px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #015FB3;
}
.data {
	
	font-size: 10px;
	}
ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pic {
	text-decoration: none;
	background-color: #FFF;
	border: 4px solid #FFF;
}