/* 
    Document   : style
    Created on : 2009-06-01, 12:28:03
    Author     : lukasz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
	background:#dae6f0;
	font-size:12px;
	color:#4f4f4f;
	font-family:Arial;
	text-align:center;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
}
/* cala strona */
.center{
	width:950px;
	display:table;
	background:#ffffff;
	margin:0 auto;
}

/* lewa kolumna */
.left{
	float:left;
	width:271px;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}
.left img{
	margin:0 auto;
}
.top{
	border:1px solid #dedede;
	padding:5px;
}
.certyfikat{
	text-align:center;
	width:271px;
}
.certyfikat a img{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #dae6f0;
}
.botom{
	border:1px solid #dedede;
	padding:5px;
	background:#f0f0f0;
}
.botom a{
	color:#4f4f4f;
	text-decoration:none;
}
.botom a:hover{
	text-decoration:underline;
}
.menu{
	list-style:none;
}
.menu li{
	background:#dae6f0;
	margin-top:5px;
	height:20px;
}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:#233b9d;
	line-height:20px;
	padding-left:10px;
}

/* prawa kolumna z glowna zawartoscia */
.wrap{
	width:641px;
	float:right;
	margin-top:14px;
	margin-right:15px;
	margin-bottom:15px;
}
.tresc{
	width:618px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	/*border-top:1px solid #dedede;*/
	padding:10px;
	background:#f0f0f0;
	float:right;
}
h1{
	color:#233b9d;
	font-size:16px;
	margin-bottom:5px;
}
.tresc p{
	line-height:25px;
}
.tresc ul{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:25px;
}
.tresc table{
	text-align:center;
	width:100%;
	margin-top:15px;
}
.tresc table tr td{
	text-align:center !important;
}
.tresc table tr td img{
	border:1px solid #dae6f0;
}

.ofirmie{ /* clasa nadajaca gorna ramke w ofercie, kontakcie i dojezdzie */
	border-top:1px solid #dedede;
	margin-top:1px;
}

/* stopka strony */
.foot{
	margin:0 auto;
	font-size:10px;
	width:930px;
}
.foot a{
	color:#4f4f4f;
	text-decoration:none;
}
.foot a:hover{
	text-decoration:underline;
}

h2 {
color:#233B9D;
font-size:14px;
margin:5px;
}

#konc a {
  text-decoration:none;
  color:inherit;
}

#konc a:hover {
  text-decoration:underline;
}





