html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana,sans;
	font-size: 11px;
	line-height: 18px;
	background: #E3E3E3 url('../i/tlo_html.gif') repeat-x;
}
img{
	border: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
hr{
	border: 0;
	border-bottom: dashed 1px #DCDCDC;
	}
input, button, img, a {
	outline: none;
}
a{
	color:#ff0000;
	text-decoration:none;
}
a:hover{
	color:#666666;
}
#serwis_nagl{
	color: #606267;
	margin: 0;
	padding: 0;
	padding-left: 9px;
}
#main{
	width: 799px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
#header{
	position: relative;
}
#header .yamaha{
	position: absolute;
	top: 0;
	right: 12px; 
}
#content{
	padding: 20px;
}
#content .col1{
	float: left;
	width: 190px;
}
#content .col2{
	float: right;
	width: 560px
}
#footer{
	margin: 0 auto;
	color: #A4A4A4;
	font-size: 10px;
	background: url('../i/stopka.gif') no-repeat top center;
	padding-top: 10px;
}
#footer a{
	color:#A4A4A4;
	text-decoration:none;
}
#footer a:hover{
	color:#666666;
}

#menu_left{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
}
#menu_left li{
	line-height: 32px;
	height: 32px;
	border-bottom: solid 1px #DEDEDE;
}
#menu_left li.last{
	border: 0;
}
#menu_left a{
	height: inherit;
	display: block;
	padding-top: 8px;
}
#menu_top{
	list-style: none;
	padding: 0;
	margin: 10px;	 
}
#menu_top li{
	display: inline;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
.msg_success{	
	width: 80%;
	padding: 5px;
	margin: 15px auto 15px auto;
	font-size: 13px;
	background: url('../i/accept_green.png') 5px 6px no-repeat;
	padding-left: 30px;
	border: solid 1px #C6D880;
	background-color: #E6EFC2;
	color: #264409;
}
.msg_error{	
	width: 80%;
	padding: 5px;
	margin: 15px auto 15px auto;
	font-size: 13px;
	background: url('../i/stop_round.png') 5px 6px no-repeat;
	padding-left: 30px;
	border: solid 1px #FBC2C4;
	background-color: #FBE3E4;
	color: #8A1F11;
}
.msg_notice{
	width: 80%;
	padding: 5px;
	margin: 15px auto 15px auto;
	font-size: 13px;
	background: url('../i/info.png') 5px 6px no-repeat;
	padding-left: 30px;
	border: solid 1px #FFD324;
	background-color: #FFF6BF;
	color: #514721;
}
#content.error{
	text-align: center;
}
ul.error_list{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	color: #FF0000;
	padding: 0;
}

.form textarea,
.form input{
	border: solid 1px #CCCCCC;
}
.form table th,
.form table td{
	border-bottom: dashed 1px #CCCCCC;
	padding: 5px;
}
.form .help{
	color:  #777;
	font-size: 10px;
}
.naglowek_sub{
	background-color:#E30305;
	color:#FFFFFF;
	display:inline;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
input.cancel_button{
	background-color:#B5C4CF;
	border:1px solid #FFFFFF;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	cursor: pointer;	
}
input.button{
	background-color:#1D5B8C;
	border:1px solid #FFFFFF;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	cursor: pointer;	
}
table#kontakt{
	margin-bottom: 10px;
}
table#kontakt td{
	border-bottom: dashed 1px #DCDCDC;
}
table#kontakt td.l{
	width: 220px;
	text-align: right;
	vertical-align: top;
}
#map_canvas{
	width: 550px;
	height: 350px;
}